HOWTO remove device tokens received by Apple APNS feedback

后端 未结 6 1982
慢半拍i
慢半拍i 2021-02-09 19:39

I am successfully fetching Apple APNS feedback data via PHP. The structure that I am getting (after some processing) looks something like this:

timestamp

device

6条回答
  •  孤街浪徒
    2021-02-09 19:45

    You should store devices with their device token data, and then you can find these devices according to their device tokens. You might use device token for identifier each device. Than would be easy to find and change their statuses into your db.

提交回复
热议问题