您的位置:首页 > 产品设计 > UI/UE

NT_iOS笔记—add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plis

2015-04-08 17:13 671 查看
在用信鸽推送的时候报了:

You've implemented -[<UIApplicationDelegate> application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of your supported UIBackgroundModes
in your Info.plist.
解决方法:



打开Background Modes 勾选Remote notifications即可。
可以在info.plist中看到

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐