IosInfoImpl
IosInfoImpl
is an implementation of the IosInfo interface that retrieves detailed information about an iOS device and application. This class provides access to various system and application properties such as device name, model, system version, and app version. It also includes information related to device orientation, multitasking support, and locale.
Author
Swapnil Musale
See also
Properties
appShortVersion
the short version of the app (e.g., "1.0")
appVersion
the version of the app (e.g., "1.0.0")
deviceOrientation
an instance of DeviceOrientation that provides the current orientation of the iOS device
identifierForVendor
the unique identifier for the vendor associated with the app (e.g., "E123456789")
isGeneratingDeviceOrientationNotifications
indicates whether the current device is generating notifications for orientation changes
isMultitaskingSupported
indicates whether the current iOS device supports multitasking
isPhysicalDevice
indicates whether the current device is a physical device or a simulator
localizedModel
the localized model name of the current iOS device (e.g., "iPhone")
systemName
the name of the iOS operating system (e.g., "iOS")
systemVersion
the version of the iOS operating system (e.g., "14.4")