application(didReceiveRemoteNotification: fetchCompletionHandler:) is not called in background upon silent push.
The method is called only after the user manually opens the app.
Anyone know how to resolve this?
I'm currently on iOS 15.1.1
application(didReceiveRemoteNotification: fetchCompletionHandler:) is not called in background upon silent push.
The method is called only after the user manually opens the app.
Anyone know how to resolve this?
I'm currently on iOS 15.1.1
Nothing runs while in the background for an extended period of time. You have to make sure the project is set up correctly for push notifications. Pick a topic below: https://developer.apple.com/documentation/pushkit/supporting_pushkit_notifications_in_your_app/ https://developer.apple.com/videos/play/wwdc2020/10095/ https://developer.apple.com/documentation/watchkit/notifications/enabling_and_receiving_notifications/