ios ky quick 参数修改
parent
ac616c9bde
commit
b197a19f6c
|
@ -40,8 +40,8 @@ IMPL_APP_CONTROLLER_SUBCLASS(SDKAppController)
|
||||||
|
|
||||||
//初始化
|
//初始化
|
||||||
SMPCQuickSDKInitConfigure *cfg = [[SMPCQuickSDKInitConfigure alloc] init];
|
SMPCQuickSDKInitConfigure *cfg = [[SMPCQuickSDKInitConfigure alloc] init];
|
||||||
cfg.productKey = @"41493201";
|
cfg.productKey = @"94810229";
|
||||||
cfg.productCode = @"19804280896394556877394266362523";
|
cfg.productCode = @"77831531945195614225580532977254";
|
||||||
int error = [[SMPCQuickSDK defaultInstance] initWithConfig:cfg application:application didFinishLaunchingWithOptions:launchOptions];
|
int error = [[SMPCQuickSDK defaultInstance] initWithConfig:cfg application:application didFinishLaunchingWithOptions:launchOptions];
|
||||||
if (error != 0) {
|
if (error != 0) {
|
||||||
NSLog(@"不能启动初始化:%d",error);
|
NSLog(@"不能启动初始化:%d",error);
|
||||||
|
|
Loading…
Reference in New Issue