From 7cfcdb7a90f59bf9001c948e166fd9af09752fe1 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期二, 24 五月 2022 17:15:18 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/release0123' into wjc --- HDL-ON_iOS/ViewController.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HDL-ON_iOS/ViewController.cs b/HDL-ON_iOS/ViewController.cs index 478b9b5..dfcbc4c 100644 --- a/HDL-ON_iOS/ViewController.cs +++ b/HDL-ON_iOS/ViewController.cs @@ -54,8 +54,9 @@ { if (OnAppConfig.Instance.IsLogin) { - var um = new UMSdk.HDLUMSDK(); - um.InitUMSDKWithAppKey("61d56642e0f9bb492bbc3e72", "IOS"); + //var um = new UMSdk.HDLUMSDK(); + UMSdk.HDLUMSDK.InitUMSDKWithAppKey("61d56642e0f9bb492bbc3e72", "IOS"); + break; } System.Threading.Thread.Sleep(1000); } -- Gitblit v1.8.0