I created an app on MIKROS analytics and it was approved. I have my "appGameId" and "apiKey" but my app still says
Not connected. Click here to begin
Clicking on the link only takes me to the Insights section. How do I get my app connected?
I created an app on MIKROS analytics and it was approved. I have my "appGameId" and "apiKey" but my app still says
Not connected. Click here to begin
Clicking on the link only takes me to the Insights section. How do I get my app connected?
You'll need to initialize the MIKROS SDK inside of your project. Here's a full tutorial: https://www.youtube.com/watch?v=4g380D_bAVA
You can choose to auto-initialize the SDK, or use this code to do it manually:
MikrosManager.Instance.InitializeMikrosSDK();
The short answer is that you have to initialize the MIKROS SDK inside of your project.
Official Documentation: https://developer.tatumgames.com/documentation/getting-started
Integration Tutorial: https://www.youtube.com/watch?v=4g380D_bAVA
The full instructions are as follows:
Select auto initialize MIKROS SDK or manually initialize the SDK at app start with
MikrosManager.Instance.InitializeMikrosSDK();