-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Francisco Dias edited this page Aug 15, 2024
·
7 revisions
This is the Google Play Billing extension which provides functionality to developers to sell digital products and content in their Android game. In this wiki you can find the full available API documentation and guides necessary to get started.
- Connect to the Google Store
- Query products/subscription/purchase information
- Purchase products/subscriptions
- Acknowledge/Consume purchases
- Verify purchases using signature/own server (Verification)
The Google Play Billing extension requires no setup apart from filling out the correct public key
to your application in the Game Options
-> Android
-> Packaging
-> Google Licensing Public Key
field; make sure this information is correct and you should be good to go.
The following are guides for the Google Play Billing extension:
These are the modules of the Google Play Billing extension:
YoYoGames 2024