Licensing Journey In JioImmerse
licensing is important to validate the integrity of the application
Overview
To create a licensed application, the following steps have to be performed.
Get the application ready in unity.
Create a Google Play Console account, if you don't have one already.
Create an application in the Google Play Console.
Get SHA1 App Signing Certificate from the application in Google Play Console.
Create a project in JioImmerse Developer Console.
Create an application in JioImmerse Developer Console.
Enter the SHA1 key in the JioImmerse Developer Console.
Copy the debug / production key from Dev Console and enter it in Editor > Configure License Key popup.
Your application is now licensed.
Getting the SHA1 key from Play Console
Goto your application in Play Console
Goto Setup > App integrity > App signing
Copy the SHA-1 certificate fingerprint to be entered into Developer Console.
Setting up licensing in Developer Console
Upload your application SHA1 key from the Play Store and play store URL on the Dev Console.
Get the licensing key to upload in Unity. You have to select between Debug key and Production key.
Debug Key - Debug key can be used to test your application and for internal testing
Production Key - This key has to be used for licensing the application to link it with JioImmerse and be available for users.
Setting up licensing in Unity Editor
To build a licensed application compatible with JioImmerse:
Goto JioMixedReality > Manifest > Configure License Key and enter the debug / production key from Developer Console
Enter the key in the popup in the Unity editor and hit save.
The application is now licensed. Build the application.
Last updated