Plugin.Permissions
1.1.7
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package Plugin.Permissions --version 1.1.7
NuGet\Install-Package Plugin.Permissions -Version 1.1.7
<PackageReference Include="Plugin.Permissions" Version="1.1.7" />
paket add Plugin.Permissions --version 1.1.7
#r "nuget: Plugin.Permissions, 1.1.7"
// Install Plugin.Permissions as a Cake Addin #addin nuget:?package=Plugin.Permissions&version=1.1.7 // Install Plugin.Permissions as a Cake Tool #tool nuget:?package=Plugin.Permissions&version=1.1.7
Check to see if your users have granted or denied permissions for common permission groups on iOS and Android.
Additionally, you can request permissions with a simple cross-platform async/awaitified API.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid10 is compatible. |
Universal Windows Platform | uap was computed. uap10 is compatible. uap10.0 was computed. |
Windows Phone | wp8 is compatible. wp81 was computed. wpa81 is compatible. |
Windows Store | win8 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
MonoAndroid 1.0
- Plugin.CurrentActivity (>= 1.0.1)
- Xamarin.Android.Support.v4 (>= 23.0.1.3)
NuGet packages (41)
Showing the top 5 NuGet packages that depend on Plugin.Permissions:
Package | Downloads |
---|---|
SheshaMobile.Core
Common application functionality and features to be shared across the framework |
|
SheshaMobile.Modules.UserProfile
A module for building apps with user functionality |
|
SheshaMobile.Core.Android
Common application functionality and features to be shared across the framework for Android |
|
SheshaMobile.Core.iOS
Common application functionality and features to be shared across the framework for iOS |
|
SheshaMobile.Modules.Leave
The contacts module contains common functionality for managing a contact book |
GitHub repositories (24)
Showing the top 5 popular GitHub repositories that depend on Plugin.Permissions:
Repository | Stars |
---|---|
CodeHubApp/CodeHub
CodeHub is an iOS application written using Xamarin
|
|
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
|
|
xamarinhq/app-conference
Pre-build conference application built with Xamarin
|
|
jamesmontemagno/MediaPlugin
Take & Pick Photos and Video Plugin for Xamarin and Windows
|
|
microsoft/SmartHotel360-Mobile
SmartHotel360 Mobile
|
Version | Downloads | Last updated | |
---|---|---|---|
6.0.1 | 3,470,076 | 4/6/2020 | |
6.0.1-beta | 3,022 | 4/6/2020 | |
6.0.0-beta | 7,071 | 3/6/2020 | |
5.0.0-beta | 434,895 | 5/23/2019 | |
4.0.4-beta | 60,261 | 2/4/2019 | |
4.0.3-beta | 2,119 | 2/4/2019 | |
4.0.2-beta | 32,971 | 11/7/2018 | |
4.0.1-beta | 5,812 | 10/2/2018 | |
4.0.0-beta | 2,371 | 10/1/2018 | |
3.0.0.12 | 12,926,300 | 5/23/2018 | |
3.0.0.12-beta | 3,218 | 5/16/2018 | |
3.0.0.9-beta | 6,321 | 5/9/2018 | |
3.0.0.7-beta | 2,422 | 5/4/2018 | |
2.2.1 | 516,080 | 1/4/2018 | |
2.2.0 | 11,794 | 1/4/2018 | |
2.1.0.72-beta | 3,172 | 12/1/2017 | |
2.1.0.64-beta | 2,417 | 11/27/2017 | |
2.1.0 | 1,024,372 | 10/11/2017 | |
2.0.1 | 399,519 | 7/3/2017 | |
2.0.0.30-beta | 2,997 | 6/27/2017 | |
2.0.0.28-beta | 3,903 | 6/21/2017 | |
1.3.1.20-beta | 9,916 | 2/28/2017 | |
1.2.1 | 322,331 | 10/28/2016 | |
1.2.0-beta12 | 2,450 | 10/7/2016 | |
1.1.7 | 675,378 | 2/1/2016 | |
1.1.6 | 4,591 | 1/20/2016 | |
1.1.5 | 3,287 | 1/18/2016 | |
1.1.4 | 4,369 | 12/29/2015 | |
1.1.3 | 6,697 | 12/20/2015 | |
1.1.1 | 11,927 | 11/23/2015 | |
1.1.0 | 3,085 | 11/23/2015 | |
1.0.1 | 3,294 | 11/20/2015 | |
1.0.0 | 5,426 | 11/20/2015 |
[1.1.6]
-Fix for checking photos permission on iOS #192
[1.1.5]
-Fix odd instance (#181) where can't check manifest because current activity is null, now use application context
[1.1.4]
-Fix for #169, odd freeze for certain iOS permissions when requesting a second time in a denied state.
[1.1.3]
-Remove help file, but add readme.txt
[1.1.1]
-Fix odd edgecase in Android for nothing in Manifest.
-Use Context instead of Activity when checking permisson if we can.
-Change to params of permissions when requesting permissions.