Commit 3d40d58ddc76f21d2a40282c49599a347b36fc67
1 parent
bd0fbf81f0
Exists in
master
修改Facebook登录无回调问题,重新打包更新版本
Showing 5 changed files with 4 additions and 3 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
ios/GameSDK.zip
No preview for this file type
ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcuserdata/gump.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type
ios/GameSDKDemo/letsgameDemo/LSGMainViewController.m
... | ... | @@ -79,8 +79,9 @@ |
79 | 79 | |
80 | 80 | |
81 | 81 | - (void)onClickTest { |
82 | - [LetsGameAPI instance].appId = @"10022"; | |
83 | - [LetsGameAPI instance].appKey = @"93a27b0bd99bac3e68a440b48aa421ab"; | |
82 | + NSLog(@"mainBundle:%@",[[LetsGameAPI instance] version]); | |
83 | + [LetsGameAPI instance].appId = @"10047"; | |
84 | + [LetsGameAPI instance].appKey = @"eccd9f7dc92858b741132fda313130cf"; | |
84 | 85 | // [LetsGameAPI disableFB:NO]; |
85 | 86 | NSLog(@"sdk version:%@",[[LetsGameAPI instance] version]); |
86 | 87 | //启用vk登录 |