Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 Apple 开始拒绝访问 UDID 的应用程序。那么我们如何在不访问 UDID 的情况下发送推送通知。可能吗?如果是,请帮我解决这个问题。
提前致谢。
设备令牌(由 APNS 使用)和UDID是两个不同的东西。他们彼此没有任何关系。
application:didRegisterForRemoteNotificationsWithDeviceToken:您在应用程序委托的方法中获取推送通知的设备令牌。
application:didRegisterForRemoteNotificationsWithDeviceToken:
该文档指出以下内容:
设备令牌与 UIDevice 的 uniqueIdentifier 属性不同,因为出于安全和隐私原因,它必须在设备被擦除时更改。