In native iOS I know how to get device iOS version. But now I want to achieve in Xamarin.iOS
. So,
how can I get the iOS version of device using Xamarin.iOS
?
I am able to get the iOS device version using
UIDevice.CurrentDevice.CheckSystemVersion(7, 0)
The above method returns the BOOL value true, if the device version is above (or equal to) iOS 7. Otherwise it returns false.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With