wei
2020-12-25 f534d41c36d5895322bf691784a10435b64609fe
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)
            //{
@@ -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;