Xamarin.Insights
1.11.3
Install-Package Xamarin.Insights -Version 1.11.3
dotnet add package Xamarin.Insights --version 1.11.3
<PackageReference Include="Xamarin.Insights" Version="1.11.3" />
paket add Xamarin.Insights --version 1.11.3
#r "nuget: Xamarin.Insights, 1.11.3"
// Install Xamarin.Insights as a Cake Addin
#addin nuget:?package=Xamarin.Insights&version=1.11.3
// Install Xamarin.Insights as a Cake Tool
#tool nuget:?package=Xamarin.Insights&version=1.11.3
Insights for your Apps
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid10 |
MonoTouch | monotouch10 |
Windows Phone | wp8 wp81 wpa |
Windows Store | win8 |
Xamarin.iOS | xamarinios10 |
Xamarin.Mac | xamarinmac20 |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on Xamarin.Insights:
Repository | Stars |
---|---|
xamarin/Xamarin.Forms
Xamarin.Forms Official Home
|
|
conceptdev/xamarin-forms-samples
Samples that use Xamarin.Forms (http://xamarin.com/forms)
|
|
flagbug/Espera
Espera is a media player that plays your music, YouTube videos, SoundCloud songs and has a special "party mode".
|
|
MikeCodesDotNET/My-StepCounter
Xamarin iOS & Android Starter pedometer sample
|
|
void-stack/Orcus-1.9.1-src
Full Orcus 1.9.1 Source Code
|
Version | Downloads | Last updated |
---|---|---|
1.11.3 | 3,506 | 12/10/2015 |
1.11.2 | 9,774 | 11/2/2015 |
1.11.1 | 9,173 | 9/25/2015 |
1.11.0 | 638 | 9/24/2015 |
1.10.6 | 10,112 | 8/13/2015 |
1.10.5 | 3,113 | 7/28/2015 |
1.10.4.112 | 8,706 | 6/11/2015 |
1.10.3.111 | 2,045 | 6/3/2015 |
1.10.2.110 | 4,283 | 5/18/2015 |
1.10.1.109 | 11,537 | 5/11/2015 |
1.10.0.108 | 873 | 5/7/2015 |
1.9.1.107 | 8,070 | 2/19/2015 |
1.9.0.106 | 1,550 | 2/10/2015 |
1.8.3 | 2,860 | 1/13/2015 |
1.8.2.105 | 2,360 | 12/11/2014 |
1.7.3.98 | 2,820 | 10/29/2014 |
1.7.2.97 | 701 | 10/24/2014 |
1.7.1.96 | 241 | 10/23/2014 |
1.6.0 | 1,348 | 10/8/2014 |
# Insights client, 1.11.3
Point release for the 1.11 series, includes performance and memory usage significantly and several bugfixes
# Insights client, 1.11.2
Point release for the 1.11 series, includes a newer plCrashReporter that fixes some ios9 issues, bugs and performance issues fixed
# Insights client release, 1.11.0
This release is mostly maintenance but has a few API changes of note and thus is a minor release.
## Changes
* The following API can now be set before Insights.Initialize is called
* `Insights.DisableCollection`
* `Insights.DisableDataTransmission`
* `Insights.DisableExceptionCatching`
* `Insights.ForceDataTransmission`
* Additional traits can now be assigned to a previously Identified user by passing null as the first argument to `Insights.Identify`
* There is an additional optional named argument in Insights.Initialize(), setting blockOnStartupCrashes to true will cause insights to block your main initialisation on startup in order to submit any startup crashes to Insights. This may be useful for those that are not concerned with startup time, please note that the delay could be substantial and it is not default for this reason
There are many assorted bug fixes and maintenance fixes in this release