Purchases
The sale of virtual products is one of the ways to monetize games. GamePush supports one-time Payments and recurring payments, i.e. Subscriptions. As a rule, one-time payments are used to purchase products. Subscriptions are renewed through periodic payments. This section describes how to implement such sales in your game.
All supported platforms:
Platforms without support
The shopping list is populated in the Products
section of your game in the panel.
- JavaScript
- Unity
// Check payments on paltform
if (gp.payments.isAvailable) {
// can show / purchase products
}
// Check payments on paltform
if (GP_Payments.IsPaymentsAvailable()) {
// can show / purchase products
}
📄️ Payments
Process players' one-time payments.
📄️ Subscriptions
Process players' recurring payments.
📄️ Platform setup
Yandex.Games
🗃️ Third-Party Payment Systems
1 items
Stay in Touch
Other documents of this chapter available Here. To get started, welcome to the Tutorials chapter.
GamePush Community Telegram
: @gs_community.
For your suggestions e-mail
: [email protected]
We Wish you Success!