OperatingSystem property
A text string indicating the operating system of the device running the app, or a blank value if the operating system is not known.
These are the values of this property:
-
ios
for Apple's iOS operating system, used by iPhone and iPad devices. -
android
for Google's Android operating system. -
windows
for Microsoft's Windows operating system. -
mac
for Apple's macOS operating system. -
linux
for operating systems running the Linux kernel (except for Android).
Use the DeviceType property instead to determine if the user is using an iPhone, iPad or Android device.
This property is a read-only property, meaning that no formula can be assigned to it.
Example
This formula is associated with the Visible property of a text box containing instructions on how to add the app to the user's iPhone or iPad home screen. As these instructions are specific to the iOS operating system, ensuring that they only appear on iOS devices makes sense. A different text box could be present with instructions specific to Android devices, with a similar formula associated with its Visible property.