Commit 9fb44a9bfdfa37f3c925dcedc472450457a4d156
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
- ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
- ios/GameSDK.zip
- ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcuserdata/yanglele.xcuserdatad/UserInterfaceState.xcuserstate
- ios/GameSDKDemo/letsgameDemo/LSGAppDelegate.m
- ios/GameSDKDemo/letsgameDemo/LSGMainViewController.m
ios/GameSDK.framework/Versions/A/GameSDK
No preview for this file type
ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
ios/GameSDK.zip
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
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"]; |