2014-09-25 72 views
5

我在前ios8中使用後臺獲取沒有問題。但在ios8中,當我在手機上模擬背景獲取時,我首先得到一個錯誤,我沒有播放聲音的權限,因此我沒有收到任何本地通知。然後在打開的應用程序,該應用程序崩潰,我得到這個奇怪的錯誤:iOS8後臺獲取問題

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'this request has been neutered - you can't call -sendResponse: twice nor after encoding it'

+0

我有基於崩潰報告相同的問題。在我的情況下,它與蘋果手錶擴展有關。 – 2015-07-09 12:18:30

回答

4

它關係到這個 iOS 8 NSInternalInconsistencyException

查找在您調用完成處理你從這樣的方法得到的地方:

- (void)application:(UIApplication *)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler