iOS10適配之推送的坑

iOS10推送做大改造,做了iOS10的推送適配後,發現點擊推送消息進到應用一閃而過
解決方案:添加UNUserNotificationCenterDelegate

- (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void (^)())completionHandler
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章