How to access device uniqueDeviceIdentifier?
raien opened this issue · 2 comments
raien commented
How to access device uniqueDeviceIdentifier?
susnmos commented
maybe you need [[UIDevice currentDevice] _deviceInfoForKey:@"UniqueDeviceID"];
lukaskollmer commented
None of these will work. Access to the UDID was removed in iOS 7. You can
get the identifier for vendor, which is the same across all apps from the
same developer.
https://developer.apple.com/reference/uikit/uidevice/1620059-identifierforvendor
On Sun 23. Apr 2017 at 09:48, susnmos ***@***.***> wrote:
maybe you need [[UIDevice currentDevice] _deviceInfoForKey:@
"UniqueDeviceID"];
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGPnuAS7A3ENTSSNNKRMtoPFcPtbB20lks5rywJSgaJpZM4NFVSH>
.
--
Lukas Kollmer
lukas.kollmer@gmail.com