Commit 9fb44a9bfdfa37f3c925dcedc472450457a4d156

Authored by alexYang
1 parent 135cc0db4b
Exists in master

修改demo sdk版本

Showing 6 changed files with 4 additions and 5 deletions Side-by-side Diff

ios/GameSDK.framework/Versions/A/GameSDK
No preview for this file type
ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
... ... @@ -15,7 +15,7 @@ static BOOL isDisableGoogle = NO;
15 15  
16 16 static BOOL hiddenLogo = NO;
17 17  
18   -static NSString *version = @"3.4.5";
  18 +static NSString *version = @"3.4.6";
19 19  
20 20 @interface LetsGameAPI : NSObject<UIApplicationDelegate>
21 21  
No preview for this file type
ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcuserdata/yanglele.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type
ios/GameSDKDemo/letsgameDemo/LSGAppDelegate.m
... ... @@ -30,7 +30,6 @@
30 30 // NSLog(@"NO 不侵权");
31 31 // }
32 32 // }];
33   -
34 33 [[UIApplication sharedApplication] setStatusBarHidden:YES];
35 34 [[LetsGameAPI instance] registeIapObserver];
36 35  
ios/GameSDKDemo/letsgameDemo/LSGMainViewController.m
... ... @@ -82,11 +82,11 @@
82 82  
83 83 - (void)onClickTest {
84 84  
85   - [LetsGameAPI instance].appId = @"10056";//10047
86   - [LetsGameAPI instance].appKey = @"b59c21a078fde074a6750e91ed19fb21";//eccd9f7dc92858b741132fda313130cf
  85 + [LetsGameAPI instance].appId = @"10022";//10047
  86 + [LetsGameAPI instance].appKey = @"93a27b0bd99bac3e68a440b48aa421ab";//eccd9f7dc92858b741132fda313130cf
87 87 [LetsGameAPI hiddenLogo:YES];
88 88 [LetsGameAPI disableFB:NO];
89   - [LetsGameAPI disableGoogle:YES];
  89 + [LetsGameAPI disableGoogle:NO];
90 90 NSLog(@"sdk version:%@",[[LetsGameAPI instance] version]);
91 91 //启用vk登录
92 92 VKBridge *vkBridge = [[VKBridge alloc] initWithVKAppId:@"5029792"];