I have added mutable-content: 1 in apns payload. Checked the deployment target as well. Still I am not getting call in didRecieve method. I am using XCode 12
NOTE: UNNotificationContentExtension is working but not service
I have added mutable-content: 1 in apns payload. Checked the deployment target as well. Still I am not getting call in didRecieve method. I am using XCode 12
NOTE: UNNotificationContentExtension is working but not service
Make sure you are setting delegate methods to self in application Launching Option Method.