Mac Address Of Mobile In Ionic-angular App June 25, 2024 Post a Comment I am developing an IONIC app for android and iOS using AngularJS. I want to access the MAC address of the device. How can I achieve this ??Solution 1: for Cordova >= 5.0.0cordova plugin add com-badrit-macaddressExample Usage: window.MacAddress.getMacAddress( function(macAddress) {alert(macAddress);},function(fail) {alert(fail);} ); Copy Share Post a Comment for "Mac Address Of Mobile In Ionic-angular App"
Post a Comment for "Mac Address Of Mobile In Ionic-angular App"