monetization-iap

Set up Unity Purchasing IAP with product catalog and receipt validation.

71|11|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/nlelouche/Unity-SkillForge --skill monetization-iap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monetization-iap
Source: https://github.com/nlelouche/Unity-SkillForge/tree/main/.agent/skills/08-backend-monetization/monetization-iap
Command: npx skills add https://github.com/nlelouche/Unity-SkillForge --skill monetization-iap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the integration of In-App Purchases (IAP) into your Unity project, enabling you to monetize your game or application effectively.

Core Features & Use Cases

  • Unity Purchasing Setup: Provides a robust framework for integrating Unity's IAP system.
  • Product Management: Supports Consumable, Non-Consumable, and Subscription product types.
  • Receipt Validation: Includes placeholders and best practices for validating purchase receipts.
  • Use Case: Easily add options to buy virtual currency, remove ads, or unlock premium features within your game.

Quick Start

Use the monetization-iap skill to initialize the IAP system and add a consumable product with the ID 'com.game.coins_100'.

Frequently Asked Questions about monetization-iap

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

FAQPage Schema
How do I integrate In-App Purchases in Unity 6?

To integrate In-App Purchases in Unity 6, use this Skill to set up the Unity Purchasing package, initialize the store, and generate an IAP manager script. It handles product catalog setup and receipt validation for consumable and non-consumable products.

How do I set up consumable and subscription products with Unity Purchasing?

Setting up consumable and subscription products with Unity Purchasing involves configuring the product catalog within the generated IAP manager. This Skill automates product management for consumables, non-consumables, and subscriptions to enable monetization.

Does this Unity IAP integration support receipt validation?

Yes, this Unity IAP integration supports receipt validation. It includes placeholders and best practices for validating purchase receipts to ensure secure transactions when users buy virtual currency or unlock premium features.

Can I use this to generate test contracts for Unity IAP implementation?

Yes, you can use this to generate test contracts for Unity IAP implementation. The Skill provides TDD contracts to ensure a robust implementation of your store initialization and product purchasing logic.

What is the best way to handle store initialization for Unity In-App Purchases?

The best way to handle store initialization for Unity In-App Purchases is by utilizing the automated IAP manager scripts provided. This framework manages initialization alongside catalog setup for a seamless monetization integration.