标签:application ios ios8 background modes remote notifications
在用信鸽推送的时候报了:
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中看到
NT_iOS笔记—add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plis
标签:application ios ios8 background modes remote notifications
原文地址:http://blog.csdn.net/nt_tian/article/details/44943597