You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.
Where can we find the explanations about the errors when sending push notifications via RMS ?
I guess these are error from Apple, but what do they mean exactly?
The text was updated successfully, but these errors were encountered:
That's the response from APNS itself. Here's the legacy response codes. That response means "Invalid Token" which means that APNS couldn't find the deviceId that you tried to send it. If you're certain you've registered it, then it may be due to registering the device with the wrong environment (i.e. registering it with production APNS but sending the PN to sandbox, or visa versa).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Where can we find the explanations about the errors when sending push notifications via RMS ?
I guess these are error from Apple, but what do they mean exactly?
The text was updated successfully, but these errors were encountered: