Commit d8e4ec717cb5b89b67da64c703ba26371b48269f

Authored by alexYang
1 parent 0a6d22fa0d
Exists in master and in 1 other branch dev

IOS 设置ATS,适用HTTPS

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

... ... @@ -2,8 +2,8 @@
2 2  
3 3  
4 4 接入手册
5   -V 3.3.22
6   -2016年12月12日
  5 +V 3.3.23
  6 +2017年1月7日
7 7  
8 8 ## 概述
9 9 #### 本SDK提供gump账号,fb账号,vk账号三种账号登录,iap支付和第三方支付两种支付功能,其中gump账号登录和fb账号登录功能为必须接入,支付可根据需要选择性接入。
... ... @@ -137,4 +137,11 @@ FB登录之后会产生token并自动登录,需要如果需要token的话,
137 137 } failure:^(NSString *errorString) {
138 138 NSLog(@"get token faile");
139 139 }];
140   -
  140 +
  141 +
  142 +### 9、第三方支付版本
  143 +第三方支付,分成两个版本:没有gump币和有gump币,不设置时默认为带gump币版本,如果使用不带gump币的版本如下设置:
  144 +
  145 + 需要在 application:didFinishLaunchingWithOptions方法中添加:
  146 +
  147 + [[LetsGameAPI instance] decideWebPayVersion:1]
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.3.22";
  16 +static NSString *version = @"3.3.23";
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/letsgameDemo-Info.plist
... ... @@ -48,7 +48,7 @@
48 48 <key>NSAppTransportSecurity</key>
49 49 <dict>
50 50 <key>NSAllowsArbitraryLoads</key>
51   - <true/>
  51 + <false/>
52 52 </dict>
53 53 <key>UIRequiredDeviceCapabilities</key>
54 54 <array>