Hi there,
We use APN notifications in order to execute certains commands on our app.
The problem is when a notification is received, and the app is in background, then the top screen notificactions, displays with the message (a JSON string).
How can we tell iOS that all notifications should not be published to the user?
I have tried with no luck to use:
#PlistExtra:<key>NSUserNotificationAlertStyle</key><string>none</string>
Thanks
FBP
We use APN notifications in order to execute certains commands on our app.
The problem is when a notification is received, and the app is in background, then the top screen notificactions, displays with the message (a JSON string).
How can we tell iOS that all notifications should not be published to the user?
I have tried with no luck to use:
#PlistExtra:<key>NSUserNotificationAlertStyle</key><string>none</string>
Thanks
FBP