Hi,
I'm trying to register my application to remove the whatermark on the map. But I still can't find the AGSRuntimeEnvironment.setClientID(clientID, error: &error) in new API 100.0.
I saw it <SPAN class="">AGSArcGISRuntimeEnvironment</SPAN>.setLicenseKey(<SPAN class="">"runtimelite,1000,rud#########,day-month-year,####################"</SPAN>)in guide, but it dosen't work for me and the whatermark's still there.<BR />
</CODE></P><P><CODE class="">Here's my code:
do {
let result = try AGSArcGISRuntimeEnvironment.setLicenseKey(ClientID)
print("License Result : \(result.licenseStatus)")
}
catch let error as NSError {
print("error: \(error)")
}<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>My ClientID is 16 characters only, and I didn't undertand anything about the information discribed in a String showed in the guide:
("<SPAN class="">runtimelite,1000,rud#########,day-month-year,####################</SPAN>").