Is there any way to set the ID/App for Cloud Diagnostics at build time? We build multiple projects (reskins) to multiple platforms (Android, iOS), and have a separate app identifier for each combination. Ideally we need to set this as a scripted pre-process before we launch the build. We are building from the command line with a Jenkins build server, so modifying the app associate with the GUI before each build is not workable.
Any thoughts on a solution? Can we set the Unity Project ID from a script?
Thanks!