Commit ac91ee018a0b1eee440149c9430fd496ea8a628c

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

mol linepay配置需要打开safari来打开linepay的设置

Showing 6 changed files with 10 additions and 11 deletions Side-by-side Diff

... ... @@ -2,8 +2,8 @@
2 2  
3 3  
4 4 接入手册
5   -V 3.4.2
6   -2017年3月22日
  5 +V 3.4.3
  6 +2017年3月27日
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.2";
  16 +static NSString *version = @"3.4.3";
17 17  
18 18 @interface LetsGameAPI : NSObject<UIApplicationDelegate>
19 19  
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/LSGAppDelegate.m
... ... @@ -24,14 +24,13 @@
24 24 [self.window makeKeyAndVisible];
25 25  
26 26 //显示是否侵权的接口
27   - [[LetsGameAPI instance] decideIsDebug:1];
28   - [[LetsGameAPI instance] gameObtainSafeSetInfoWithAppId:@"10056" ChannelId:@"1000" handleCallBack:^(BOOL resultStatus) {
29   - if (resultStatus) {
30   - NSLog(@"YES 侵权");
31   - }else{
32   - NSLog(@"NO 不侵权");
33   - }
34   - }];
  27 +// [[LetsGameAPI instance] gameObtainSafeSetInfoWithAppId:@"10056" ChannelId:@"1000" handleCallBack:^(BOOL resultStatus) {
  28 +// if (resultStatus) {
  29 +// NSLog(@"YES 侵权");
  30 +// }else{
  31 +// NSLog(@"NO 不侵权");
  32 +// }
  33 +// }];
35 34  
36 35 [[UIApplication sharedApplication] setStatusBarHidden:YES];
37 36 [[LetsGameAPI instance] registeIapObserver];