且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

推送通知在iOS 10上无效

更新时间:2023-02-26 21:27:24

需要对iOS 10与xCode 8 GM进行一些更改您需要实现UserNotification.framework及其委托方法以获取推送通知和功能需要启用推送通知。

Need some changes for iOS 10 with xCode 8 GM You need to implement UserNotification.framework and their delegate methods to get work of push notifications and in capabilities needs to enable Push Notifications.

您必须导入新的UserNotification.framework。请点击此链接: iOS 10推送通知问题

You have to import new UserNotification.framework. Please follow this link : Push notification issue with iOS 10