HOWTO remove device tokens received by Apple APNS feedback
Posted
by Mladen
on Stack Overflow
See other posts from Stack Overflow
or by Mladen
Published on 2010-03-02T11:38:53Z
Indexed on
2010/06/17
3:03 UTC
Read the original article
Hit count: 386
Hi Guys, 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 token
My question is how to know which of the device tokens should I remove from my database and stop sending notifications to them.
Regardz,
Mladjo
© Stack Overflow or respective owner