Select to view content in your preferred language

AGSRuntimeSDKforIOS(ESri) 10.2.2 License issue, iTunes App is crashing.

3284
0
04-15-2015 11:26 AM
PritiBose
Deactivated User

https://developers.arcgis.com/ios/objective-c/guide/license-your-app.htm

I have generated ClientID as per instruction mentioned in above link, also added code in -Init

NSError *error; NSString* clientID = @"2ayVKEYIRokuuyTo"; [AGSRuntimeEnvironment setClientID:clientID error:&error]; if(error){ // We had a problem using our client ID NSLog(@"Error using client ID : %@",error); }

Watermark is vanished. i can test GIS module in my iPad App also all features are accessible. i had added above code to get rid of watermark "Licensed for developer use only".

after i upload my App, when it was approved i download from iTunes but GIS modules start Crashing...

it does not give any issue when i am debugging/testing all features like Legend, my Location ETC works properly. but App on iTunes is crashing....

any one having idea what i am missing....

0 Kudos
0 Replies