2.1.2 • Published 9 years ago

novonity-plugin-uuid v2.1.2

Weekly downloads
4
License
Apache 2.0
Repository
github
Last release
9 years ago

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.

2.1.2

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.0

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago