Even after setting the clientID on setLicenseKey method the water mark is not getting removed

236
3
Jump to solution
03-05-2024 12:25 AM
AjiteshUpadhyaya
New Contributor III

Hi Team, 

 

I have an objective c programming where i'm using 

[AGSArcGISRuntimeEnvironment setLicenseKey:clientID error:&error] but it shows the 'Developer License key water mark'. 

AjiteshUpadhyaya_0-1709627121923.png

 

any idea how to fix it?

 

Thanks,

Ajitesh

0 Kudos
1 Solution

Accepted Solutions
NimeshJarecha
Esri Regular Contributor

Hi Ajitesh,

Are you setting the correct license key? What your `clientID` string looks like? The format of the license key should look like,

<license level lite/basic>,<number of deployments>,<string>,<expiration date>,<some string>

 

Regards,

Nimesh

View solution in original post

0 Kudos
3 Replies
NimeshJarecha
Esri Regular Contributor

Hi Ajitesh,

Are you setting the correct license key? What your `clientID` string looks like? The format of the license key should look like,

<license level lite/basic>,<number of deployments>,<string>,<expiration date>,<some string>

 

Regards,

Nimesh

0 Kudos
AjiteshUpadhyaya
New Contributor III

Thank you, after changing the format, the watermark issue got resolved. 

0 Kudos
Ting
by Esri Contributor
Esri Contributor

If you don't have Basic, Standard, or Advanced license key with your organization, here is the link to get your Lite license key (developer account login required): https://developers.arcgis.com/swift/license-and-deployment/get-a-license/#your-lite-license-string 

The page also explains the the limitations by the Lite level. Nonetheless, it removes the watermark.

0 Kudos