请教关于background receive notification的问题
如果background modes的background fetch,remote notifications
已经打开
当app在背景接收到notification时,我必须决定哪些notificaion可以
显示,那些不行
根据文件应该是在
- (void)application:(UIApplication *)application
didReceiveRemoteNotification:(NSDictionary *)userInfo
fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
这个delegate中处理,但是app在背景接收到notification时,我都不会触发这delegate
,请问有哪里没注意到吗?
Deployment Target:7.0
感谢