Commit 730d2b7066131115237fbe482c730d0ca502bcea

Authored by alexYang
1 parent f1dc4bfa90
Exists in master

v3.4.4版本修改提交

Showing 5 changed files with 1 additions and 2 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
... ... @@ -13,7 +13,7 @@ static BOOL isEnableVK = NO;
13 13  
14 14 static BOOL hiddenLogo = NO;
15 15  
16   -static NSString *version = @"3.4.3";
  16 +static NSString *version = @"3.4.4";
17 17  
18 18 @interface LetsGameAPI : NSObject<UIApplicationDelegate>
19 19  
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/LSGMainViewController.m
... ... @@ -127,7 +127,6 @@
127 127 }
128 128  
129 129 -(void)onIapTest{
130   -
131 130 [LetsGameAPI instance].appId = @"10056";
132 131 [LetsGameAPI instance].appKey = @"b59c21a078fde074a6750e91ed19fb21";
133 132 NSMutableDictionary *payInfo = [NSMutableDictionary dictionary];