You've implemented -[<UIApplicationDelegate> application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of your supported UIBackgrou

 

集成极光推送,运行后有一个打印信息:

**[1412:60b] You've implemented -[<UIApplicationDelegate> application:performFetchWithCompletionHandler:], but you still need to

add "fetch" to the list of your supported UIBackgroundModes in your Info.plist.

或者: 

 

**[1412:60b] 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.

 

解决方法:PORJECT --> Capabilities --> Background Modes --> Background fetch & Remote notifications -->选中为on 状态

posted @ 2017-06-13 14:35  李洪强  阅读(1155)  评论(0编辑  收藏  举报