APNs duplicate tokens

两盒软妹~` 提交于 2019-12-03 20:39:06

What we know is that Apple tells us to use the Device Token to push notifications to a device. So, as long as you are:

  1. Querying the APNs for a new device token every time the application is launching and registering it in your database

  2. Querying the Feedback service for inactive devices and purging them from your database

... you are doing what Apple is expecting you to do.

However, I do suspect that there may be a bug in your registration code because 100/750k is a pretty high conflict rate. Considering these device tokens are used to push notifications, a lot of people would be complaining about receiving notifications that don't belong to them...

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