How to get iOS device MAC address programmatically

后端 未结 5 1100
情歌与酒
情歌与酒 2020-11-28 12:53

How do I get an iOS device\'s MAC code programmatically in my app?

5条回答
  •  借酒劲吻你
    2020-11-28 13:28

    everybody is good advised to use the offical ios 7 way and use [UIDevice identifierForVendor]

    http://developer.apple.com/library/ios/#documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html

    And also think about the migration from some older assumptions.

提交回复
热议问题