瀏覽代碼

Add insights to windows phone

James Montemagno 10 年之前
父節點
當前提交
66a257ef3d

+ 3 - 1
Demos/MyWeather/MyWeather/MyWeather.WinPhone/MainPage.xaml.cs

@@ -16,7 +16,9 @@ namespace MyWeather.WinPhone
 		{
 			InitializeComponent();
 			SupportedOrientations = SupportedPageOrientation.PortraitOrLandscape;
-
+			Xamarin.Insights.Initialize("dbf5b73b9b8dc2b52514eb4d62edb05b63a6c8b5");
+			Xamarin.Insights.ForceDataTransmission = true;
+			
 			global::Xamarin.Forms.Forms.Init();
 			LoadApplication(new MyWeather.App());
 		}

+ 1 - 0
Demos/MyWeather/MyWeather/MyWeather.WinPhone/packages.config

@@ -9,4 +9,5 @@
   <package id="Xam.Plugins.Settings" version="1.5.1" targetFramework="wp80" />
   <package id="Xam.Plugins.TextToSpeech" version="1.0.1" targetFramework="wp80" />
   <package id="Xamarin.Forms" version="1.3.3.6323" targetFramework="wp80" />
+  <package id="Xamarin.Insights" version="1.10.1.109" targetFramework="wp80" />
 </packages>