Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

GodotPlayBilling

An asset by Achyuta Studios
The page banner background of a mountain and forest
GodotPlayBilling hero image

Quick Information

0 ratings
GodotPlayBilling icon image
Achyuta Studios
GodotPlayBilling

Godot Plugin to integrate Google Play Billing Library.

Supported Engine Version
4.2
Version String
1.2.0
License Version
MIT
Support Level
community
Modified Date
4 months ago
Git URL
Issue URL

Godot Play Billing

Welcome to the Godot Play Billing Library!

This plugin simplifies integration with the Google Play Billing system by providing a GDScript-based interface. Developers can easily implement billing features without needing to write any Kotlin or Java code, making it accessible even for those without prior Android development experience.

Quick Start

To get started, follow these steps:

Example

# The PlayBilling node is provided by the plugin, 
# encapsulating all necessary signals and methods for Google Play Billing.
@onready var _play_billing: PlayBilling = $PlayBilling


func _ready():
    # Initiate the connection to the Google Play Billing service.
    _play_billing.start_connection()


func _on_play_billing_connected() -> void:
    # Connection is established.

Documentation

Comprehensive documentation is available here and includes:

Godot Plugin to integrate Google Play Billing Library.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
GodotPlayBilling icon image
Achyuta Studios
GodotPlayBilling

Godot Plugin to integrate Google Play Billing Library.

Supported Engine Version
4.2
Version String
1.2.0
License Version
MIT
Support Level
community
Modified Date
4 months ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers