This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
APNS token should be removed from the db when apnsErrorStatus=410 #536
Comments
adding this to the next bug fix milestone |
it is confirmed that expired tokens are removed from db |
cheungpat
added a commit
to cheungpat/skygear-server
that referenced
this issue
Apr 9, 2018
If the error occurred for sending push notification is `Gone` or `BadDeviceToken`, the log level will be Info instead of Error. refs SkygearIO#536
cheungpat
added a commit
to cheungpat/skygear-server
that referenced
this issue
Apr 12, 2018
If the error occurred for sending push notification is `Gone` or `BadDeviceToken`, the log level will be Info instead of Error. refs SkygearIO#536
carmenlau
pushed a commit
that referenced
this issue
Apr 12, 2018
If the error occurred for sending push notification is `Gone` or `BadDeviceToken`, the log level will be Info instead of Error. refs #536
carmenlau
pushed a commit
that referenced
this issue
May 3, 2018
If the error occurred for sending push notification is `Gone` or `BadDeviceToken`, the log level will be Info instead of Error. refs #536
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This error can occur in skygear server when the APNS return a error status 410 (The device token is no longer active for the topic.) https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingwithAPNs.html
Since the token no longer works, sending notification to the token will result in more errors. When encountering the error, the token should be removed from the device table.
The text was updated successfully, but these errors were encountered: