How to do android phonegap environment in Adobe Experience Manager for the purpose of getting IMEI Number ? | Community
Skip to main content
April 28, 2016
Solved

How to do android phonegap environment in Adobe Experience Manager for the purpose of getting IMEI Number ?

  • April 28, 2016
  • 3 replies
  • 1778 views

Hi

 

I am new for Adobe Experience Manager and I am currently trying to get IMEI Number using android phonegap environment in AEM. But not getting.

Could you please provide proper information to get IMIE Number using android phonegap environment in AEM .

 

Thanks in advance .

 

Thanks,

Jayaram

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by penguinant

Hi

You will need to install a Cordova plugin in order to obtain the device IMEI on Android. iOS doesn't allow the IMEI to be obtained. After a quick search there seem to be a number of Cordova plugins that do this already.

Here is one example: https://github.com/zho/phonegap-imeiplugin.

I have never used this plugin so cannot provide any opinion but feel free to try it out to see if it suits your need.

If you can get away without not requiring the device IMEI there is also the Cordova device plugin which has much more support. https://github.com/apache/cordova-plugin-device

This plugin provides the device UUID. On Android the device UUID is a random 64-bit integer that is generated on the device's first boot.

 

Anthony

3 replies

smacdonald2008
Level 10
April 28, 2016

I have asked the AEM mobile team to look at this question. 

penguinantAdobe EmployeeAccepted solution
Adobe Employee
April 28, 2016

Hi

You will need to install a Cordova plugin in order to obtain the device IMEI on Android. iOS doesn't allow the IMEI to be obtained. After a quick search there seem to be a number of Cordova plugins that do this already.

Here is one example: https://github.com/zho/phonegap-imeiplugin.

I have never used this plugin so cannot provide any opinion but feel free to try it out to see if it suits your need.

If you can get away without not requiring the device IMEI there is also the Cordova device plugin which has much more support. https://github.com/apache/cordova-plugin-device

This plugin provides the device UUID. On Android the device UUID is a random 64-bit integer that is generated on the device's first boot.

 

Anthony

Tuhin_Ghosh
Level 8
April 28, 2016

I might be wrong but doesn't the user have to agree on sharing this information which we normally see in apps, does websites could also interact in the hardware level and get the hardware information? In this case how the privacy policy is managed? wouldn't it be a policy violation?

The question might seem silly.... :)

Cheers

Tuhin