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:
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
12.3
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 | License |
iOSDevice | 7.2 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes | Free |
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" ) ]
Created 18th March 2017, last changed 25th November 2017
iOSDevice.BatteryState - iOSDevice.IsBatteryMonitoringEnabled
Feedback: Report problem or ask question.
