Commit f1dc4bfa90df6a0b7ac6d1dab37404ea8187590a

Authored by alexYang
1 parent ac91ee018a
Exists in master

注销后自动登录时出现bug,游客登录时会加入用户名

Showing 5 changed files with 3 additions and 2 deletions Side-by-side Diff

... ... @@ -2,8 +2,8 @@
2 2  
3 3  
4 4 接入手册
5   -V 3.4.3
6   -2017年3月27日
  5 +V 3.4.4
  6 +2017年4月7日
7 7  
8 8 ## 概述
9 9 #### 本SDK提供gump账号,fb账号,vk账号三种账号登录,iap支付和第三方支付两种支付功能,其中gump账号登录和fb账号登录功能为必须接入,支付可根据需要选择性接入。
ios/GameSDK.framework/Versions/A/GameSDK
No preview for this file type
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,6 +127,7 @@
127 127 }
128 128  
129 129 -(void)onIapTest{
  130 +
130 131 [LetsGameAPI instance].appId = @"10056";
131 132 [LetsGameAPI instance].appKey = @"b59c21a078fde074a6750e91ed19fb21";
132 133 NSMutableDictionary *payInfo = [NSMutableDictionary dictionary];