|
|
@@ -130,7 +130,7 @@ void QSDK_Init() {
|
|
|
//SendMsgToUnity(@"onInitSuccess",@"Init:Init Success");
|
|
|
//SendMsgToUnity(@"onInitSuccess",@"Fail");
|
|
|
//SDK初始化 code: 0:成功, 1:失败
|
|
|
- NSString *gameId = @"127";
|
|
|
+ NSString *gameId = @"c536923ff8baa875fb46d6ff7f191cc0";
|
|
|
NSDictionary<NSString *, id> *infoDictionary = [NSBundle mainBundle].infoDictionary;
|
|
|
id value = [infoDictionary objectForKey:@"X7SDK_GameKey"];
|
|
|
if (value != NULL && [value isKindOfClass:[NSString class]]) {
|