How to remove Licensed for developer use only

1751
1
06-06-2018 02:44 PM
RTomas
by
New Contributor II

Hello.
I guess i have the right permissions to remove the mark "Licensed for developer use only" in my APP but cant remove it.

I have register my APP and i have the APP ID.
Here is my code:

@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.activity_mapa);

    ArcGISRuntimeEnvironment.setLicense("runtimelite,1000,EWQJxXXXXXXXX,none,EWQJxXXXXXXXXX");

    // Adiciona ao mapa o menu de localização/visualização
    mSpinner = findViewById(R.id.spinner);

Could anyone tell me what i'm doing wrong? Thks!

Please check the prints!

0 Kudos
1 Reply
IvanBespalov
Occasional Contributor III

my workaround

0 Kudos