I am working on a network security based ios app. I need to find the device's MAC address which is used to register the device at router level. Once registration is complete then the router allows the network traffic coming from that MAC address to pass through.
Now, the problem is, in ios 7 or later we can't get the device mac address, as per the following post: stackoverflow:Mac address is unavailable from ios 7 and up.
Can anyone suggest me any alternative way to find MAC address in ios using C or Objective-C or using any other way.
EDIT: I know that this question has been asked and answered but I am looking for any alternative way by which we can do this.