Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
1k views

How to get IMEI number in android 10? Any alternative for uniquely identifying device? [closed]

I need to access IMEI number of android phones using ionic to uniquely identify devices. It is working for android version 9 and lower but not working for android 10. Is there any way to access IMEI ...
Shubham Tiwari's user avatar
1 vote
0 answers
174 views

Is it possible to get two IMEI no's using cordova plugin if device has two SIM?

I'm able to get one IMEI no from cordova-plugin-android-imei plugin, but I want to capture both(2) IMEI nos. Can anyone help?
Dhivya Delphina's user avatar
1 vote
1 answer
3k views

how to get IMEI number in ionic 2 mobile app?

I am building a mobile application and want to access the IMEI number. I have gone through the following plugins. https://github.com/vliesaputra/DeviceInformationPlugin https://github.com/...
Karthik Nagaraj's user avatar
0 votes
2 answers
4k views

how to get imei number in phonegap app with imeiplugin

Can anyone explain to me how to get the device's IMEI number from Phonegap? I am using the IMEI plugin in my app it is not showing anything. To install, I have tried both: phonegap plugin add https:/...
abhi's user avatar
  • 19
0 votes
1 answer
2k views

How to get IMEI (not UUID) of mobile handset using cordova?

I have a requirement to get the real device IMEI (64-bit number displayed when dialed '*#06#') using cordova. ngCordova provides the UUID a hexstring. But UUID may change from user to user or after a ...
Chandan Kumar Rath's user avatar
1 vote
1 answer
4k views

IMEI PhoneGap Plugin in Android

I am trying to retrieve the IMEI in android using PhoneGap. I have followed this one PhoneGap Plugin for IMEI The output is "It works...". I am not getting the imei. Where do I put the imei.js? ...
user avatar
0 votes
2 answers
2k views

Creating an Android Application that Reads the IMEI of a phone and then compares it to a database [closed]

I was asked by my boss to come up with an android application that checks the IMEI of a phone and then compares that IMEI to a database, displaying on the app if the IMEI is registered or not. I was ...
user3666063's user avatar
-1 votes
1 answer
2k views

How to get IMEI number using Phonegap in iPhone? [duplicate]

I have to retrieve the IMEI number in iPhone using Phonegap and i don't know how to do that. Does apple supports retrieving of device IMEI number programmatically or Is there any plugin available to ...
Amol Prakash's user avatar
2 votes
2 answers
19k views

How to get device IMEI number programmatically using xcode to phonegap?

I would like to getting the device imei number and send it to the phonegap html page. How should we do? In phonegap android we will get the imei number from java file and send it into javascript file....
Lavanya's user avatar
  • 621
7 votes
2 answers
15k views

UDID or IMEI- which is better?

When developing an app that requires me to uniquely identify phone users. I was hoping for some advice on whether it is best to use a phone's UDID or IMEI. Are there any advantages/disadvantages to ...
user2363025's user avatar
  • 6,505
14 votes
8 answers
27k views

How to get IMEI number in PhoneGap?

I'm developing a PhoneGap Android mobile application using jQuery, JavaScript and HTML. I want to get the mobile IMEI. I have tried this code from this Tutorial. I am getting the number like this: ...
Mercy's user avatar
  • 1,860