From feaf4e79e8a75b277910b5cfb15b4c71d605841b Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期五, 26 三月 2021 10:37:23 +0800
Subject: [PATCH] 2021-3-26-1

---
 HDL-ON_iOS/AppDelegate.cs |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/HDL-ON_iOS/AppDelegate.cs b/HDL-ON_iOS/AppDelegate.cs
index 917427e..0efe330 100644
--- a/HDL-ON_iOS/AppDelegate.cs
+++ b/HDL-ON_iOS/AppDelegate.cs
@@ -202,7 +202,7 @@
         {
             Console.WriteLine("OnActivated");
             base.OnActivated(application);
-            HDL_ON.DriverLayer.Control.Ins.SearchLoaclGateway();
+            //HDL_ON.DriverLayer.Control.Ins.SearchLoaclGateway();
 
             //if (haveToSignOut == true)
             //{
@@ -282,6 +282,11 @@
             //Harpy.Harpy.SharedInstance.AlertType = Harpy.HarpyAlertType.Skip;
             //Harpy.Harpy.SharedInstance.DebugEnabled = false;
             //Harpy.Harpy.SharedInstance.ForceLanguageLocalization = Harpy.Constants.HarpyLanguageChineseSimplified;
+
+            //涓枃鍥藉唴key銆佽嫳鏂囨捣澶杒ey
+            EZSDK.IOS.EZSDK.InitLibWithAppKey("1aa98a90489b4838b966b57018b4b04b", "1aa98a90489b4838b966b57018b4b04b");
+
+
             Console.WriteLine("FinishedLaunching");
             return true;
         }
@@ -415,7 +420,7 @@
             if (CloseTime.AddSeconds(10) < DateTime.Now)
             {
                 //鍚庡彴瓒呰繃10s灏辨柇寮�MQTT閲嶈繛
-                if (HDL_ON.DriverLayer.Control.Ins.IsRemote)
+                //if (HDL_ON.DriverLayer.Control.Ins.IsRemote)
                 {
                     HDL_ON.DAL.Mqtt.MqttClient.DisConnectRemote("closeTime", false);
                 }

--
Gitblit v1.8.0