Skip to content

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

License

Notifications You must be signed in to change notification settings

lycwed/lycwed-cordova-plugin-udid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 82.5%
  • Java 14.1%
  • C# 2.6%
  • JavaScript 0.8%