//设置申请许可的模块
NSArray *moduleList = @[CORE_RUNTIME,NAVIGATION_RUNTIME,MAP3D_RUNTIME];
//传入需要申请许可的模块数组和序列号
[Environment setUserLicInfo:@"----------" Modules:moduleList];
//设置许可激活回调
[Environment setLicenseDelegate:self];
[Environment activateDevice];
10.3版本每次走失败回调,9.3版本验证正常