Skip to content

Fovea/cordova-plugin-purchase-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-purchase-demo

Demo of the Purchase Plugin for Cordova

usage

  • retrive from git

  • add platforms and plugins:

    cordova platform add ios
    cordova platform add android
    cordova plugin add cordova-plugin-console
  • add the purchase plugin:
    cordova plugin add cordova-plugin-purchase
    cordova build ios
    cordova build android --release
  • sign using your release key and test on your device.

during plugin development

While working on the plugin itself, the demo project is useful too.

You can install from your local disk:

    cordova plugin add "../cordova-plugin-purchase"

To refresh to the latest local version, remove it first with:

    cordova plugin remove cordova-plugin-purchase

About

Demo of the Purchase Plugin for Cordova

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •