[问题] background receive notification

楼主: valda (valda)   2015-07-27 20:17:28
请教关于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
感谢
作者: appleway (苹果爱天空)   2015-07-27 21:31:00
"content-available":"1" ??
作者: s001582000 (仁傑)   2015-07-28 11:00:00
背景推播只要remote notifications 推播讯息要有conte"content-available":"1"
作者: darktt (小朱)   2015-07-28 13:06:00
这个功能在app没有执行的情况下是不会被触发的

Links booklink

Contact Us: admin [ a t ] ucptt.com