0

I'm interested in a border line iPhone app able to detect the user location continuosly. The app will be delivered in enterprise mode (so no Apple approval).

Basically it should run forever (resetting the backgroundTimeRemaining through the location service start end stop).

the issue that I was not able to fix is to relaunch the app after a reboot, event if I declare the voip capability, it seems that the system give me only 3 minutes, no more time despite all the workarounds.

so actually I'd like to know if someone was able to implement this sort of behaviour on iOS7.

thanks in advances, please find below some references.

iPhone - Backgrounding to poll for events

to run app continuously in the background

Background Location Services not working in iOS 7

Start Location Manager in iOS 7 from background task

Community
  • 1
  • 1
superemme
  • 1
  • 1

1 Answers1

0

ok, I got it. the music hack is the solution.

During the further 180s of background time a small mute playback of few seconds (of local mp3) restart the backgroundTimeRemaining counter.

bye

superemme
  • 1
  • 1