1.0.0 • Published 3 years ago

cordova-plugin-ios-devicetoken v1.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

THIS REPOSITORY IS NOT UNDER ACTIVE DEVELOPMENT!!

Cordova Parse iOS DeviceToken

About this Plugin

Get the DeviceToken from PFInstallation for an iOS device. Supports iOS Versions 6.0 and up only.

Using the Plugin

Be sure to include the ParseSDK in your project.

Example:

window.parseDeviceToken(function (token) {
    console.log('deviceToken is', token);
});

Adding the Plugin

  cordova plugin add https://github.com/trymbill/cordova-plugin-ios-devicetoken.git

Credit goes to Nickbarth

The basis for this idea came from https://github.com/nickbarth/cordova.ios.uuid

LICENSE

The CC0 License

CC0