Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone 4 background location service question

I'm looking into the new background location service options in the iPhone 4 SDK. It allows an app to run in the background and receive location updates from the device.

There are two methods offered. One is a battery intensive mode that continuously gets location updates. The second recommended method sends the app location updates when there has been a "significant location change".

Does anyone know what a significant location change might be? Is a 30 foot walk considered significant, or is a 10 block walk considered significant? I imagine it also depends on the accuracy of the location mechanism being used at the time.

like image 701
Doug P Avatar asked May 07 '10 16:05

Doug P


People also ask

Why your iPhone keeps asking about background location use?

Cause. On devices running iOS 13 Apple periodically alerts users of applications that run in the background and access the device's location. The prompt includes a map of locations and requests the user to reconfirm the location access permission.

What does background location mean on iPhone?

Background location useIf you give an app permission to access your location while it's in use, the app can then ask to know where you are at all times.

How do I disable background Location Services?

Open your phone's Settings app. Under "Personal," tap Location access. At the top of the screen, turn Access to my location on or off.

How do I enable background locations on my iPhone?

Go to Settings > Privacy, then select Location Services. Select an app, then turn Precise Location on or off.


1 Answers

I've recently done some field testing of the new background location service to get an idea of what constitutes a significant location update, what kind of accuracy to expect for the location hits and our general experiences using it.

The results are detailed in a fairly lengthy blog post:

iPhone Background GPS: Accurate to 500 meters, not enough for foot traffic

like image 90
apj Avatar answered Sep 24 '22 20:09

apj