Article Last Updated: August 28, 2024
If you did not receive an expected push notification, check Notification > Push > History in your app builder. If the status is green, the push notification was sent to your users properly.
<aside>
⚠️ The app builder only handles dispatch requests for push notifications but does not control the final delivery to users. Once a request is sent, push notifications are held on Apple and Google servers until those systems dispatch it to users’ devices.
</aside>
Notification Settings for Apple Devices
If you or a user is not receiving push notifications on an Apple device, follow the troubleshooting steps below. For more detailed information, visit Apple's support article here.
- Check Notification Settings: Go to Settings > Notifications. Ensure notifications are allowed for the specific app in question.
- Check Network Connection: Ensure the device has a stable internet connection.
- Restart the Device: Sometimes, a simple restart can resolve issues with notifications.
- Update the App and iOS: Ensure your app and iOS are up-to-date.
Notification Settings for Android Devices
If you or a user is not receiving push notifications on an Android device, follow the troubleshooting steps below. For more detailed information, visit Google’s support article here.
- Check Notification Settings: Go to Settings > Apps > [Your App] > Notifications. Ensure notifications are turned on.
- Check Battery Optimization: Go to Settings > Battery > Battery optimization. Ensure your app is not set to be optimized, as this can prevent notifications.
- Clear App Cache: Go to Settings > Apps > [Your App] > Storage > Clear cache.
- Update the App and Android OS: Ensure your app and Android OS are up-to-date.
Other Considerations
Below are other factors that could impact whether or not push notifications can be received on your specific mobile device.
- Persistent vs. Temporary Notifications: Apple and Google set push notifications for installed apps as temporary vs. persistent by default. PERSISTENT notifications remain visible on the device until the user interacts with them, whereas TEMPORARY notifications appear briefly and disappear on their own.
- Delivery Timeframes: Push notifications are generally delivered almost instantly, but there can be delays due to Apple and Google server load, network issues, restricted background data usage, or individual device settings.