i have lot of confusion now, can any one explain to me what is happening ?
first of all let me discuss about my app. i have an app which is running in the background continuously.I use location service for running app in the background mode, location service is just kept in background mode for infinite time, main task is different ,which works with timer in background mode. this app work fine till ios 7.0
Now problem is, i read that ios 7 and above there is some thing change when device going to "sleep mode" or may be "hibernet mode". i think app is going to suspend and also location service does not trigger.
I read some of the reference links for background mode and Location update also did R&D of some other link. After all of this i am going mad. I am confused that now that i need to Force run the app in background any how for all os. How do i do it?
Also this is a big problem because we do not understand why the behaviour is inconsistent between devices. i tested app in 5 device 2 ipad and one ipad Air and iphone 4s all have ios 7.1.1 and conclusion is in 3 device app's working fine but 2 device is stops to trigger my app in suspend mode
Do i need to change in location service ? Is there any way to running app continue in background ? How can i prevent to stop my apps while device is going to sleep mode ? or any thing new in default setting of the device ?
if i do pausesLocationUpdatesAutomatically = NO
then will my app also running continuously in sleep mode ?
Please give me some suggestion or help - thanks.