Unity In-App Purchasing

Unity In-App Purchasing (IAP) provides a unified system for implementing and managing in-app purchases across multiple stores.

Use the Unity IAP service to sell a variety of digital content from within your application. It provides a unified API to manage transactions across multiple digital distribution platforms, including the Apple App Store and Google Play Store. Unity IAP makes it easier to implement and manage purchases for different stores.

With Unity IAP, you can sell different types of content, such as consumable items that can be purchased multiple times, non-consumable entitlements that are purchased once, and recurring subscriptions. This documentation explains how to configure Unity IAP, define your products, and implement a secure purchasing workflow in your project.

TopicDescription
Get started with IAPSet up and integrate the Unity IAP package in your project.
ConceptsLearn about the fundamental concepts and core architecture of the Unity IAP system.
TutorialsLearn how to implement common IAP features and workflows.
ReferenceFind detailed technical information about IAP systems and APIs.
Privacy and consentRefer to the data privacy guidelines for using Unity IAP.

Additional resources