I’ve read the Apple Push Notification documentation and it seems this isn’t possible but was just wondering if there are workarounds etc.
If an application is in the background and a server sends a push notification, if there any way the application can receive an inidcation of that fact independently of the user tapping the action button?
I’ve read the Apple Push Notification documentation and it seems this isn’t possible but
Share
No, that’s not possible. The application does not get to know about an incoming push notification unless the user activates it with the action button.