mirror of
https://github.com/defold/extension-iap
synced 2025-06-27 18:37:44 +02:00
24 lines
686 B
Markdown
24 lines
686 B
Markdown
---
|
|
layout: default
|
|
---
|
|
|
|
# Defold In-app purchase extension API documentation
|
|
|
|
This extension provides functions for making in-app purchases. Supported on iOS, Android (Google Play and Amazon) and Facebook Canvas.
|
|
|
|
# Usage
|
|
To use this library in your Defold project, add the following URL to your <code class="inline-code-block">game.project</code> dependencies:
|
|
|
|
https://github.com/defold/extension-iap/archive/master.zip
|
|
|
|
We recommend using a link to a zip file of a [specific release](https://github.com/defold/extension-iap/releases).
|
|
|
|
## Source code
|
|
|
|
The source code is available on [GitHub](https://github.com/defold/extension-iap)
|
|
|
|
|
|
# API reference
|
|
|
|
{% include api_ref.md %}
|