From 9f1d51429ec86d618bcdb75aee505a57ae94db30 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期一, 09 十二月 2019 11:11:19 +0800
Subject: [PATCH] 2019.12.9
---
ZigbeeApp/Home.Ios/AppDelegate.cs | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/ZigbeeApp/Home.Ios/AppDelegate.cs b/ZigbeeApp/Home.Ios/AppDelegate.cs
index 487a509..35edd52 100644
--- a/ZigbeeApp/Home.Ios/AppDelegate.cs
+++ b/ZigbeeApp/Home.Ios/AppDelegate.cs
@@ -34,6 +34,8 @@
Shared.IOS.TBL.WXApi.RegisterApp("wx2ec8f53f6fa36e82", "https://hdlcontrol.com/ZigbeeApp/");
+ Shared.IOS.TBL.WXApi.RegisterApp("wx2ec8f53f6fa36e82", "https://hdlcontrol.com/ZigbeeApp/");
+
DeviceTokenAction += (deviceToken) =>
{
Shared.Common.Config.Instance.RegistrationID = deviceToken;
@@ -76,6 +78,7 @@
}
}
AppCenter.Start("0ca801a2-742b-42fb-ba10-7ba4391371aa", typeof(Analytics), typeof(Crashes));
+ GDMapKit.setGDApiKey("866fae25f336bc8d9a79b1d19267fffb");//楂樺痉鍦板浘key
return true;
}
@@ -170,7 +173,7 @@
public override void OnResignActivation(UIApplication application)
{
// Invoked when the application is about to move from active to inactive state.
- // This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message)
+ // This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message)
// or when the user quits the application and it begins the transition to the background state.
// Games should use this method to pause the game.
base.OnResignActivation(application);
@@ -196,7 +199,7 @@
public override void OnActivated(UIApplication application)
{
- // Restart any tasks that were paused (or not yet started) while the application was inactive.
+ // Restart any tasks that were paused (or not yet started) while the application was inactive.
// If the application was previously in the background, optionally refresh the user interface.
base.OnActivated(application);
@@ -310,4 +313,4 @@
return resultBytes;
}
}
-}
\ No newline at end of file
+}
--
Gitblit v1.8.0