Hi I am trying to create a location based application for iOS7. I have enabled the UIBackgroundMode
for location update. Most of time my app will be running on background.
In background state App works fine when user is motion but I found that if user is stationary at one place for about 15 min the application gets suspended. Application does not wakes even when user is again in motion after the app goes to suspended state.
I need location update continuously so deferred update won't work for me. Is there a way to prevent app going to suspended mode?