Notification Hub Troubleshooting Guide

Notifications > Notification Hub > Troubleshooting Guide

You cannot proceed with identity verification.

Only business members can use Notification Hub through identity verification. If you are an individual member, you cannot proceed with self-authentication. Re-register as a business member and proceed with Identity verification.

Despite joining as a business member, you cannot proceed with your Identity Verification.

In Notification Hub, the criteria for business membership follow the type of organization (OWNER) member of the project you activated. If the organization's owner member is an individual member, you cannot proceed with Identity verification as a business member. Change the organization's individual owner member to a business member and proceed with Identity verification.

Sent characters are not received by some receiver devices.

If texts are not received from the receiver device, the receiver's number may be subscribed to the Stolen Number Text Message Blocking Service’ or the Mobile Carrier spam blocking service. Resend the text after terminating the service. For more information about Stolen Number Text Message Blocking Service’ and Mobile Carrier spam blocking service, check the link below.

iPhone will not receive push messages, and the registered token will be deleted.

If registered your token in iPhone App and sent a push message, but don't receive a push message and the registered token is deleted, check the below.

  • APNS JWT credentials mismatch
  • If the APNS JWT credentials registered with Notification Hub and the app do not match, push messages will not be received. Make sure the APNS JWT credentials and the app's bundle ID can be used together.
  • Mismatch between build type of App and contact type of registered token
  • If the build type of the app and the contact type of the registered token do not match, the push message will not be received. Check the contact type and build mode.
  • Tokens in the Development app must be registered as TOKEN_APNS_SANDBOX, or TOKEN_APNS_SANDBOX_VOIP.
  • Tokens in the Production app must be registered as TOKEN_APNS, or TOKEN_APNS_VOIP.
  • Each contact type is as follows in SDK.
    • TOKEN_APNS: APNS
    • TOKEN_APNS_SANDBOX: APNS_SANDBOX
    • TOKEN_APNS_VOIP: APNS_VOIP
    • TOKEN_APNS_SANDBOX_VOIP: APNS_SANDBOXVOIP

Push messages are not received on an Android device and the registered token has been deleted.

If you have registered your token in Android App and sent a push message, but don't receive a push message and the registered token is deleted, check the below.

  • FCM service account key (JSON) and app Sender ID (Sender ID) mismatch
  • If the FCM service account key (JSON) registered in Notification Hub and the app's sender ID (Sender ID) do not match, push messages will not be received. Make sure that the FCM service account key (JSON) and the app's sender ID (Sender ID) can be used together.

If the problem is not resolved

TOP