Skip to main content

Status Codes

SDK Status Codes

APNs Push Notification Status Codes

The following table lists error codes that may be encountered during push notification testing after uploading APNs certificates in the Console, along with their causes and troubleshooting steps.

Error CodeCauseResolution
5, 8Incorrect deviceToken information.Check if the device is jailbroken, verify the parameters passed to setDeviceToken are correct, and ensure the provisioning profile used by Xcode for packaging matches the current environment.
52The UserId does not exist in the current environment. Verify successful server connection and confirm the App Key used in init matches the environment.The connectWithToken success Block will return the currently logged-in UserId. Verify it matches the one used in your push test.
53The uploaded push certificate is empty.Check and re-upload the certificate, ensuring the BundleID matches the one in the certificate.
54, 62Issues with the uploaded certificate or its password.Verify the certificate password, re-upload the certificate, and confirm the BundleID matches the one in the certificate.
55This userId is not currently logged in on an iOS device.Check if login was successful on an iOS device and whether the same userId is logged in on multiple devices.
57Failed to send Apple Push.SSL parsing error. Re-upload the certificate.
2, 56This userId has no deviceToken information set.Check if the device is jailbroken, whether the user has granted notification permissions, if remote push permissions were requested, and if setDeviceToken was configured correctly.
58Failed to parse original parameters.Contact us to resolve the issue promptly.
60Socket exception.Internal error. Resend the request.
61This userId has disabled push notifications.Check if the client has blocked push functionality (if multiple clients or apps share the same Appkey, verify all client code for push blocking settings).
3, 4, 6, 7, 64Network issues causing push failure. Please retry.Network-related issue. Please try again.
0, 1, 10, 255, 59Apple APNS server service exception.Please try again later.
66The uploaded certificate does not match the current environment.Check and re-upload the certificate.
67Incorrect certificate password. Verify your certificate and password.Check the certificate and password, then re-upload the certificate or enter the correct password.
68Bundle ID in the developer platform does not match the one in the certificate.Verify the entered BundleID matches the certificate's Bundle ID.
70VoIP Push Token is empty.Confirm whether the VoIP Push Token is empty.
73No user information found. This userId has not obtained an RC Token.Reacquire the user Token.
74Uploaded certificate package name does not match the configured package name.Verify the uploaded certificate package name matches the configuration.
75The uploaded certificate contains a BundleId with wildcards.Per Apple's requirements, apps using wildcards cannot utilize APNs remote push.
1050APNS timeout. You may receive the push message with delay or it may fail.Network-related issue. Please try again.