Introduction

Hello reader! You're about to add In-App Purchases to your Cordova Application, let this be your guide in the process.

I'm Jean-Christophe Hoelt, from iaptic, main developer of the In-App Purchase plugin. I built this guide for you as a collection of step-by-step recipes, each focusing on one specific goal. The use-cases chapters cover all the required steps to implement a particular type of product or purchase on a given platform. This guide also provides general details about what the In-App Purchase technology is, how it works and what it can do for you.

Hopefully, it'll contain all the information you need from start to finish.

While I'm focusing on Cordova, it should be easy to transpose the tutorials to all platforms based on Cordova (PhoneGap, Ionic, ...).

Note that the most up-to-date version is available as a GitBook at https://purchase.cordova.fovea.cc/

Contribute to this guide

The main repository is hosted on GitHub: https://github.com/j3k0/cordova-plugin-purchase-documentation, this is branch v13.

The content is aimed to be digested by GitBook. Pull requests are welcome.

How to get started?

You can read the little introduction to IAP technology. It explains what you can do with it on both iOS and Android and the difference between those platforms.

If you like a (tiny) bit of theory, you can read the section on the cordova plugin.

If you're curious to see it in action, you can take a look at the micro example.

Then you can jump to your use case from the list below, or the sidebar.

Use Cases

Last updated