我在檢測來自APNS的推送通知時遇到問題。iOS;當應用程序未運行或處於後臺時,推送通知不起作用
或如果有來自APNS推送通知時,應用程序並不運行在後臺,
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
是不行的。
而當我回到前臺而沒有從通知中心選擇推送通知消息時,這是行不通的。
我該如何解決這個問題?
我在iOS 6.13和iOS 7.0.4中測試應用程序。
感謝您的幫助。 :)
顯示您的代碼。 –
看來,您還沒有完全閱讀文檔護理。 https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/IPhoneOSClientImp.html#//apple_ref/doc/uid/TP40008194-CH103-SW4 – CRDave
閱讀申請:didFinishLaunchingWithOptions: – CRDave