Is Unity console output stored anywhere on iOS devices?

Hi, my question is:

Is the Unity console output stored (and available!) anywhere when running a Unity app on an iOS device? I'm asking this because I'd like to record and store some data while our game is being tested/played on iOS devices. In this case, the app is not running in the Xcode debugger, so I cannot see/use the Xcode console output. I know I can store stuff using PlayerPrefs, but I guess that retrieving this data is quite painful, unless you can access the playerprefs file easily.

Thanks,

Mattijs

Hello Mattijs!

Not answering your question directly, but we’ve built a tool just for this! .Command Runtime Console : .Command Runtime Console | GUI Tools | Unity Asset Store

It allows you to quickly view, search, filter and even email unity logs and callstacks in your built out player (even on ios and android!)!

.Command also includes a built in command line terminal so you can execute runtime code with the press of a button (or stroke of a key)!