0

Based on this reply by saying that I can only send push notifications to devices that have installed my application (so my certificate is not blacklisted from Apple), how do I know who removed the application so I can remove the device token from my database?

Is there any other solution?

Thanks in advance.

Community
  • 1
  • 1
Paulo Rodrigues
  • 5,273
  • 7
  • 35
  • 58

1 Answers1

1

You can do this by using an apple service to check if a push notification id is still valid, you can read about it here

Daniel
  • 22,363
  • 9
  • 64
  • 71