Retrieve IMEI number/ sim number/mobile number via mobile browser

For very good reasons it is impossible for the web browser to access the IMEI or IMSI numbers of a mobile phone, without some dastardly hacking that the dev teams hadn’t expected.

Also the android browser doesn’t support plugins.

Your only option is to create a native app. This answer has some info that will be useful to you: Programmatically obtain the phone number of the Android phone. Its not a perfect solution however.

I would also ask why you want access to the users phone number? If its just to track session just use javascript to generate a unique id and store it in a cookie.

Leave a Comment