請教關於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
感謝