Acr.XamForms.Mobile 2.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Acr.XamForms.Mobile --version 2.0.2
NuGet\Install-Package Acr.XamForms.Mobile -Version 2.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Acr.XamForms.Mobile" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Acr.XamForms.Mobile --version 2.0.2
#r "nuget: Acr.XamForms.Mobile, 2.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Acr.XamForms.Mobile as a Cake Addin
#addin nuget:?package=Acr.XamForms.Mobile&version=2.0.2

// Install Acr.XamForms.Mobile as a Cake Tool
#tool nuget:?package=Acr.XamForms.Mobile&version=2.0.2

Includes several essentials services for development with Xamarin.Forms
- Camera
- Photo Gallery Access
- Device Information
- Network Detection and Monitoring
- Geolocation
- Settings
- Phone Initiation
- SMS Initiation
- Text-to-Speech
- File System Management

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.4 1,551 3/13/2015
2.0.3 1 2/18/2015
2.0.2 185 2/13/2015
2.0.1 216 2/6/2015
2.0.0 464 1/13/2015
1.5.0 747 10/4/2014
1.4.1 404 9/10/2014
1.4.0 1 8/17/2014
1.3.0 189 7/29/2014
1.2.1 366 7/5/2014
1.2.0 98 7/5/2014
1.1.0 209 7/2/2014
1.0.0 184 6/25/2014

2.0.2
Update to Xamarin.Forms 1.3.3

2.0.1
Update to Xamarin.Forms 1.3.2

2.0
Update to Unified API
Update Xamarin.Mobile 0.75
Update to Xamarin.Forms 1.3.1
Fix iOS defect when reading properties on device info outside of main thread
Clean out some useless services
Fix Text-to-speech service on android

1.5
Update to Xamarin.Mobile 0.74
Fixes for new iOS8 file structure
Adding AppVersion property to Device Info

1.4.1
FIX: settings issue with iOS

1.4
FIX: Network detection exception with android wifi only
FIX: Camera context on android
Networking service has better internet detection and new namespace
Categorization of system directories in file system plugin
Added an easier way to create files in a directory
Updated dependencies


1.3
Several bugfixes
BREAKING: IPhotoService is now IMediaService and now matches Xamarin.Mobile API
BREAKING: ILocationService is now IGeoLocator and now matches Xamarin.Mobile API
Update to Xamarin.Forms 1.2.1.6229


1.2
File system manager - why? because another open source library drove me nuts and I needed something more powerful and less async

1.1
Lazy load a few properties so that they can be used in viewmodel injection before xamarin forms has initialized its Forms.Context on droid
iOS module will no longer clear or remove system settings

1.0
Initial Release