0

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

Cintu
  • 913
  • 2
  • 16
  • 32
  • Are you usind didreceiverRemoteNotification method with fetchCompletionHandler or normal userInfo only? Can you add some code here? – Hetali Adhia Mar 31 '21 at 06:41
  • I am getting callback in didRecieveRemoteNotification but not in service extension – Cintu Mar 31 '21 at 11:41

1 Answers1

0

Make sure you are setting delegate methods to self in application Launching Option Method.

Apps Maven
  • 1,314
  • 1
  • 4
  • 17