From 427a6e93b8946b9d91727166a352b2ee2ef75d19 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期五, 05 二月 2021 10:10:08 +0800
Subject: [PATCH] Delete .DS_Store

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

diff --git a/HDL-ON_iOS/AppDelegate.cs b/HDL-ON_iOS/AppDelegate.cs
index 8d0c6eb..765c7f9 100644
--- a/HDL-ON_iOS/AppDelegate.cs
+++ b/HDL-ON_iOS/AppDelegate.cs
@@ -221,7 +221,7 @@
             //Bugly.Bugly.StartWithAppId("b58fb35436");
 
             //鍙栨秷EditText榛樿瀵嗙爜杈撳叆鏂瑰紡
-            Shared.Application.IsEditTextContentTypePassword = false;
+            //Shared.Application.IsEditTextContentTypePassword = false;
             //榛樿浣跨敤鑻规柟瀛椾綋
             Shared.Application.IsUsePingFang = 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;
         }

--
Gitblit v1.8.0