• Stars
    star
    169
  • Rank 224,453 (Top 5 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 10 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories

1

angular2-rest

Angular2 HTTP client to consume RESTful services. Built with TypeScript.
TypeScript
248
star
2

SpinnerDialog

PhoneGap waiting dialog plugin with spinner for Android, iOS and Windows Phone 8.
Objective-C
68
star
3

PinDialog

PhoneGap numeric password dialog plugin for Android and iOS. Forked from https://github.com/apache/cordova-plugin-dialogs.git
Java
40
star
4

angular-ionic-requirejs-phonegap-seed

Sample PhoneGap / Cordova application built with Angular and Ionic Framework, uses RequireJS for loading scripts. Example controllers, filters, services, directives and config.
JavaScript
36
star
5

docker-sonarqube-mobile-ci

Dockerized SonarQube for mobile projects - Android (Java, Kotlin), iOS (Swift)
Dockerfile
15
star
6

swagger-multifile-example

Example multifile OpenAPI 3.0 (OAS 3.0) specs for mobile and web applications.
9
star
7

ContactNumberPicker

PhoneGap plugin for native contact picker on Android and iOS. The picker shows only name and phone numbers.
Objective-C
7
star
8

angular-social-login

Angular Social Authentication (for PhoneGap/Cordova)
6
star
9

docker-nginx-letsencrypt-proxy

Quick & easy HTTPS reverse proxy for your docker services.
Shell
6
star
10

Mobile-CI

Jenkins based mobile CI.
4
star
11

Mobile-CI-iOS-Example

Example iOS application for mobile CI.
Swift
2
star
12

cordova-stub

PhoneGap / Cordova stub to run and develop cordova apps in desktop browser.
2
star
13

NumericKeyboard

PhoneGap / Cordova numeric keyboard (keypad) plugin for Android.
Java
2
star
14

docker-firebase-test-lab

Docker for Firebase Test Lab.
Shell
2
star
15

fastlane-plugin-set_sonar_properties

Fastlane plugin to load and edit sonar-project.properties files
Ruby
1
star
16

ETrade-Client

ETrade Client
JavaScript
1
star