Search This Blog

Friday, August 23, 2013

MAC addresses in iOS 7

If your apps use the MAC address to identify an iOS device, the system will return the same static value for all devices running iOS 7. Please update your apps to use the identifierForVendorproperty of UIDevice. If you need an identifier for advertising purposes, use the advertisingIdentifier property of ASIdentifierManager.

Source : https://developer.apple.com/news/index.php?id=8222013a

No comments: