This article provides you with information for the Mobile Engage Push message update feature.
Introduction
The Mobile Engage push message update feature makes it possible to update the content of mobile push notification messages that were sent previously to mobile users. It means that, if several push messages are sent with the same Internal ID value then the second and the consecutive messages will not appear as separate push messages, but they are going to overwrite the content of the earlier sent push messages.
The following SDK versions (or higher) are prerequisite of the feature:
- Android SDK: 3.5.0
- iOS SDK: 3.2.4
- Flutter plugin: 1.6.0
Creating and updating Mobile Engage Push messages
1. Define the General settings of your existing Mobile Engage push message campaign:
- Configure as a feed with Internal ID parameter set to "1058".
For more information on the Internal ID, see Message settings.
2. In the Mobile Engage push Content creation step create and then send the first mobile push message of the feed.
3. See an example for receiving the first mobile push message of the feed.
4. In the Mobile Engage push Content creation step create and then send the second mobile push message of the feed.
5. When the second mobile push message of the feed is received it overwrites the content of the previous mobile push message within the same feed.
Frequently asked questions
What if the user has already opened the earlier sent mobile push messages of the feed?
If the user has already opened a mobile push message of the feed then the next push message of the feed will appear as a new push notification message.
What if the user has not received the previous push messages of the feed yet?
If the user has not opened the push message of the feed yet then the next push message of the feed will appear as a new push notification message.