samxli
samxli

Reputation: 1596

iOS4 location tracking in the background and with a time interval

In iOS4, it possible to do an accurate GPS location update with a preset interval while my app is in the background? If so, how?

Thanks!

Upvotes: 2

Views: 3224

Answers (2)

Ole Begemann
Ole Begemann

Reputation: 135540

No, setting a time interval is not possible. You can just opt in for location updates in the background – either less precise using cell tower triangulation and WiFi hotspots or more precise involving the GPS. Everything else is up to the OS.

Upvotes: 2

Linuxmint
Linuxmint

Reputation: 4746

iOS Multi-Tasking Track GPS Location

This may help some.

Upvotes: 3

Related Questions