Commit f659551a876c44d214567402313c1165292fb72b

Authored by alexYang
1 parent 3ee5c0ed22
Exists in master and in 1 other branch dev

竖屏登录错误提示位置错误bug修改,第三方支付页面适配iphonex

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

... ... @@ -2,8 +2,8 @@
2 2  
3 3  
4 4 接入手册
5   -V 3.4.13
6   -2017年1月22日
  5 +V 3.4.14
  6 +2017年2月1日
7 7  
8 8 ## 概述
9 9 #### 本SDK提供gump账号,fb账号,vk账号,Google帐号四种账号登录,iap支付和第三方支付两种支付功能,其中gump账号登录和fb账号登录功能为必须接入,支付可根据需要选择性接入。
ios/GameSDK.framework/Versions/A/GameSDK
No preview for this file type
ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
... ... @@ -22,7 +22,7 @@ static BOOL hiddenLogo = NO;
22 22 //默认横屏
23 23 static BOOL DeviceOrientationIsHorizontal = YES;
24 24  
25   -static NSString *version = @"3.4.13";
  25 +static NSString *version = @"3.4.14";
26 26  
27 27 @interface LetsGameAPI : NSObject<UIApplicationDelegate>
28 28  
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/letsgameDemo-Info.plist
... ... @@ -71,8 +71,8 @@
71 71 <true/>
72 72 <key>UISupportedInterfaceOrientations</key>
73 73 <array>
74   - <string>UIInterfaceOrientationLandscapeRight</string>
75 74 <string>UIInterfaceOrientationLandscapeLeft</string>
  75 + <string>UIInterfaceOrientationLandscapeRight</string>
76 76 </array>
77 77 </dict>
78 78 </plist>