Commit 971c75d1bee91c6c59073bb3f3da5616f0efd375

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

v3.4.6

Showing 6 changed files with 8 additions and 7 deletions Side-by-side Diff

... ... @@ -2,8 +2,8 @@
2 2  
3 3  
4 4 接入手册
5   -V 3.5.2
6   -2017年4月28日
  5 +V 3.4.6
  6 +2017年5月12日
7 7  
8 8 ## 概述
9 9 #### 本SDK提供gump账号,fb账号,vk账号,Google帐号四种账号登录,iap支付和第三方支付两种支付功能,其中gump账号登录和fb账号登录功能为必须接入,支付可根据需要选择性接入。
ios/GameSDK.framework/Versions/A/GameSDK
No preview for this file type
ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
... ... @@ -15,7 +15,7 @@ static BOOL isDisableGoogle = NO;
15 15  
16 16 static BOOL hiddenLogo = NO;
17 17  
18   -static NSString *version = @"3.5.2";
  18 +static NSString *version = @"3.4.6";
19 19  
20 20 @interface LetsGameAPI : NSObject<UIApplicationDelegate>
21 21  
... ... @@ -23,7 +23,7 @@ static NSString *version = @&quot;3.5.2&quot;;
23 23 @property (nonatomic, strong) NSString *appKey;
24 24 @property (nonatomic, copy) LSGLoginSuccBlock succBlock;
25 25 @property (nonatomic, copy) LSGDismissBlock dismissBlock;
26   -//@property (nonatomic, assign) int isDebug;
  26 +@property (nonatomic, assign) int isDebug;
27 27 @property (nonatomic, assign) int decideWebPay;
28 28 @property (nonatomic,retain) id<VKBridgeProtocol> vkBridge;
29 29 //@property(nonatomic,strong) NSString *version;
... ... @@ -56,7 +56,7 @@ static NSString *version = @&quot;3.5.2&quot;;
56 56  
57 57 -(void)registeIapObserver;
58 58  
59   -//-(void)decideIsDebug:(int)isDebug;
  59 +-(void)decideIsDebug:(int)isDebug;
60 60  
61 61 -(void)decideWebPayVersion:(int)decideWebPay;
62 62  
... ... @@ -67,4 +67,5 @@ static NSString *version = @&quot;3.5.2&quot;;
67 67 -(void)gameObtainSafeSetInfoWithAppId:(NSString *)appId
68 68 ChannelId:(NSString *)channelId
69 69 handleCallBack:(void (^)(BOOL resultStatus))callBack;
  70 +
70 71 @end
No preview for this file type
ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcshareddata/GameSDKDemo.xcscmblueprint
... ... @@ -13,8 +13,8 @@
13 13 "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
14 14 "07E954432ED0A61BEECC8FB6AAE1417682E93D30" : "vkbridge\/",
15 15 "8A7E653E5A6F45691CAAAE0CEF6C9451763A2597" : "gumptech-document\/",
16   - "D5E238D0ED0F802759CC8DDF3F39B0D0BFF728D8" : "gamesdk-iosrelease-newdn\/",
17   - "077D999F6C967446D3AED3B840BC4A4A39445F65" : "GameSDKRelease\/"
  16 + "D5E238D0ED0F802759CC8DDF3F39B0D0BFF728D8" : "gamesdk-ios-17\/",
  17 + "077D999F6C967446D3AED3B840BC4A4A39445F65" : "iosgamesdk_newdn\/"
18 18 },
19 19 "DVTSourceControlWorkspaceBlueprintNameKey" : "GameSDKDemo",
20 20 "DVTSourceControlWorkspaceBlueprintVersion" : 204,
ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcuserdata/yanglele.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type