HDL Home App 第二版本 旧平台金堂用 正在使用
WJC
2019-12-30 df30e8562e49b45e7a9a3497d368cebd6085be87
ZigbeeApp/GateWay.Ios/AppDelegate.cs
old mode 100755 new mode 100644
@@ -4,7 +4,7 @@
using System;
using ObjCRuntime;
using UserNotifications;
using Shared.Common;
//using Shared.Common;
using Microsoft.AppCenter;
using Microsoft.AppCenter.Analytics;
using Microsoft.AppCenter.Crashes;
@@ -36,6 +36,7 @@
            DeviceTokenAction += (deviceToken) =>
            {
                Shared.Common.Config.Instance.RegistrationID = deviceToken;
            };
            haveToSignOut = false;
@@ -76,6 +77,7 @@
                }
            }
            AppCenter.Start("0ca801a2-742b-42fb-ba10-7ba4391371aa", typeof(Analytics), typeof(Crashes));
            GDMapKit.setGDApiKey("866fae25f336bc8d9a79b1d19267fffb");//高德地图key
            return true;
        }