I have done the following:
- watching the WWDC 2016 session on unified logging
- downloaded the Paper Company sample code
- read the logging documentation
Still, I cannot figure out how to send a log file.
In this Apple Technical Note it states:
"In iOS 10+, use the Unified Logging APIs rather than NSLog, printf, and print."
But also:
"Provide a way for the user to send that log to you."
I am able to log using the os_log and related APIs. But how to send it anywhere? I know it would be in binary format (an .logarchive file?) and require it to be viewed by the new console.app.