I have a scenario when it is required to update push notification message which was previously sent without user interaction (completely based on pushes)
- send push message A - client receives "Hello A"
- send push message B to update text in A - client got "Hello A" updated to "Hello A Updated"
If it not possible then could I clear previous push notification and send new one. I need to implement it for iOS and Android platforms.
Please advise.