Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cordova-plugin-inapppurchase-sandbox

neilrackett4BSDdeprecated0.1.0TypeScript support: included

This package is deprecated, please use cordova-plugin-inapppurchase-simulator

In-app purchase sandbox for testing apps that use cordova-plugin-inapppurchase

ecosystem:cordova, cordova, cordova-ios, cordova-android, phonegap, ionic, iap, purchase, storekit, ios, android, play, appstore, sandbox

readme

In-App Purchase Sandbox plugin for Cordova

This is a simple Cordova plugin that overrides and approximates the following methods of cordova-plugin-inapppurchase to enable developers to test their in-app purchase workflow in a local sandbox with the minimum of effort on Android and iOS devices:

inAppPurchase.buy(productId);
inAppPurchase.subscribe(productId); // Not currently implemented
inAppPurchase.consume(type, receipt, signature);
inAppPurchase.restorePurchases();
inAppPurchase.getReceipt(); // Not currently implemented

Installation

cordova plugin add cordova-plugin-inapppurchase-sandbox

Use

To enable the local sandbox, add the following command in your "deviceready" event handler:

inAppPurchaseSanbox.enable();

To clear any test purchases you've made, add:

inAppPurchaseSanbox.reset();

That's it!

Make a donation

If you find this project useful, why not buy us a coffee (or as many as you think it's worth)?

Make a donation