BigSur
({ @MainActor in M1.Ultra }(Swift))
1
In iOS system, we can Settings > Privacy > Analytics > Analytics Data to view the crash report ips file.
Where are these files stored in iOS?
Is there any Swift library/tools to parse and visualize ips files?
eskimo
(Quinn “The Eskimo!”)
2
Where are these files stored in iOS?
That’s not documented but, even if it were, the iOS sandbox will prevent your app accessing these files.
Share and Enjoy
Quinn “The Eskimo!” @ DTS @ Apple
BigSur
({ @MainActor in M1.Ultra }(Swift))
3
Found ips files here: /var/mobile/Library/Logs/CrashReporter
Using jailbreak device to debug something cool stuff. 
1 Like