There’s a bit of fuss about iPhones tracking their owners location history.
The instructions on that page are pretty involved. Here’s a command-line-free method to get at that controversial little file:
- Download and open iPhone Backup Extractor
- Click "Read Backups" and select the most recent backup from the list that appears
- A list of app identifiers will be shown. Choose the one that says "iOS Files" and click Extract
- Choose a location for extraction and wait a minute while the app does it's thing
- In the finder, navigate to <extracted folder location>/Library/Caches/locationd
- Open the file "consolidated.db" in your SQLite editor of choice. I recommend the one we make
That SQLite database uses the R*Tree extension. Check out the SQLite documentation on how to efficiently query it.