且构网

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

在 iOS 10 中未收到推送通知

更新时间:2023-02-26 21:17:55

需要对 iOS 10 和 xCode 8 GM 进行一些更改您需要实现 UserNotifications.framework 及其委托方法才能获得推送通知的工作.

Need some changes for iOS 10 with xCode 8 GM You need to implement UserNotifications.framework and their delegate methods to get work of push notifications.

我已经使用新的 UserNotifications.framework 解决了我的问题.请点击此链接:iOS 10 推送通知问题

I have resolved my issue using new UserNotifications.framework. Please follow this link : Push notification issue with iOS 10