Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
227 views

Could not find the declaration for module('react-native-imei')

I am trying to make a project that can give me the IMEI number of my Mobile, using this package https://github.com/SimenCodes/react-native-imei, the problem is in my code there is a statement as, ...
MOHAMMAD SIDDIQUE's user avatar
0 votes
2 answers
12k views

Get IMEI number in React Native

I need IMEI for validation in a React Native app. Using reactive-native-imei package, here is the link to that package: (https://github.com/SimenCodes/react-native-imei). during my code I am getting ...
MOHAMMAD SIDDIQUE's user avatar
-4 votes
1 answer
1k views

How to get a website connected device IMEI or MAC Address using PHP

I want to build a system where once user login, i get his connected device IMEI to store with login credentials. So how to get that connected device IMEI to restrict user for that 1 device in future ...
Aleem Zada'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
3k views

Get device IMEI and send it through WebView to a website

I have an Android aplication which displays a web app (of mine) into a webview. For a certain reason I want to get the device IMEI as soon as the app is open, send it with javascript from the ...
Cristian Annese's user avatar
0 votes
1 answer
538 views

Permission For READ_PHONE_STATE Appcelerator android 6.0

i have a probleme in android.permission.READ_PHONE_STATE i deploy my project to samsung galaxy S6 i use this code to request the READ_PHONE_STATE permission but it's not working ,i use the ti....
ouqas mohamed's user avatar
0 votes
2 answers
11k views

IMEI in HTML website

How can I know the IMEI of the mobile, via an HTML site Without using PhoneGap?
Hodaya Shalom's user avatar