Skip to content

How to Verify device token before sending a push notification in ios? #918

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mannuthakur opened this issue May 12, 2020 · 1 comment
Open

Comments

@mannuthakur
Copy link

I am sending a bulk push notification in ios. But sometimes in 100 device token some device token is invalid.so when an apns server gets invalid device token server stop sending push.

Please help me resolve this issue.

@ZUCheema
Copy link

try validating your token by sending silent pushes using a webjob. Run the webjob everynight. If sending response is 400BadDeviceToken, consider the token invalid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants