I'm not able to fetch mobile IMEI number. Can, anyone help me with this.
Hi @Shravanth BadithamaniTry the below forge components:https://www.outsystems.com/forge/component-overview/2330/imei-pluginhttps://www.outsystems.com/forge/component-overview/5389/get-device-information
RegardsKrishnanand Pathak
Hi @Krishnanand Pathak , I have used this plugin but I'm only getting the mobile hardware number. I need the IMEI number.
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
Hi @Daniël Kuhlmann, I have used this plugin but I'm only getting the mobile hardware number. I need the IMEI number.
Hello @Shravanth Badithamani,
Find this forum discussion to solve your query. This may helps you.
Abhinav
Hi @Abhinav Shilwant, I'm getting the below error while using the provided script.
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.
Hi @shravanth badithamani
https://www.outsystems.com/forge/component-overview/5389/get-device-information
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.
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