From 1b3fb97b6bcf39d97818dfb5c4d3d33e53c5ad0d Mon Sep 17 00:00:00 2001 From: allez <305670599@qq.com> Date: 星期三, 08 六月 2022 20:31:45 +0800 Subject: [PATCH] 0312 跳转商店接口 --- Channel/IOS/sohagame/Plugins/The2thWorldSDK/UniversalSDK.mm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Channel/IOS/sohagame/Plugins/The2thWorldSDK/UniversalSDK.mm b/Channel/IOS/sohagame/Plugins/The2thWorldSDK/UniversalSDK.mm index 17a3a5f..34b6161 100644 --- a/Channel/IOS/sohagame/Plugins/The2thWorldSDK/UniversalSDK.mm +++ b/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: -- Gitblit v1.8.0