gplay-iap-setup

Automate Google Play IAP and subscription setup for Android apps.

127|8|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/hanamizuki/solopreneur --skill gplay-iap-setup-hanamizuki
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gplay-iap-setup
Source: https://github.com/hanamizuki/solopreneur/tree/main/plugins/android-dev/skills/gplay-iap-setup
Command: npx skills add https://github.com/hanamizuki/solopreneur --skill gplay-iap-setup-hanamizuki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Android apps require robust monetization configuration; this Skill provides a guided, standards-driven workflow to set up Google Play in-app purchases, subscriptions, base plans, and offers.

Core Features & Use Cases

  • Supports two APIs: legacy gplay iap and the newer monetization onetimeproducts, with guidance for migrating and managing regional pricing.
  • Defines lifecycle actions: create, activate, patch, get, and delete products; configure base plans and purchase-options offers for subscriptions.
  • Use cases include launching new paid features, migrating existing products, and implementing regional pricing and promotions across markets.

Quick Start

Use this skill to configure a new premium product for an Android app.

Frequently Asked Questions about gplay-iap-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Google Play in-app purchases and subscriptions for an Android app?▼

Google Play in-app purchases and subscriptions are configured by defining lifecycle actions like create, activate, and patch for products, base plans, and offers. This workflow automates that setup for Android apps.

How do I migrate legacy Google Play IAP products to the new monetization API?▼

Migrating legacy Google Play IAP products to the newer monetization onetimeproducts API is guided step-by-step. The workflow ensures no mixing of APIs occurs for a single product during the migration process.

Can I configure regional pricing and promotions for Android app subscriptions?▼

Regional pricing and promotions for Android app subscriptions are fully supported. The workflow documents regional pricing flows and configures purchase-options offers across different markets.

What is the difference between legacy Google Play IAP and the newer monetization onetimeproducts API?▼

The legacy Google Play IAP and the newer monetization onetimeproducts API are two distinct approaches for managing purchases. The workflow supports both, offering guidance on managing products and migrating between them without mixing APIs.

What lifecycle actions are supported for managing Google Play IAP products?▼

Supported lifecycle actions for managing Google Play IAP products include create, activate, patch, get, and delete. The workflow also handles configuring base plans and purchase-options offers for ongoing product maintenance.

Does this workflow prevent mixing APIs when managing a single Google Play IAP product?▼

Yes, the workflow ensures no mixing of APIs occurs for a single product. It strictly separates legacy IAP and newer monetization onetimeproducts configurations to maintain product integrity during creation and patching.