Index

Index

About Atomic Plugins

Atomic Plugins provide an elegant and minimalist API and are designed with portability in mind from the beginning. Framework dependencies are avoided by design so the plugins can run on any platform and can be integrated with any app framework or game engine.

You can contribute and help to create more awesome plugins.

Atomic Plugins for InApps

This repository contains an in-app purchase API designed using the Atomic Plugins paradigm. You can integrate IAPs in your app and take advantage of all the features provided: elegant API, local and server-side receipt validation, secure consumable and non-consumable purchase tracking, local products cache, etc. The API is already available in many languagues and we plan to add more in the future.

Currently there are 3 in-app purchase providers implemented but new ones can be easily added:

  • Apple AppStore (iOS/Mac).
  • GooglePlay.
  • Amazon AppStore.

Setup your project

Releases are deployed to Cordova Plugin Registry. You only have to install the desired plugins using Cordova CLI and Cocoon Cloud service.

    cordova plugin add cocoon-plugin-inapps-ios-appstore
    cordova plugin add cocoon-plugin-inapps-android-googleplay
    cordova plugin add cocoon-plugin-inapps-android-amazon

Documentation

In this section you will find all the documentation you need for using this plugin in your Cordova project. Select the specific namespace below to open the relevant documentation section:

Version:
  • 1.0
Atomic Plugins for InApps - JavaScript Documentation by Ludei, DocStrap Copyright © 2012-2013
The contributors to the JSDoc3 and DocStrap projects.