[問題] 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