Licensing Journey in iOS JioImmerse
licensing is important to validate the integrity of the application
licensing is important to validate the integrity of the application
To create a licensed application in iOS, the following steps have to be performed.
Get the application ready in xCode as mentioned in Publishing to Apple Store page.
Get the production key from the JioImmerse Developer Console.
Goto xCode and open info.plist.
Create a new field with the name LICENSING_KEY
and enter the value of the production key.
Your application is now licensed. Publish the application.
Goto JioImmerse Developer Console and open your iOS application.
Get the production key from the JioImmerse Developer Console.
Open your Project in xCode
Goto Info.plist in Unity-iPhone
Create a new field and name it as LICENSING_KEY
Enter the Production Key that you got from the JioImmerse Developer Console as the value for the LICENSING_KEY
field.
Build and upload your application to Apple Store Connect and JioImmerse Developer Console. Once the application is approved from both ends, the license key will work.