Commit c312dc017fb18e383a50ec7932346b314f0924bf
1 parent
e29d673a09
Exists in
master
and in
1 other branch
第三方支付关闭按钮一直存在
Showing 8 changed files with 71 additions and 6 deletions Side-by-side Diff
- IOSDocument.md
- ios/GameSDK.framework/Versions/A/GameSDK
- ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
- ios/GameSDK.zip
- ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcuserdata/yanglele.xcuserdatad/UserInterfaceState.xcuserstate
- ios/GameSDKDemo/letsgameDemo/Images.xcassets/Contents.json
- ios/GameSDKDemo/letsgameDemo/Images.xcassets/LaunchImage.launchimage/Contents.json
- ios/GameSDKDemo/letsgameDemo/LSGMainViewController.m
IOSDocument.md
ios/GameSDK.framework/Versions/A/GameSDK
No preview for this file type
ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
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
ios/GameSDKDemo/letsgameDemo/Images.xcassets/Contents.json
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"]; | 
