Commit ac91ee018a0b1eee440149c9430fd496ea8a628c
1 parent
635b66127c
Exists in
master
mol linepay配置需要打开safari来打开linepay的设置
Showing 6 changed files with 10 additions and 11 deletions Side-by-side Diff
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/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]; |