Skip to main content

Status Codes

SDK Status Codes

APNs Push Notification Status Codes

Below are the error codes, causes, and troubleshooting steps you may encounter during the push notification testing process after uploading the APNs push certificate in the Console.

Error CodeCauseAction
5, 8Incorrect deviceToken information.Check if the device is jailbroken, ensure the parameters passed to setDeviceToken are correct, and verify that the provisioning profile used by Xcode during packaging matches the current environment.
52The UserId does not exist in the current environment. Confirm if the server connection is successful and if the App Key used in init corresponds to the correct environment.The success Block of connectWithToken will return the currently logged-in UserId. Verify if it matches the one used in your push test.
53The uploaded push certificate is empty.Check and re-upload the certificate, and ensure the BundleID matches the one in the certificate.
54, 62Issues with the uploaded certificate or its password.Verify the certificate password, check and re-upload the certificate, and ensure the BundleID matches the one in the certificate.
55The userId is not currently logged in on an iOS device.Check if the login was successful on an iOS device and if there is multi-device login for the same userId.
57Failed to send Apple Push.SSL parsing error, re-upload the certificate.
2, 56The userId has no deviceToken information set.Check if the device is jailbroken, if the user has allowed notifications for the app, if remote push permissions were requested, and if setDeviceToken was set correctly.
58Failed to parse the original parameters.Contact us to resolve the issue promptly.
60Socket exception.Internal error, resend.
61The userId has push notifications blocked.Check if the client has blocked push functionality (if you have multiple clients or apps using the same AppKey, verify all client codes to ensure push is not blocked).
3, 4, 6, 7, 64Network issues caused the push to fail. Please try again.Network issue, retry.
0, 1, 10, 255, 59Apple APNS server service exception.Try again after some time.
66The uploaded certificate does not match the current environment.Check and re-upload the certificate.
67The password for the uploaded certificate is incorrect. Verify your certificate and password.Check the certificate and password, re-upload the certificate, or enter the correct password.
68The Bundle ID in the developer platform does not match the one in the certificate. Please check.Verify the BundleID in the certificate and the one entered.
70VoIP Push Token is empty.Confirm if the VoIP Push Token is empty.
73No user information found. This userId has not obtained a RC Token.Reacquire the user Token.
74The uploaded certificate's package name does not match the configured package name.Check if the uploaded certificate's package name matches the configured package name.
75The uploaded certificate contains a BundleId with a wildcard.According to Apple's requirements, apps using wildcards cannot use APNs remote push.
1050APNS timeout. You may receive the push message with a delay or it may fail.Network issue, retry.