Apple push notification with device token and UDID

让人想犯罪 __ 提交于 2019-12-07 08:20:31

As far as I know, any app collecting UDID will be rejected. If you need to use something like UDID, you can try OpenUDID. But for push notification, it's not necessary to use UDID, the device token alone can do the work. I'd suggest build up a new data system with OpenUDID and device token, or device token alone.

If u want UDID means use this link and enerate the UDID https://github.com/gekitz/UIDevice-with-UniqueIdentifier-for-iOS-5

You can try SecureDeviceIdentifier ( here and here )

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!