0
getID_UID(type) {
  if(type == "IMEI"){
    return this.uid.IMEI;
  }
}

How can I get the IMEI number using ionic app using ionic-angular?

Nicholas K
  • 15,148
  • 7
  • 31
  • 57
  • Does this answer your question? [Retrieve IMEI number/ sim number/mobile number via mobile browser](https://stackoverflow.com/questions/7413305/retrieve-imei-number-sim-number-mobile-number-via-mobile-browser) – Satish Patro Dec 27 '19 at 12:55
  • Does this answer your question? [how can I get IMEI on IOS with ionic framework](https://stackoverflow.com/questions/25413697/how-can-i-get-imei-on-ios-with-ionic-framework) – Thomas Strub Dec 27 '19 at 13:31

0 Answers0