From e8147ceaf39253db2c9e6cfe023b505f71ec7ba5 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 24 八月 2023 17:48:30 +0800
Subject: [PATCH] 备份2

---
 OnPro/HDL-ON_iOS/AppDelegate.cs |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/OnPro/HDL-ON_iOS/AppDelegate.cs b/OnPro/HDL-ON_iOS/AppDelegate.cs
index ef21e59..b7a54c1 100644
--- a/OnPro/HDL-ON_iOS/AppDelegate.cs
+++ b/OnPro/HDL-ON_iOS/AppDelegate.cs
@@ -308,10 +308,19 @@
             #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;
+            Shared.Application.IsEditTextContentTypePassword = false;
             //榛樿浣跨敤鑻规柟瀛椾綋
             Shared.Application.IsUsePingFang = true;
             //淇濇寔灞忓箷甯镐寒鎴栬�呰嚜鍔ㄩ攣灞�
@@ -330,6 +339,19 @@
             // check for a notification
             DealWithPushMes(launchOptions);
 
+            //if (UIApplication.SharedApplication.ApplicationIconBadgeNumber > 0)
+            //{
+            //    //RemoteInfo.Current.ReadMsgList(true);
+            //}
+            //try
+            //{
+            //    UMSdk.HDLUMSDK.InitUMSDKWithAppKey("61d56642e0f9bb492bbc3e72", "IOS");
+            //}
+            //catch(Exception ex)
+            //{
+            //    Console.WriteLine("鍚姩鍙嬬洘SDK寮傚父锛�"+ex.Message);
+            //}
+
             Console.WriteLine("FinishedLaunching");
             return true;
         }

--
Gitblit v1.8.0