UNUserNotificationCenterDelegate的两个方法都没有被调用
设置了代理
导入文件 遵守代理
userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions))completionHandler
userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void (^)())completionHandler
这两个方法 依旧没有执行,求各位大佬指导一下 万分感谢^_^
请问下这个问题你后来解决了吗?我现在也遇到这个问题了。