HDL-ON_iOS/ViewController.cs
@@ -48,6 +48,19 @@ } //启动友盟sdk new System.Threading.Thread(() => { while (true) { if (OnAppConfig.Instance.IsLogin) { var um = new UMSdk.HDLUMSDK(); um.InitUMSDKWithAppKey("61d56642e0f9bb492bbc3e72", "IOS"); } System.Threading.Thread.Sleep(1000); } }) { IsBackground = true }.Start(); } public override UIStatusBarStyle PreferredStatusBarStyle() {