Hi,
In our iOS app, we have used OSLog for logging various events(including errors), the app is distributed using test flight on iPhone device. From what we know, OSLog with log levels Notice, Error and Fault persist the logs into disk. Since we have a lot of logs of above mentioned log levels they must are being saved somewhere but I am not able to get the location where they are exactly stored. Part of my question is also that since I don't have access to Mac right now and if I am using just the iPhone with the app, can I get the logs being stored by the app from within the iPhone? May be using itunes or something? Or it it even possible to get it without mac? Also, when we test the app on simulator using xcode, I expect the same behaviour that since we are logging various things, where are the log files getting saved in the mac or simulator? What's the exact path, although I can see all the logs on the console itself but I want to get the files which ios creates. If anyone can guide me through it, it would be very helpful for us, especially regarding getting the logs from real iPhone device(without connecting it to mac)
Thanks, Pranay