From 1ef5d4c4dc6c31ab83a072ef6f639ab9d6c3f6f0 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 16 四月 2024 10:22:33 +0800
Subject: [PATCH] 图片更新

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

diff --git a/HDL-ON_iOS/AppDelegate.cs b/HDL-ON_iOS/AppDelegate.cs
index 769038b..86998b2 100644
--- a/HDL-ON_iOS/AppDelegate.cs
+++ b/HDL-ON_iOS/AppDelegate.cs
@@ -303,15 +303,6 @@
             };
             #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");
@@ -331,24 +322,9 @@
             SharedMethod.SharedMethod.sharedApp = application;
             //NSString* nsCount = [[NSLocale currentLocale] objectForKey: NSLocaleCountryCode];
             application.StatusBarStyle = UIStatusBarStyle.DarkContent;
-            //window.AccessibilityNavigationStyle = UIAccessibilityNavigationStyle.Automatic;
-            // 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