Question

I am developing a child control app, so i need to send my current location to my server anytime when the child moves.

I know that exist significant location change and region monitoring that can wake up your app even if it is close, but when i try with this method i don't receive many updates and it has a bad accuracy because this services are base con cell tower changing.

How can i get periodically updates with a good accuracy (+-50m) when my app was not open by the user?

Thanks!

Was it helpful?

Solution

The answer is simple:

You cannot!

significant location change and region monitoring are the only possibilities to wake up your app in relation to location change. If the accuracy is not sufficient, then your idea will not work.

However you can get precise position in background mode.

Edit: In ios7 You can also use Beacon Regions (using bluetooth spots )

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top