Hi!
I followed the guide to setup Game Analytics in corona (https://github.com/GameAnalytics/GA-SDK-CORONA/wiki).
Downloaded and selected Xcode 7.3 to be able to build in iOS9, and got a warning whenever I try to send and analytics (in this case, and addErrorEvent) :
\<Warning\>: Warning/GA/Analytics: Initialize SDK failed - Unauthorized \<Warning\>: Warning/GA/Analytics: Could not start session: SDK is disabled.
The weird thing is the init seems to go flawlessly as shown with this, at the beginning of my app :
\<Warning\>: Info/GA/Analytics: Starting a new session.
I didn’t find anything on the issue, if someone has an idea, thanks in advance!