Commit 8efe9694196534f10cbaa638d994d133d07def12

Authored by alexYang
1 parent ac91ee018a
Exists in master

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

Showing 7 changed files with 16 additions and 16 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.5.1
  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
ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
... ... @@ -13,7 +13,7 @@ static BOOL isEnableVK = NO;
13 13  
14 14 static BOOL hiddenLogo = NO;
15 15  
16   -static NSString *version = @"3.4.3";
  16 +static NSString *version = @"3.5.1";
17 17  
18 18 @interface LetsGameAPI : NSObject<UIApplicationDelegate>
19 19  
... ... @@ -21,7 +21,7 @@ static NSString *version = @&quot;3.4.3&quot;;
21 21 @property (nonatomic, strong) NSString *appKey;
22 22 @property (nonatomic, copy) LSGLoginSuccBlock succBlock;
23 23 @property (nonatomic, copy) LSGDismissBlock dismissBlock;
24   -@property (nonatomic, assign) int isDebug;
  24 +//@property (nonatomic, assign) int isDebug;
25 25 @property (nonatomic, assign) int decideWebPay;
26 26 @property (nonatomic,retain) id<VKBridgeProtocol> vkBridge;
27 27 //@property(nonatomic,strong) NSString *version;
... ... @@ -52,7 +52,7 @@ static NSString *version = @&quot;3.4.3&quot;;
52 52  
53 53 -(void)registeIapObserver;
54 54  
55   --(void)decideIsDebug:(int)isDebug;
  55 +//-(void)decideIsDebug:(int)isDebug;
56 56  
57 57 -(void)decideWebPayVersion:(int)decideWebPay;
58 58  
No preview for this file type
ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.pbxproj
... ... @@ -30,9 +30,9 @@
30 30 /* End PBXBuildFile section */
31 31  
32 32 /* Begin PBXContainerItemProxy section */
33   - 75843E401E779780002EC23F /* PBXContainerItemProxy */ = {
  33 + 758F7C551E9795720055AA0A /* PBXContainerItemProxy */ = {
34 34 isa = PBXContainerItemProxy;
35   - containerPortal = 75843E3B1E779780002EC23F /* GameSDK.xcodeproj */;
  35 + containerPortal = 758F7C501E9795720055AA0A /* GameSDK.xcodeproj */;
36 36 proxyType = 2;
37 37 remoteGlobalIDString = 99626194192D9649004FF2E3;
38 38 remoteInfo = GameSDK;
... ... @@ -50,7 +50,7 @@
50 50 3CD53D9C1B81F37900E1B01A /* VKSdkResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = VKSdkResources.bundle; sourceTree = "<group>"; };
51 51 752A5F411CDC826A00C36131 /* GameSDKResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = GameSDKResources.bundle; path = ../../GameSDKResources.bundle; sourceTree = "<group>"; };
52 52 752A5F491CDC8B3200C36131 /* GameSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameSDK.framework; path = ../GameSDK.framework; sourceTree = "<group>"; };
53   - 75843E3B1E779780002EC23F /* GameSDK.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GameSDK.xcodeproj; path = ../../../GameSDKRelease/GameSDK/GameSDK.xcodeproj; sourceTree = "<group>"; };
  53 + 758F7C501E9795720055AA0A /* GameSDK.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GameSDK.xcodeproj; path = ../../../iosgamesdk_newdn/GameSDK/GameSDK.xcodeproj; sourceTree = "<group>"; };
54 54 75B72C8E1DAA422000CFACFF /* CoreBlue.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBlue.framework; path = ../CoreBlue.framework; sourceTree = "<group>"; };
55 55 75B72C901DAA422C00CFACFF /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; };
56 56 75B72C921DAA423500CFACFF /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; };
... ... @@ -108,15 +108,15 @@
108 108 27019DCE1A208B2300DA560D /* Dependencies */ = {
109 109 isa = PBXGroup;
110 110 children = (
111   - 75843E3B1E779780002EC23F /* GameSDK.xcodeproj */,
  111 + 758F7C501E9795720055AA0A /* GameSDK.xcodeproj */,
112 112 );
113 113 name = Dependencies;
114 114 sourceTree = "<group>";
115 115 };
116   - 75843E3C1E779780002EC23F /* Products */ = {
  116 + 758F7C511E9795720055AA0A /* Products */ = {
117 117 isa = PBXGroup;
118 118 children = (
119   - 75843E411E779780002EC23F /* libGameSDK.a */,
  119 + 758F7C561E9795720055AA0A /* libGameSDK.a */,
120 120 );
121 121 name = Products;
122 122 sourceTree = "<group>";
... ... @@ -233,8 +233,8 @@
233 233 projectDirPath = "";
234 234 projectReferences = (
235 235 {
236   - ProductGroup = 75843E3C1E779780002EC23F /* Products */;
237   - ProjectRef = 75843E3B1E779780002EC23F /* GameSDK.xcodeproj */;
  236 + ProductGroup = 758F7C511E9795720055AA0A /* Products */;
  237 + ProjectRef = 758F7C501E9795720055AA0A /* GameSDK.xcodeproj */;
238 238 },
239 239 );
240 240 projectRoot = "";
... ... @@ -245,11 +245,11 @@
245 245 /* End PBXProject section */
246 246  
247 247 /* Begin PBXReferenceProxy section */
248   - 75843E411E779780002EC23F /* libGameSDK.a */ = {
  248 + 758F7C561E9795720055AA0A /* libGameSDK.a */ = {
249 249 isa = PBXReferenceProxy;
250 250 fileType = archive.ar;
251 251 path = libGameSDK.a;
252   - remoteRef = 75843E401E779780002EC23F /* PBXContainerItemProxy */;
  252 + remoteRef = 758F7C551E9795720055AA0A /* PBXContainerItemProxy */;
253 253 sourceTree = BUILT_PRODUCTS_DIR;
254 254 };
255 255 /* End PBXReferenceProxy section */
ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcshareddata/GameSDKDemo.xcscmblueprint
... ... @@ -13,7 +13,7 @@
13 13 "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
14 14 "07E954432ED0A61BEECC8FB6AAE1417682E93D30" : "vkbridge\/",
15 15 "8A7E653E5A6F45691CAAAE0CEF6C9451763A2597" : "gumptech-document\/",
16   - "D5E238D0ED0F802759CC8DDF3F39B0D0BFF728D8" : "gamesdk-iosrelease\/",
  16 + "D5E238D0ED0F802759CC8DDF3F39B0D0BFF728D8" : "gamesdk-iosrelease-newdn\/",
17 17 "077D999F6C967446D3AED3B840BC4A4A39445F65" : "GameSDKRelease\/"
18 18 },
19 19 "DVTSourceControlWorkspaceBlueprintNameKey" : "GameSDKDemo",
ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcuserdata/yanglele.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type