Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

iOSDevice.IdentifierForVendor

An alphanumeric string that uniquely identifies a device to the app’s vendor.

Component Version macOS Windows Linux Server iOS SDK
iOSDevice 7.2 ❌ No ❌ No ❌ No ❌ No ✅ Yes
MBS( "iOSDevice.IdentifierForVendor" )

Parameters

none

Result

Returns UUID or error.

Description

An alphanumeric string that uniquely identifies a device to the app’s vendor.
The value of this property is the same for apps that come from the same vendor running on the same device. A different value is returned for apps on the same device that come from different vendors, and for apps on different devices regardless of vendor.

Examples

Show identifier:

Show Custom Dialog [ "Identifier" ; MBS( "iOSDevice.IdentifierForVendor" ) ]

This function is free to use.

Created 18th March 2017, last changed 25th November 2017


iOSDevice.BatteryState - iOSDevice.IsBatteryMonitoringEnabled