PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Get an Apple identifier
Get an Apple identifier
Débuté par John Fligg, 25 oct. 2014 12:31 - 2 réponses
Posté le 25 octobre 2014 - 12:31
Does anyone know how to get some unique identifier from an apple device please. iemi is not available as with android. Anything will do so long as it is can uniquely identify the device. thx.
Posté le 25 octobre 2014 - 12:57
Hi John

I don't know if that will match your need, but there is a simple solution for that problem: you GIVE the device a unique identifier (GUID) and store it in a file.

In your project init code, you look, if the GUID is there and read it if it is or create it if it's not. From now on, this device is identified by this GUID.

This solution works on ANY system

Best regards
Posté le 25 octobre 2014 - 14:08
Oh thanks Fabrice. What an obvious solution!!!

John