Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
iOSDevice.Name
The name identifying the device.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
iOSDevice | 7.2 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "iOSDevice.Name" )
Parameters
none
Result
Returns text or error.
Description
The name identifying the device.The value of this property is an arbitrary alphanumeric string that is associated with the device as an identifier. For example, you can find the name of an iOS device in the General > About settings.
In newer iOS versions, this returns a generic name to keep the real name private to the owner.
Examples
Show name:
Show Custom Dialog [ "Name" ; MBS( "iOSDevice.Name" ) ]
See also
This function is free to use.
Created 18th March 2017, last changed 7th November 2024
