Channel/IOS/sohagame/Plugins/The2thWorldSDK/UniversalSDK.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Channel/IOS/sohagame/Plugins/The2thWorldSDK/UniversalSDK.mm | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Channel/IOS/sohagame/Plugins/The2thWorldSDK/UniversalSDK.h
@@ -45,6 +45,7 @@ #define U2S_CopyContent 7 #define U2S_OpenWebView 8 #define U2S_Init 9 #define U2S_GoToAppStore 13 #define U2S_FreePlatformInit 100 #define U2S_FreePlatformLogin 101 #define U2S_FreePlatformLogout 102 Channel/IOS/sohagame/Plugins/The2thWorldSDK/UniversalSDK.mm
@@ -359,9 +359,9 @@ case U2S_FreePlatformLogin: [self PlatformLogin]; break; case U2S_ShowAccountView: case U2S_GoToAppStore: { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:_dict[@"url"]] options:@{} completionHandler:nil]; } break; case U2S_FreePlatformLogout: