ios ky quick 参数修改

master
miDuoMac 2024-07-24 19:43:12 +08:00
parent ac616c9bde
commit b197a19f6c
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ IMPL_APP_CONTROLLER_SUBCLASS(SDKAppController)
//初始化
SMPCQuickSDKInitConfigure *cfg = [[SMPCQuickSDKInitConfigure alloc] init];
cfg.productKey = @"41493201";
cfg.productCode = @"19804280896394556877394266362523";
cfg.productKey = @"94810229";
cfg.productCode = @"77831531945195614225580532977254";
int error = [[SMPCQuickSDK defaultInstance] initWithConfig:cfg application:application didFinishLaunchingWithOptions:launchOptions];
if (error != 0) {
NSLog(@"不能启动初始化:%d",error);