Commit bf74f0bb669851bca2b9fb9b22bd58a763a05efa

Authored by alexYang
1 parent e47bb8dbb3
Exists in master

v3.3.19 FB 自动登录

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

... ... @@ -2,8 +2,8 @@
2 2  
3 3  
4 4 接入手册
5   -V 3.3.15
6   -2016年11月09日
  5 +V 3.3.19
  6 +2016年11月14日
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
ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
... ... @@ -5,7 +5,6 @@
5 5  
6 6  
7 7 typedef void (^LSGLoginSuccBlock)(NSString *userId, NSString *sessionKey, LSGAccountType type);
8   -
9 8 typedef void (^LSGDismissBlock)(void);
10 9  
11 10 static BOOL isDisableFB = NO;
... ... @@ -14,7 +13,7 @@ static BOOL isEnableVK = NO;
14 13  
15 14 static BOOL hiddenLogo = NO;
16 15  
17   -static NSString *version = @"3.3.16";
  16 +static NSString *version = @"3.3.19";
18 17  
19 18 @interface LetsGameAPI : NSObject<UIApplicationDelegate>
20 19  
... ... @@ -56,4 +55,7 @@ static NSString *version = @&quot;3.3.16&quot;;
56 55 -(void)decideIsDebug:(int)isDebug;
57 56  
58 57 -(void)decideWebPayVersion:(int)decideWebPay;
  58 +
  59 +-(void)obtainAccessTokenSuccess:(void (^)(NSString *tokenString, NSString *refreshTime, NSString *expirationTime))success
  60 + failure:(void (^)(NSString *errorString))failure;
59 61 @end
No preview for this file type
ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcuserdata/yanglele.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type