Comment on didReceiveRemoteNotification not called in iOS 13.3 when app is in background Nice answer...It's working. Topic: App & System Services SubTopic: Notifications Tags: Feb ’23
Comment on didReceiveRemoteNotification not called in iOS 13.3 when app is in background Try this sample payload. { "aps": { "alert": "Game Request", "sound": "default", "content-available": 1 } } Topic: App & System Services SubTopic: Notifications Tags: Feb ’23