You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
My Phone P31 Pro S6 which I purchased just for debugging about phone says Android Version 9.1 but Visual Studio and I also did a app using the latest version of deviceInfoPlug in as follows <Debug.WriteLine("Generated AppId: " + CrossDeviceInfo.Current.GenerateAppId());' 'Debug.WriteLine("Generated AppId: " + CrossDeviceInfo.Current.GenerateAppId(true));' 'Debug.WriteLine("Id: " + CrossDeviceInfo.Current.Id);' 'Debug.WriteLine("Model: " + CrossDeviceInfo.Current.Model);' 'Debug.WriteLine("Platform: " + CrossDeviceInfo.Current.Platform);' 'Debug.WriteLine("Version: " + CrossDeviceInfo.Current.Version);>
these both say P31 Pro S6 Android 5.1 Api 22 Which one is accurate The Phone or the code?
The text was updated successfully, but these errors were encountered:
Not the end of the world it still works I did do an Xarmin run test as suggested with the following results. Thanks for your quick response.
[0:] P31 Pro
[0:] S6
[0:] 5.1
[0:] Android
[0:] Phone
[0:] Physical
My Phone P31 Pro S6 which I purchased just for debugging about phone says Android Version 9.1 but Visual Studio and I also did a app using the latest version of deviceInfoPlug in as follows
<Debug.WriteLine("Generated AppId: " + CrossDeviceInfo.Current.GenerateAppId());' 'Debug.WriteLine("Generated AppId: " + CrossDeviceInfo.Current.GenerateAppId(true));' 'Debug.WriteLine("Id: " + CrossDeviceInfo.Current.Id);' 'Debug.WriteLine("Model: " + CrossDeviceInfo.Current.Model);' 'Debug.WriteLine("Platform: " + CrossDeviceInfo.Current.Platform);' 'Debug.WriteLine("Version: " + CrossDeviceInfo.Current.Version);
>these both say P31 Pro S6 Android 5.1 Api 22 Which one is accurate The Phone or the code?
The text was updated successfully, but these errors were encountered: