0

When there is a UNNotificationServiceExtension for the category of the notification, does iOS call userNotificationCenter: willPresentNotification: withCompletionHandler: before or after the extension?

Gukki5
  • 497
  • 6
  • 22

1 Answers1

0

the UNNotificationServiceExtension is called first, THEN the delegate method.

Gukki5
  • 497
  • 6
  • 22