Have a jailbroken iPhone 6 and I want to find out about significant locations activity.
Is it possible to see when significant locations was enabled or disabled?
After significant locations is disabled is it still possible to see the history prior to it being disabled?
If so, where is this data stored?
Thanks in advance!
https://articles.forensicfocus.com/2018/05/28/apple-iphone-forensics-significant-locations/
https://
Anyone locked into this lately??
Found that in iOS v 14.4.2 if you create an encrypted iTunes backup, then parse using any tool so that you are able to pull this file out:Â
/private/var/mobile/Library/PersonalizationPortrait/PPSQLDatabase
and then look at the table called/private/var/mobile/Library/PersonalizationPortrait/PPSQLDatabase: "loc_records" you will get those locations, there are the same as if you would go to location services and to significant locations on the device.Â
The only difference is that there is no date/time or duration of travel. I could not figure out myself as to where this is stored, it may be that this is still encrypted but at least you can get the locations part now.Â
If anyone gets more info on this, please do let me know.Â