lycwed-cordova-plugin-udid

1.0.0 • Public • Published

UniqueDeviceID

This cordova plugin provides a unique device identifier. This is to avoid problems when using UUID or other solutions.

Installation

cordova plugin add lycwed-cordova-plugin-udid

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);
};

Package Sidebar

Install

npm i lycwed-cordova-plugin-udid

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • lycwed