Acr.DeviceInfo
                             
                            
                                2.1.1
                            
                        
                    dotnet add package Acr.DeviceInfo --version 2.1.1
NuGet\Install-Package Acr.DeviceInfo -Version 2.1.1
        
        
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.DeviceInfo" Version="2.1.1" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="Acr.DeviceInfo" Version="2.1.1" />
<PackageReference Include="Acr.DeviceInfo" />
        
        
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
                    
    
    paket add Acr.DeviceInfo --version 2.1.1
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: Acr.DeviceInfo, 2.1.1"
        
        
#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.
                    
    
    #:package Acr.DeviceInfo@2.1.1
        
        
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
                    
    
    #addin nuget:?package=Acr.DeviceInfo&version=2.1.1
#tool nuget:?package=Acr.DeviceInfo&version=2.1.1
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    Get device information such as screen resolution, IMEI, OS, and more
| Product | Versions 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.
This package has no dependencies.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Acr.DeviceInfo:
| Repository | Stars | 
|---|---|
| rowanmiller/UnicornStore | 
2.1.1
Remove Init() as it is unnecessary
Add flag to check if app is running in the background
2.1
[Android] - Fix device ID for android tablets
* NEW Feature - OS Type Enum
* NEW Feature - Device Locale (CultureInfo.Current(UI)Culture never seems to work on iOS or Android)
* NEW Feature - Tablet Detection