Get device mac address

Is there a way to get the device’s mac address?

I’ve found this issue but it seems that it wasn’t merged.

That looks like the way to do it. You could download their branch of the plugin and use it with ngCordova specifically the angular device module https://github.com/driftyco/ng-cordova/blob/master/src/plugins/device.js

Keep in mind for iOS 8 the MAC address is randomized, so it wouldn’t be useful for tracking a specific user. It’s only useful for local network stuff.

I need the MAC address to identify a user inside a local network (for example sending the Mac to the server in a POST request). On iOS 8 how can I do if the MAC is randomized?