Search code examples
iosobjective-cios8ios9uiapplicationdelegate

Is 'performFetchWithCompletionHandler' called when no internet connection?


Will the UIApplicationDelegate call performFetchWithCompletionHandler if device is not connected to the internet ? The documentation isn't clear in this case.


Solution

  • After some tests I can claim that performFetchWithCompletionHandler delegate method is not called if device is not connected to the internet. Tested on iOS8 and iOS9.