Dears ,
we are trying to set license for android app and using below code and still its showing water mark "License for Developer use Only" . if i debug it license Status coming as Invalid . We are using authorization Number as License .
This is new license we just purchased so there's no point of expiring.
kindly advise us
LicenseResult licenseResult= ArcGISRuntimeEnvironment.setLicense("RUS*********");
Log.i("licenseResult" , "licenseResult: "+licenseResult);
LicenseStatus licenseStatus = licenseResult.getLicenseStatus();
Log.i("licenseResult" , "LicenseStatus: "+licenseStatus);
Thanks and Regards
Rajashekar Reddy