I'm seeking to send an state update to an application, which can (or not), be silent.
For example, if the user gets a new message from one of their friends I want to send such message and be able to display an alert with sound.
But in the silent case, I want the user not to notice such notification. it must be gathered by the application; for example if my user has two devices and he changes his name in one of them, I want to send the other device (which is sleeping) a silent name update, that should trigger a change (be dispatched to the application) in background.
According to what I've read this is actually possible, but I'm quite confused regarding to how it actually is, or how it should be done, and there are some contradictions at times. As a backend developer I can do anything but I need to make sure that it works for the frontend guys.
Here some relevant topics:
Silent background push on iOS and Android
Push Notifications without alert
iPhone push notification without alert
Android Silent Push
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…