A Mobile Push notification is a message that is delivered directly to a user's mobile device by means of Apple's or Google's message delivery services. The notification will still appear even if the user is on another application or the device is locked. Push notifications are an efficient way to stay in touch with your contacts. Having said that, exercise caution to avoid going overboard. If users receive too many notifications, they will typically deactivate them, and you will lose this channel of communication. Push notifications are the best way to promote app use when used wisely. As with emails, we advise personalizing the content of the notifications for your contacts to increase opening rates even more.
How it works
A notification delivery service called Firebase Cloud Messaging (FCM), developed by Google, enables third-party app developers to send push notifications to apps that are installed on Android and iOS devices.
- When your mobile app is installed, the Android or iOS platform asks the notification service for a token ID.
- The ID, which serves as the address for the notification delivery, is sent to the app by the FCM.
- The application transmits this ID to the delivery platform (Dialog Insight).
- With the token IDs, the delivery platform notifies the FCM, which then pushes the notifications to the appropriate devices.