From 1a0a7f736c6d2e7129e7591d40bed67ec7c0f09a Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 05 二月 2021 10:47:42 +0800 Subject: [PATCH] 2021-02-05 1.编译冲突修改 --- HDL-ON_iOS/AppDelegate.cs | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/HDL-ON_iOS/AppDelegate.cs b/HDL-ON_iOS/AppDelegate.cs index 87760df..765c7f9 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) //{ @@ -221,7 +221,7 @@ //Bugly.Bugly.StartWithAppId("b58fb35436"); //鍙栨秷EditText榛樿瀵嗙爜杈撳叆鏂瑰紡 - Shared.Application.IsEditTextContentTypePassword = false; + //Shared.Application.IsEditTextContentTypePassword = false; //榛樿浣跨敤鑻规柟瀛椾綋 Shared.Application.IsUsePingFang = true; //淇濇寔灞忓箷甯镐寒鎴栬�呰嚜鍔ㄩ攣灞� @@ -232,7 +232,8 @@ Window.RootViewController = rootViewController; Window.MakeKeyAndVisible(); - //AppCenter.Start("e1add75a-82c6-4a5c-a902-4705b195748e",typeof(Analytics), typeof(Crashes)); + AppCenter.Start("e1add75a-82c6-4a5c-a902-4705b195748e", typeof(Analytics), typeof(Crashes)); + base.FinishedLaunching(application, launchOptions); SharedMethod.SharedMethod.sharedApp = application; @@ -281,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; } @@ -329,9 +335,9 @@ Extras = expandData, messageType = messageType }; - System.Console.WriteLine("PushMes title : " + pushMes.Title); - System.Console.WriteLine("PushMes message : " + pushMes.Content); - System.Console.WriteLine("PushMes extras : " + pushMes.Extras); + Utlis.WriteLine("PushMes title : " + pushMes.Title); + Utlis.WriteLine("PushMes message : " + pushMes.Content); + Utlis.WriteLine("PushMes extras : " + pushMes.Extras); if (bFinishedLaunching) { -- Gitblit v1.8.0