From 96e9ff2e5a54f54cdbb6b8b2f049fdf6a837de3c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 23 八月 2023 14:28:22 +0800 Subject: [PATCH] 备份1 --- OnPro/HDL-ON_iOS/AppDelegate.cs | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/OnPro/HDL-ON_iOS/AppDelegate.cs b/OnPro/HDL-ON_iOS/AppDelegate.cs index a3c0a1b..ef21e59 100644 --- a/OnPro/HDL-ON_iOS/AppDelegate.cs +++ b/OnPro/HDL-ON_iOS/AppDelegate.cs @@ -308,17 +308,8 @@ #endregion - //璁剧疆鍏ㄨ閫氱姸鎬� - //string systemVersion = UIKit.UIDevice.CurrentDevice.SystemVersion; - //string errorVersion = "16.2.0"; - //if (systemVersion.CompareTo(errorVersion) < 0)///鍏ㄨ閫氫笉鍏煎ios16浠ヤ笂鐨勭郴缁燂紝涓嶈鍔犺浇杩欎釜鍏� - //{ - // Shared.IOS.HDLFVSDK.Video.FVapplication(application, new NSDictionary()); - //} Console.WriteLine("111111111111"); SetCurrentLanguage(); - //Shared.Application.FontSize = 12; - Bugly.Bugly.StartWithAppId("1dc40c170a"); //鍙栨秷EditText榛樿瀵嗙爜杈撳叆鏂瑰紡 //Shared.Application.IsEditTextContentTypePassword = false; //榛樿浣跨敤鑻规柟瀛椾綋 @@ -338,11 +329,6 @@ //window.AccessibilityNavigationStyle = UIAccessibilityNavigationStyle.Automatic; // check for a notification DealWithPushMes(launchOptions); - - //if (UIApplication.SharedApplication.ApplicationIconBadgeNumber > 0) - //{ - // //RemoteInfo.Current.ReadMsgList(true); - //} Console.WriteLine("FinishedLaunching"); return true; -- Gitblit v1.8.0