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
3 items
ποΈ Import and Export Purchases
The import and export system allows you to quickly add, update, and transfer purchase data between various platforms and your control panel.
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: official@gamepush.com
We Wish you Success!