Acr.DeviceInfo
5.0.0
See the version list below for details.
dotnet add package Acr.DeviceInfo --version 5.0.0
NuGet\Install-Package Acr.DeviceInfo -Version 5.0.0
<PackageReference Include="Acr.DeviceInfo" Version="5.0.0" />
paket add Acr.DeviceInfo --version 5.0.0
#r "nuget: Acr.DeviceInfo, 5.0.0"
// Install Acr.DeviceInfo as a Cake Addin #addin nuget:?package=Acr.DeviceInfo&version=5.0.0 // Install Acr.DeviceInfo as a Cake Tool #tool nuget:?package=Acr.DeviceInfo&version=5.0.0
Get tons of device information
- screen res, device ID, OS, phone model, network carrier, locale, such as screen resolution, IMEI, OS, battery
- monitor app status, battery, connectivity
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.0 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac20 is compatible. |
Xamarin.TVOS | xamarintvos10 is compatible. |
-
- System.Reactive (>= 3.1.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Acr.DeviceInfo:
Package | Downloads |
---|---|
ReactiveUI.Dialogs
ReactiveUI Wrapper for Acr.UserDialog |
|
Excalibur.Providers.EncryptedFileStorage
Excalibur tries to bring structure for developers that are using MvvmCross and Xamarin to develop their mobile applications. This is provider that uses encrypted file-storage as storage/database. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Acr.DeviceInfo:
Repository | Stars |
---|---|
rowanmiller/UnicornStore
|
Version | Downloads | Last updated | |
---|---|---|---|
6.5.0 | 365,704 | 8/11/2018 | |
6.4.0 | 5,035 | 7/26/2018 | |
6.3.0 | 7,622 | 7/6/2018 | |
6.2.1 | 11,619 | 5/23/2018 | |
6.2.0 | 1,679 | 5/18/2018 | |
6.1.0 | 6,221 | 4/16/2018 | |
6.0.0 | 2,372 | 3/28/2018 | |
5.0.5 | 62,997 | 5/1/2017 | |
5.0.4 | 1,526 | 4/18/2017 | |
5.0.3 | 1,514 | 4/6/2017 | |
5.0.2 | 1,990 | 3/15/2017 | |
5.0.1 | 1,254 | 3/15/2017 | |
5.0.0 | 1,295 | 3/15/2017 | |
4.0.3 | 3,499 | 1/3/2018 | |
4.0.2 | 107,367 | 8/8/2016 | |
4.0.1 | 84,827 | 7/13/2016 | |
4.0.0 | 9,208 | 7/13/2016 | |
4.0.0-beta1 | 1,214 | 7/11/2016 | |
3.2.3 | 39,938 | 12/23/2015 | |
3.2.2 | 2,650 | 10/23/2015 | |
3.2.1 | 1,581 | 10/14/2015 | |
3.2.0 | 1,673 | 10/5/2015 | |
3.1.1 | 1,607 | 9/24/2015 | |
3.1.0 | 1,507 | 9/22/2015 | |
3.0.0 | 3,691 | 8/4/2015 | |
2.2.0 | 1,922 | 6/15/2015 | |
2.1.2 | 1,807 | 5/20/2015 | |
2.1.1 | 1,717 | 5/1/2015 | |
2.1.0 | 1,964 | 4/21/2015 | |
2.0.0 | 2,185 | 2/11/2015 |
5.0
[breaking] new namespace Plugin.DeviceInfo
[breaking] pcl => netstandard 1.0
[breaking] using reactive extensions 3
[breaking] remove useless feature checking
[fix][ios] will request hardware information on the UI thread
[feature] tvOS support
[feature] macOS support
[feature][ios] better model info (thanks to @escamoteur)
[feature] return operating system version as a separate field
4.0.2
[fix][ios] battery monitoring observable now registers properly
[fix][ios] ip address property won't throw an exception when no connection
[fix][ios] wifi ssid NRE when not connected to wifi source
4.0.1
[fix] nuget issue
4.0
[feature] observables everywhere
[feature] add wifi ssid property
[feature] battery status improved
[feature] get short and long versions for android and iOS
[feature] has feature function (this will grow)
[fix][android] always get evaluated versions of properties to prevent sticky values
[fix][uwp] deadlock when detecting cameras
[breaking] front/back cameras can now be detect using HasFeature function
[breaking] no more wp8... sorry, I just don't use it!