Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

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

💬 Ask a question or report a problem