iOS UNUserNotificationCenterDelegate 代理方法没有被调用

UNUserNotificationCenterDelegate的两个方法都没有被调用

设置了代理

clipboard.png

导入文件 遵守代理

clipboard.png

userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions))completionHandler
userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void (^)())completionHandler

这两个方法 依旧没有执行,求各位大佬指导一下 万分感谢^_^

阅读 6.6k
1 个回答

请问下这个问题你后来解决了吗?我现在也遇到这个问题了。

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题