我知道Apple开始拒绝访问UDID的应用程序. 那么我们如何在不访问UDID的情况下发送推送通知. 可能吗?如果有,请帮我解决这个问题. 提前致谢. 设备令牌(由APNS使用)和 UDID是两个不同的东西
那么我们如何在不访问UDID的情况下发送推送通知.
可能吗?如果有,请帮我解决这个问题.
提前致谢.
设备令牌(由APNS使用)和 UDID是两个不同的东西.他们彼此无关.您可以在app delegate的应用程序中获取推送通知的设备令牌:didRegisterForRemoteNotificationsWithDeviceToken:方法.
documentation注意到以下内容:
The device token is different from the uniqueIdentifier property of UIDevice because, for security and privacy reasons, it must change when the device is wiped.