PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Get an Apple identifier
Get an Apple identifier
Iniciado por guest, 25,oct. 2014 12:31 - 2 respuestas
Publicado el 25,octubre 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.
Publicado el 25,octubre 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
Publicado el 25,octubre 2014 - 14:08
Oh thanks Fabrice. What an obvious solution!!!

John