IosInfo
IosInfo
interface defines the properties for retrieving detailed information about an iOS device and its system environment. This interface provides access to various device and application details specific to iOS, such as the device model, system version, and app information, along with system-specific properties like orientation and multitasking support.
Author
Swapnil Musale
Inheritors
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 device
identifierForVendor
the identifier for the vendor associated with the app (e.g., "E123456789")
isGeneratingDeviceOrientationNotifications
indicates whether the device is generating notifications for orientation changes
isMultitaskingSupported
indicates whether the device supports multitasking
isPhysicalDevice
indicates whether the device is a physical device or a simulator
localizedModel
the localized model name (e.g., "iPhone")
systemName
the name of the operating system (e.g., "iOS")
systemVersion
the version of the operating system (e.g., "14.4")