Reputation: 1
OS: iOS-7
I'd like to automatically retrieve all the logs under "General->About->Diagnostics & Usage->Diagnostics & Usage Data
" for administration purposes.
I know that you can use frameworks like PLCrashReporter or tools like crashlytics or testflight when you want to get crash logs automatically for your app. But this only works for apps that YOU develop, not for all the logs that are stored in the "Diagnostics & Usage Data
".
I've found an App that might do what I want "iSyslog
" (see it in the app store), but it says in the description "Logs cannot be retrieved under iOS7
". Any of you knows if this is true?
Thank you.
Upvotes: 0
Views: 147
Reputation: 4728
You really are better off just connecting to a server with http request / JSon etc because you shouldn't send email without involving the user...
Upvotes: 0