I was delighted to see that OSLogStore finally works on iOS 15+, so that I could enable our users to share the logs with us within our app, without having to roll our own custom logging. However, from what I can see, this functionality is still essentially crippled.
Is there any way to fetch logs across app restarts? (ie app crashes, then the user re-opens and we want to upload those logs). As far as I can see .currentProcessIdentifier will only enable us to access logs from the current process.
If not - what is everyone doing to make this actually useful? are we still stuck with using third party logging mechanisms / rolling our own?
Many thanks