Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Cross-platform in-app purchase plugin following the OpenIAP specification.Features:• Unified API for iOS (StoreKit 2) and Android (Google Play Billing 8+)• Type-safe GDScript API with auto-generated types• Supports consumables, non-consumables, and subscriptions• OpenIAP standard compliance for consistent behavior across platforms
godot-iap
About
This is an In-App Purchase plugin for Godot Engine, built following the OpenIAP specification. This project has been inspired by expo-iap, flutter_inapp_purchase, kmp-iap, and react-native-iap.
We are trying to share the same experience of in-app purchase in Godot Engine as in other cross-platform frameworks. Native code is powered by openiap-apple and openiap-google modules.
We will keep working on it as time goes by just like we did in other IAP libraries.
Documentation
Visit the documentation site for installation guides, API reference, and examples.
Installation
- Download
godot-iap-{version}.zipfrom GitHub Releases - Extract and copy
addons/godot-iap/to your project'saddons/folder - Enable the plugin in Project → Project Settings → Plugins
See the Installation Guide for more details.
Using with AI Assistants
godot-iap provides AI-friendly documentation for Cursor, GitHub Copilot, Claude, and ChatGPT.
Quick links:
- llms.txt - Quick reference
- llms-full.txt - Full API reference
Quick Start
See the Quick Start Guide for complete code examples and setup instructions.
License
MIT License - see LICENSE file for details.
Cross-platform in-app purchase plugin following the OpenIAP specification.
Features:
• Unified API for iOS (StoreKit 2) and Android (Google Play Billing 8+)
• Type-safe GDScript API with auto-generated types
• Supports consumables, non-consumables, and subscriptions
• OpenIAP standard compliance for consistent behavior across platforms
Reviews
Quick Information
Cross-platform in-app purchase plugin following the OpenIAP specification.Features:• Unified API for iOS (StoreKit 2) and Android (Google Play Billing 8+)• Type-safe GDScript API with auto-generated types• Supports consumables, non-consumables, and subscriptions• OpenIAP standard compliance for consistent behavior across platforms