89
Views
10
Comments
How to get mobile IMEI number
Question
Application Type
Mobile

I'm not able to fetch mobile IMEI number. Can, anyone help me with this.

UserImage.jpg
shravanth badithamani

Hi @Krishnanand Pathak , I have used this plugin but I'm only getting the mobile hardware number. I need the IMEI number.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi,

This plugin should help you, as already shared in the previous reply.

https://www.outsystems.com/forge/component-overview/2330/imei-plugin 

Application that contains Cordova IMEI Plugin for Android Devices. Source: https://github.com/aquto/cordova-plugin-imei

- Get the IMEI (Serial Number) of the Device- 

The Plugin is ready to ask for Permissions for Android 6+ (using Android Permission Plugin)

Only works for Android Devices 

Regards,

Daniel

UserImage.jpg
shravanth badithamani

Hi @Daniël Kuhlmann, I have used this plugin but I'm only getting the mobile hardware number. I need the IMEI number.

2023-01-19 12-23-07
Abhinav Shilwant

Hello @Shravanth Badithamani,

Find this forum discussion to solve your query. This may helps you.

Regards,

Abhinav

UserImage.jpg
shravanth badithamani

Hi @Abhinav Shilwant, I'm getting the below error while using the provided script.

WhatsApp Image 2023-03-10 at 15.26.47.jpeg
2023-01-19 12-23-07
Abhinav Shilwant

 Hello @shravanth badithamani ,

I have not used this plugin before. This is also new for me.

I tried to help you out by sharing the already marked as solution discussion. 

May be Joao Neves will help you out here. Please DM him.

Regards,

Abhinav

2026-01-13 07-10-20
Satyam Rai

Hi @shravanth badithamani

https://www.outsystems.com/forge/component-overview/5389/get-device-information


UserImage.jpg
shravanth badithamani

Hi @Satyam Rai, by using the given plugin, I'm not able to get the IMEI number. I'm only getting the Device Serial Number and Device UUID. I need IMEI number.

2026-01-13 07-10-20
Satyam Rai

Add the Mobile Plugin then Create a client action to get the IMEI number and add a JavaScript node to it.

 (var imeiNumber = cordova.plugins.IMEI.IMEI;)

Note that the above code assumes that you have the Cordova IMEI Plugin installed 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.