Creating subscriptions in Google Play Console
Create the products users will purchase. PurchaseKit uses these product IDs to match purchases to your app.
Create a subscription
- In Google Play Console, select your app
- Go to Monetize → Subscriptions
- Click Create subscription
- Enter a Product ID - this is what you'll use in PurchaseKit:
- Use reverse domain notation:
com.yourapp.pro.annual
- Be consistent:
com.yourapp.pro.monthly, com.yourapp.pro.annual
- Enter a name and description
- Click Create
Add a base plan
Each subscription needs at least one base plan:
- Within your subscription, click Add base plan
- Enter a Base plan ID (e.g.,
annual)
- Set the Billing period (weekly, monthly, yearly, etc.)
- Click Set price and configure pricing for each country
- Click Activate
Add the product to PurchaseKit
- In the PurchaseKit dashboard, go to your app
- Click Add a product
- Enter the Google Product ID (e.g.,
com.yourapp.pro.annual)
- Save the product
The product ID in PurchaseKit must exactly match the Product ID in Google Play Console.
Next step
Configure Google Play Console to send webhooks to PurchaseKit.