You know that lovely devices.lua that I blogged about would be a wonderful place to add something like this.
[import]uid: 199310 topic_id: 34776 reply_id: 144341[/import]
You know that lovely devices.lua that I blogged about would be a wonderful place to add something like this.
[import]uid: 199310 topic_id: 34776 reply_id: 144341[/import]
Can we still store the value from “DeviceID” as it returns the UDID on iOS?
I received word from Walter himself regarding this, and he says that Apple has frowned upon using the UDID, so they removed it from the API. Apple apparently frowns on using the Game Center username, too, but we technically still have access to that (if you recall, the Game Center username has to be unique, but it’s not tied to one device, so the user could be logging in on multiple devices with it. And, of course, if they don’t use Game Center, then that idea falls apart).
Actually it just became clear that Apple more than “frowns upon” using UDID – they just announced yesterday that, starting May 1, they will reject any app that uses it! http://www.macworld.com/article/2031573/apple-sets-may-1-deadline-for-udid-iphone-5-app-changes.html
I’ve posted as a feature request the ability for Corona to support the alternative Advertising ID and Vendor ID: http://feedback.coronalabs.com/forums/188732-corona-sdk-feature-requests-feedback/suggestions/3774617-ios-6-advertising-and-vendor-id-support.
I noticed that the RevMob SDK does access, and seemingly makes use of, the device UDID, so I’ve contacted them to find out what their plan is to migrate off of it.
Also importantly, I think there’s a question whether the UDID is accessed at all by the Corona SDK behind the scenes (e.g., within launchpad/analytics). If so, that will need to be changed.
Can we still store the value from “DeviceID” as it returns the UDID on iOS?
I received word from Walter himself regarding this, and he says that Apple has frowned upon using the UDID, so they removed it from the API. Apple apparently frowns on using the Game Center username, too, but we technically still have access to that (if you recall, the Game Center username has to be unique, but it’s not tied to one device, so the user could be logging in on multiple devices with it. And, of course, if they don’t use Game Center, then that idea falls apart).
Actually it just became clear that Apple more than “frowns upon” using UDID – they just announced yesterday that, starting May 1, they will reject any app that uses it! http://www.macworld.com/article/2031573/apple-sets-may-1-deadline-for-udid-iphone-5-app-changes.html
I’ve posted as a feature request the ability for Corona to support the alternative Advertising ID and Vendor ID: http://feedback.coronalabs.com/forums/188732-corona-sdk-feature-requests-feedback/suggestions/3774617-ios-6-advertising-and-vendor-id-support.
I noticed that the RevMob SDK does access, and seemingly makes use of, the device UDID, so I’ve contacted them to find out what their plan is to migrate off of it.
Also importantly, I think there’s a question whether the UDID is accessed at all by the Corona SDK behind the scenes (e.g., within launchpad/analytics). If so, that will need to be changed.