Retrieving device WiFi MAC address with iOS 7

后端 未结 2 1966
夕颜
夕颜 2021-01-22 20:15

Our app is using device WiFiMAC address to uniquely identify a device. As per the Apple doumentation we shall start using identifierForVendor property of UIDevice but my app is

2条回答
  •  轮回少年
    2021-01-22 21:03

    This was intentionally removed from the SDK in iOS 7. You can no longer retrieve the MAC address. Techcrunch has one of several stories on it, and it was confirmed at WWDC.

提交回复
热议问题