I want to make url request in a certain time interval (e.g. every 10 minutes app should make a url call and get some json data). App should be able to do this when running in ba
I think there are some restrictions in iOS, You can not continuously send the request when app is in Background mode. iOS allows a little time to finish the web request when App is going to background mode. please check this Apple Documentation: https://developer.apple.com/library/ios/documentation/uikit/reference/UIApplication_Class/Reference/Reference.html#//apple_ref/occ/instm/UIApplication/beginBackgroundTaskWithExpirationHandler:/