Commit d8e4ec717cb5b89b67da64c703ba26371b48269f
1 parent
0a6d22fa0d
Exists in
master
and in
1 other branch
IOS 设置ATS,适用HTTPS
Showing 6 changed files with 12 additions and 5 deletions Side-by-side Diff
- IOSDocument.md
- 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/letsgameDemo-Info.plist
IOSDocument.md
... | ... | @@ -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
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/letsgameDemo-Info.plist