Skip to content
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

Open
tushar4inkoniq opened this issue Jul 17, 2013 · 6 comments
Open

MAC id deprecated in iOS 7 #22

tushar4inkoniq opened this issue Jul 17, 2013 · 6 comments

Comments

@tushar4inkoniq
Copy link

Making UniqueIndentifier using the MAC ID not going to work on IOS 7. Need some other technique if possible.

@cymonn
Copy link

cymonn commented Jul 22, 2013

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?

@lubbo
Copy link

lubbo commented Sep 13, 2013

Are you sure that MAC address won't be available?
I'm testing on iOS7 Simulator and the MAC address is retrieved fine.

@cymonn
Copy link

cymonn commented Sep 13, 2013

@lubbo You may not retrieve MAC address on iOS7 device. I found apple document mentioned about it.

https://developer.apple.com/library/prerelease/ios/releasenotes/General/WhatsNewIniOS/Articles/iOS7.html#//apple_ref/doc/uid/TP40013162-SW34

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.)

@Glideh
Copy link

Glideh commented Sep 20, 2013

Do someone have any resource link to know how to manage a "UUID migration" ?

@benck
Copy link

benck commented Oct 26, 2013

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.......

@fabiocaccamo
Copy link

@Glideh look at this lib FCUUID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants