Creating Your First Product on iap.dev
Let's walk through the process of creating a product for your app using the iap.dev console.
Accessing the Products Page
- Log in to the iap.dev console
- Select your project
- In the sidebar, click on "Products"
You'll now see a list of all products in your current project.
Creating a New Product
- Look for the "Create Product" button and click it
- You'll be presented with the following form:
Fill in the product details:
- Product ID (SKU):
doggie_treats
- Name:
Ten doggie treats
- Description:
Treats for your virtual pet
- Pricing:
- Click "Add Country"
- Select "US"
- Set the price to $9.99
- Product ID (SKU):
Once you've entered all the details, click "Save"
Congratulations! You've just created your first product on iap.dev. This product can now be used in your app for in-app purchases.
Next, we'll look at how to integrate this product into your Android app using the iap.dev SDK.