Skip to main content

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

  1. Log in to the iap.dev console
  2. Select your project
  3. In the sidebar, click on "Products"

Project Products

You'll now see a list of all products in your current project.

Creating a New Product

  1. Look for the "Create Product" button and click it

Create Product Button

  1. You'll be presented with the following form:

Create Product Form

  1. 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
  2. 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.