ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / System functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
SysIdentifier (Function)
In french: SysIdentifiant
Returns the unique identifier of the current mobile device.
Android The identifier of the device is generated at random during the first startup of the device and it will remain unchanged during the entire lifetime of the device. Only exception: this identifier may be reinitialized when restoring the factory settings.
Caution: From Android 8.0, the returned identifier is unique for each signature, user and device combination. Therefore, applications with different signatures running on the same device will not get the same identifier (even for the same user).
iPhone/iPad This identifier is a unique identifier that identifies the mobile device for a manufacturer. This identifier id generated from the Bundle identifier.
Example
sIdentifier is string
sIdentifier = SysIdentifier()
Syntax
<Result> = SysIdentifier()
<Result>: Character string
Unique device identifier.
Component: wd290android.aar
Minimum version required
  • Version 18
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help