cordova-plugin-purchase
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "cordova-plugin-purchase", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Cordova Purchase plugin for iOS and Android (AppStore and PlayStore)", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -13,2 +13,23 @@ # Cordova Purchase Plugin | ||
## Installation | ||
### Install the plugin | ||
```sh | ||
cordova plugin add cordova-plugin-urlhandler | ||
``` | ||
Need android too? | ||
```sh | ||
cordova plugin add cordova-plugin-urlhandler --variable BILLING_KEY="<BILLING_KEY>" | ||
``` | ||
Check [here](https://github.com/hypery2k/cordova-purchase-plugin/wiki/HOWTO#add-android-billing-key) for details on how to retrieve the billing key (or public key). | ||
### Setup your Application | ||
See [Setup iOS Applications](HOWTO#setup-ios-applications) and [Setup Android Applications](HOWTO#setup-android-applications). | ||
## Features | ||
@@ -35,3 +56,3 @@ | ||
You probably want to start by installing the plugin into your project. | ||
This is documented in the [Setup Guide](https://github.com/j3k0/cordova-plugin-purchase/wiki/Setup) | ||
This is documented in the [Setup Guide](https://github.com/hypery2k/cordova-purchase-plugin/wiki//Setup) | ||
@@ -38,0 +59,0 @@ Once your project is setup properly, add the minimal initialization code in |
Sorry, the diff of this file is not supported yet
552505
84
124