Xam.Plugin.Geofence 1.0.8

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.1 or higher.

dotnet add package Xam.Plugin.Geofence --version 1.0.8
NuGet\Install-Package Xam.Plugin.Geofence -Version 1.0.8
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="Xam.Plugin.Geofence" Version="1.0.8">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xam.Plugin.Geofence --version 1.0.8
#r "nuget: Xam.Plugin.Geofence, 1.0.8"
#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 Xam.Plugin.Geofence as a Cake Addin
#addin nuget:?package=Xam.Plugin.Geofence&version=1.0.8

// Install Xam.Plugin.Geofence as a Cake Tool
#tool nuget:?package=Xam.Plugin.Geofence&version=1.0.8

Monitors geofence regions and handle region state changes events. Across iOS and Android from a single API.

Product Compatible and additional computed target framework versions.
MonoTouch monotouch10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Xam.Plugin.Geofence:

Repository Stars
rdelrosario/xamarin-plugins
Cross platform Xamarin & Windows plugins for PCLs
Version Downloads Last updated
1.1.2 8,634 7/7/2016
1.1.1 1,903 4/8/2016
1.1.0 1,398 2/23/2016
1.0.9 1,149 1/22/2016
1.0.8 999 1/22/2016
1.0.7 1,080 1/5/2016
1.0.6 1,559 8/5/2015
1.0.5 1,320 8/5/2015
1.0.4 2,426 4/21/2015
1.0.3 1,810 4/13/2015
1.0.2 1,072 4/10/2015
1.0.1 1,100 4/10/2015
1.0.0 1,111 4/10/2015

- Add keys for configurable notifications for each event. This allows us to subscribe to entry/exit/stay events and independently also get notifications for each event or not as we choose.

- Add interface implementation of a method that checks
 if location is enabled, so that we can better handle location
 requests in our app if we do not want this function delegated to
 this plugin.

- Add OnAppStarted interface implementation to
 handle app startup state in the client app.

- Adds location service checks and
 delegates location and permission failures to the client app by
 raising them in a message to the OnError event.

- Add robustness to the location updated
 method for usage with the broadcast receiver in an Android
 background service.

- Add support to customize the
 large icon and color used in the notification for Android.

- Force using the UI thread where necessary
 for iOS, and adds parameters that enable delegating location and
 notification prompts to the client app if desired.

- Adds the request location permission flags for Android.