cordova-plugin-ebw-uniquedeviceid

1.3.6 • Public • Published

UniqueDeviceID

PhoneGap / Cordova unique device id (UUID) plugin for Android, iOS and Windows Phone 8. Remains the same after app uninstall.

Installation

Latest stable release: phonegap local plugin add cordova-plugin-uniquedeviceid
or cordova plugin add cordova-plugin-uniquedeviceid

Current state from git: phonegap local plugin add https://github.com/Paldom/UniqueDeviceID.git
or cordova plugin add https://github.com/Paldom/UniqueDeviceID.git

Installation - PhoneGap Build

Add following to config.xml: <gap:plugin name="cordova-plugin-uniquedeviceid" source="npm" />

For older versions, use the following: <gap:plugin name="hu.dpal.phonegap.plugins.uniquedeviceid" version="1.2.0" /> or <gap:plugin name="hu.dpal.phonegap.plugins.uniquedeviceid" source="plugins.cordova.io" />

Supported Platforms

  • Android
  • iOS
  • Windows Phone 8

Usage

// Get UUID
window.plugins.uniqueDeviceID.get(success, fail);

Success callback function:

function success(uuid)
{
    console.log(uuid);
};

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.6
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.3.6
    2
  • 1.3.5
    0
  • 1.3.4
    0
  • 1.3.3
    0

Package Sidebar

Install

npm i cordova-plugin-ebw-uniquedeviceid

Weekly Downloads

2

Version

1.3.6

License

MIT

Unpacked Size

30.1 kB

Total Files

11

Last publish

Collaborators

  • ebworx