I would like to know what is the default behaviour of silent push notifications when the app is on foreground. Will it still display an alert view or not?
When localising the alert message :
"alert" : {
"body" : "Start the game Jenna"
"loc-key" : "start.game",
"loc-args" : [ "Jenna"]
}
Does the body message takes precedence over the loc-key? What if the loc-key does not exist on the app?