When receiving a notification, I want to change the user info content before showing in mobile notification in iOS.
"aps": {
"alert": {
"body": "hello",
"sound": "Default"
"badge": "1"
}
}
Example I want to show world instead of hello.
Is this possible in iOS 10?