Open darrabam opened 4 years ago
I'm not sure we can do much here. We are just reporting back what the API's give us. In this case, this kind of makes sense since it's a simulator which is the model, and the x64 simulator at that (perhaps we'll see arm64 as the model in Apple Silicon simulator models).
Agreed here.
I guess the value @darrabam asked for is found here: Foundation.NSProcessInfo.ProcessInfo.Environment["SIMULATOR_MODEL_IDENTIFIER"];
Can look into this ^
Any updates on this @jamesmontemagno? 😄
Description
Xamarin.Essentials.DeviceInfo.Model reports Model = "x86_64", although the simulator reports model name correctly in Settings -> About. (screen shot below)
Steps to Reproduce
Expected Behavior
DeviceInfo.Model reports the device model as reported by the simulator.
Actual Behavior
DeviceInfo.Model reports Model = "x86_64"
Basic Information
Screenshots