Software Archive
Read-only legacy content

How to get Imei

Ronald_H_2
Beginner
953 Views

Hi,

  is there any way to grab Imei number..? any plugin that can help me to get this information..?

Thank you very much.

0 Kudos
3 Replies
John_H_Intel2
Employee
953 Views

They googling for one. I did an found this one, while I have not tried it.

 

https://github.com/aquto/cordova-plugin-imei

 

0 Kudos
Ronald_H_2
Beginner
953 Views

Hi John,

    Thank you very much for the info, really appreciate it. Seems this plugin only support for android platform, but it's ok I'm gonna try it first.

Is there any tutorial on how to program an intel XDK plugin..? Thanks

 

0 Kudos
John_H_Intel2
Employee
953 Views

You are not really programming an XDK plugin, it is a Cordova plugin that the XDK uses when you build your app.

Before you start down this road, you should read up on what apple/android/windows allows you to access. I would guess that this plugin is only for Android because other platform do not allow it due to it being a security issue. 

0 Kudos
Reply