Skip to content

TivonChen/novonity-plugin-uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

novonity-plugin-uuid

Cordova plugin for get uuid

Installation

$ ionic plugin add novonity-plugin-uuid

How to use

Call the function below directly when using ionic1

var myUuid = getUuid.uuid;

or in typescript when using ionic2

declare var getUuid: any;
let myUuid = getUuid.uuid;

Notice

This plugin add NSAppTransportSecurity and CFBundleDisplayName features in ios platform by default. Please remove them if no use.

About

Cordova plugin for get uuid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published