Commit c312dc017fb18e383a50ec7932346b314f0924bf

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

第三方支付关闭按钮一直存在

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

... ... @@ -2,8 +2,8 @@
2 2  
3 3  
4 4 接入手册
5   -V 3.4.16
6   -2017年3月2日
  5 +V 3.4.18
  6 +2018年3月6日
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
... ... @@ -22,7 +22,7 @@ static BOOL hiddenLogo = NO;
22 22 //默认横屏
23 23 static BOOL DeviceOrientationIsHorizontal = YES;
24 24  
25   -static NSString *version = @"3.4.17";
  25 +static NSString *version = @"3.4.18";
26 26  
27 27 @interface LetsGameAPI : NSObject<UIApplicationDelegate>
28 28  
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/Images.xcassets/Contents.json
... ... @@ -0,0 +1,6 @@
  1 +{
  2 + "info" : {
  3 + "version" : 1,
  4 + "author" : "xcode"
  5 + }
  6 +}
0 7 \ No newline at end of file
ios/GameSDKDemo/letsgameDemo/Images.xcassets/LaunchImage.launchimage/Contents.json
... ... @@ -4,15 +4,74 @@
4 4 "orientation" : "portrait",
5 5 "idiom" : "iphone",
6 6 "extent" : "full-screen",
  7 + "minimum-system-version" : "11.0",
  8 + "subtype" : "2436h",
  9 + "scale" : "3x"
  10 + },
  11 + {
  12 + "orientation" : "landscape",
  13 + "idiom" : "iphone",
  14 + "extent" : "full-screen",
  15 + "minimum-system-version" : "11.0",
  16 + "subtype" : "2436h",
  17 + "scale" : "3x"
  18 + },
  19 + {
  20 + "orientation" : "portrait",
  21 + "idiom" : "iphone",
  22 + "extent" : "full-screen",
  23 + "minimum-system-version" : "8.0",
  24 + "subtype" : "736h",
  25 + "scale" : "3x"
  26 + },
  27 + {
  28 + "orientation" : "landscape",
  29 + "idiom" : "iphone",
  30 + "extent" : "full-screen",
  31 + "minimum-system-version" : "8.0",
  32 + "subtype" : "736h",
  33 + "scale" : "3x"
  34 + },
  35 + {
  36 + "orientation" : "portrait",
  37 + "idiom" : "iphone",
  38 + "extent" : "full-screen",
  39 + "minimum-system-version" : "8.0",
  40 + "subtype" : "667h",
  41 + "scale" : "2x"
  42 + },
  43 + {
  44 + "orientation" : "portrait",
  45 + "idiom" : "iphone",
  46 + "extent" : "full-screen",
7 47 "minimum-system-version" : "7.0",
8 48 "scale" : "2x"
9 49 },
10 50 {
11 51 "orientation" : "portrait",
12 52 "idiom" : "iphone",
13   - "subtype" : "retina4",
14 53 "extent" : "full-screen",
15 54 "minimum-system-version" : "7.0",
  55 + "subtype" : "retina4",
  56 + "scale" : "2x"
  57 + },
  58 + {
  59 + "orientation" : "portrait",
  60 + "idiom" : "iphone",
  61 + "extent" : "full-screen",
  62 + "scale" : "1x"
  63 + },
  64 + {
  65 + "orientation" : "portrait",
  66 + "idiom" : "iphone",
  67 + "extent" : "full-screen",
  68 + "scale" : "2x"
  69 + },
  70 + {
  71 + "orientation" : "portrait",
  72 + "idiom" : "iphone",
  73 + "extent" : "full-screen",
  74 + "subtype" : "retina4",
16 75 "scale" : "2x"
17 76 }
18 77 ],
ios/GameSDKDemo/letsgameDemo/LSGMainViewController.m
... ... @@ -115,8 +115,8 @@
115 115 }
116 116  
117 117 -(void)onPayTest{
118   - [LetsGameAPI instance].appId = @"10056";//10022
119   - [LetsGameAPI instance].appKey = @"b59c21a078fde074a6750e91ed19fb21";//93a27b0bd99bac3e68a440b48aa421ab
  118 + [LetsGameAPI instance].appId = @"10022";//@"10056";//10022
  119 + [LetsGameAPI instance].appKey = @"93a27b0bd99bac3e68a440b48aa421ab";//@"b59c21a078fde074a6750e91ed19fb21";//93a27b0bd99bac3e68a440b48aa421ab
120 120 NSMutableDictionary *payInfo = [NSMutableDictionary dictionary];
121 121 [payInfo setValue:@"100" forKey:@"serverId"];
122 122 [payInfo setValue:@"10010" forKey:@"roleId"];