-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAC id deprecated in iOS 7 #22
Comments
Hi. I'm using macaddress to identify device. Could you tell me which string will be generated by '- macaddress' method on iOS 7? Is its output always the same? |
Are you sure that MAC address won't be available? |
@lubbo You may not retrieve MAC address on iOS7 device. I found apple document mentioned about it. In iOS 7 and later, if you ask for the MAC address of an iOS device, the system returns the value 02:00:00:00:00:00. If you need to identify the device, use the identifierForVendor property of UIDevice instead. (Apps that need an identifier for their own advertising purposes should consider using the advertisingIdentifier property of ASIdentifierManager instead.) |
Do someone have any resource link to know how to manage a "UUID migration" ? |
I found out that one of my app user crashed because uniqueGlobalDeviceIdentifier method somehow return nil on iOS 7. This is weird since most of the users have mac address 02:00....... |
Making UniqueIndentifier using the MAC ID not going to work on IOS 7. Need some other technique if possible.
The text was updated successfully, but these errors were encountered: