ios - iPad persistent identifier like serial number without use of I/O Kit -


for use i/o kit getting device serial number, won't change after resetting device etc. serial number used identifying ipad on server side. use of i/o kit blocks simulator though.

if wanted add ui tests in simulator, need stop using i/o kit, still need have possibility identify real devices way, identifier won't ever change.

i looking @ identifierforvendor in ios dev library, changes after resetting device.

to sum up, need way serial number, or equivalent without use of i/o kit.

thanks!


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -