I am looking to retrieve the crash logs in iPhone programmatically. Under iOS 10 and above, the list of logs can be found here :
Settings --> Privacy -->Analytics --> Analytics Data-->logfiles.json
Is it possible to access the log files programmatically. I am basically looking to get all the files that are found in the data section.Not just the files related to my app.
Note : I am not looking here for Appstore approval.