Retrieving device WiFi MAC address with iOS 7

后端 未结 2 1937
夕颜
夕颜 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 20:57

    Use libimobiledevice and from command line run: ./ideviceinfo -k WiFiAddress

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题