Get Apple ID or UDID

Hi,

Is it possible somehow to get the Apple ID of the iOS device’s current user and/or the iOS device’s UDID? 

-Bjørnar

Some of that information is not allowed. Apple does not want developers tracking things by device ID.  You can see all the information you can get with simulator builds by looking at the system.getInfo() docs:

https://docs.coronalabs.com/api/library/system/getInfo.html#deviceid

You might be able to get additional information if you use native builds: https://docs.coronalabs.com/native/index.html

Rob

Thanks, Rob!

Hi,

I’m not sure if this falls in the same category, but there is the OpenUDID plugin by Corona.

https://marketplace.coronalabs.com/plugin/openudid

-dev

Some of that information is not allowed. Apple does not want developers tracking things by device ID.  You can see all the information you can get with simulator builds by looking at the system.getInfo() docs:

https://docs.coronalabs.com/api/library/system/getInfo.html#deviceid

You might be able to get additional information if you use native builds: https://docs.coronalabs.com/native/index.html

Rob

Thanks, Rob!

Hi,

I’m not sure if this falls in the same category, but there is the OpenUDID plugin by Corona.

https://marketplace.coronalabs.com/plugin/openudid

-dev