Troubleshooting push notifications

Having issues with push notifications not sending? Here's a few helpful things to try.

Ivan avatar
Written by Ivan
Updated this week

For iOS

  • Ensure you ticked the box "Send a push notification" when you send a manual message.

  • Ensure you are requesting permission from your users to send push notifications.

  • Do you get a device token from APNS? If you put a breakpoint into the application:didregisterforremotenotificationswithdevicetoken: delegate call, you should get a token shortly after your app launches.

  • Have you set the correct Bundle ID in Settings > Installation > iOS? Make sure it matches the app that you want push notifications sent to.

  • Is your private key still active? Check your keys to make sure it has not been revoked.

  • Ensure that notifications are enabled for your app. To check on iOS go to Settings > Notifications > Your App and make sure "Allow Notifications" is turned on.

  • Is the user reporting issues on the latest version of your app that implements push notifications?

You can find more technical information and troubleshooting steps in the Apple iOS Developer Library.

For Android (FCM)

  • Make sure to tick the "Send a push notification" box when you send a manual message.

  • Check that the notifications are not disabled for your app on your test device. On the device, go to Settings > Sound & Notification > App notifications. This may differ depending on the Android version.

  • Did you specify the correct Push Server API key?

  • Make sure you added your google-services.json file in the correct directory.

  • There can also be some general Android notification delays due to different manufacturer settings of battery optimization as detailed in this article. There is also https://dontkillmyapp.com/ which details how to modify battery options for different devices. So, ensure that all battery optimization features are turned off when you're testing push notifications.

  • For Android we currently require Google Play Services to be on the device. There are Android devices without Google Play Services and we do not support push for those.

  • Is the user reporting issues on the latest version of your app that implements push notifications?

Note:

  • Push notifications send as soon as the message matching happens. Intercom does not wait for the user to come online before it is sent.

  • We only send push notifications to Mobile SDK, we currently do not support desktop (Windows/macOS) push notifications.

  • We support multiple devices so a person can have as many devices registered and we will send to all of them.

  • In general, all push notifications / messages only send:

    • when the app is not in the foreground so it needs to be in the background (e.g. you're using a different app, or the phone is off or on the lock/home screen). However, for Android, push messages can be delivered in all situations (when the app is backgrounded, open or closed).

Still running into issues?

Feel free to reach out to our team via the Messenger and we can take a closer look at this for you.


💡Tip

Need more help? Get support from our Community Forum
Find answers and get help from Intercom Support and Community Experts


Did this answer your question?