Select to view content in your preferred language

Problems with License API key

186
2
Jump to solution
3 weeks ago
allamymp
New Contributor

Hello,

I work in an educational organization and I am tasked with creating a map using ArcGIS for Android mobile devices using Kotlin. I managed to generate the map and apply a feature layer with points (bus stops) on the map.

However, I am facing a problem:

Even after applying an APIKey generated in the dashboard with the organization's account, which has a pro license, I still get a "LICENSED FOR DEVELOPER USE ONLY" on the map. How can I remove it?


the account have that authorizations:

allamymp_0-1717598118352.png

and the user type is GIS Professional Advanced.


The api key acesses are:

allamymp_0-1717598522880.png

 

 

Thank you for your time and help!

0 Kudos
1 Solution

Accepted Solutions
John-Foster
Esri Contributor

@allamympplease check out this page https://developers.arcgis.com/kotlin/license-and-deployment/get-a-license/ - it explains how you will need to get a Runtime Lite License key to license your app in this manner. The Lite key is free, you just need to log in with your account and it should generate one for you. Scroll the page to the license key widget https://developers.arcgis.com/kotlin/license-and-deployment/get-a-license/#your-lite-license-string

 

--jf

View solution in original post

2 Replies
John-Foster
Esri Contributor

@allamympplease check out this page https://developers.arcgis.com/kotlin/license-and-deployment/get-a-license/ - it explains how you will need to get a Runtime Lite License key to license your app in this manner. The Lite key is free, you just need to log in with your account and it should generate one for you. Scroll the page to the license key widget https://developers.arcgis.com/kotlin/license-and-deployment/get-a-license/#your-lite-license-string

 

--jf
allamymp
New Contributor

Thank you very much, John-Foster, this solved my problem perfectly.

Thanks for the help and for your time!

0 Kudos