Micro Example

In-App Purchase involves a fair amount of configuration. In order to get a glimpse at a complete integration, you'll find here a minimal example and the expected result when run on a device.

This example is a Cordova application. The index.html does nothing but load js/index.js.

Launching this on a device...

The project is on GitHub: https://github.com/j3k0/cordova-purchase-micro-example

Note that it's a simple example that doesn't handle error cases, but it's fully functional. In-App Purchases don't have to be super hard!

Last updated