zaprogrammer / nativescript-uuid

A NativeScript plugin for iOS that allows you to get a UUID (Universal Unique Identifier) for a device.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NativeScript UUID

This is a plugin for Nativescript that allows you to get a UUID (Universal Unique Identifier) for a device.

Inspired from [StackOverflow: How to preserve identifierForVendor in ios after uninstalling ios app on device?] (http://stackoverflow.com/questions/21878560/how-to-preserve-identifierforvendor-in-ios-after-uninstalling-ios-app-on-device).

Uses SSKeychain Cocoa Pod.

Installation

tns plugin add nativescript-uuid

Usage

var plugin = require("nativescript-uuid");
var uuid = plugin.getUUID();
console.log("The device UUID is " + uuid);

About

A NativeScript plugin for iOS that allows you to get a UUID (Universal Unique Identifier) for a device.

License:Apache License 2.0


Languages

Language:JavaScript 97.3%Language:Ruby 2.7%