Commit bf74f0bb669851bca2b9fb9b22bd58a763a05efa
1 parent
e47bb8dbb3
Exists in
master
and in
1 other branch
v3.3.19 FB 自动登录
Showing 5 changed files with 6 additions and 4 deletions Side-by-side Diff
IOSDocument.md
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 = @"3.3.16"; |
| 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 |
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