Select your preferred scripting language. All code snippets will be displayed in this language.
class in UnityEngine.Purchasing
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseBuilds configurations for Unity IAP.
Collects products and store-specific configuration details.
See Also: UnityPurchasing.Initialize.
products | The products built so far. |
useCloudCatalog | If set Unity IAP will retrieve your product catalog from Unity cloud services, allowing you to change your catalog dynamically without updating your App. |
AddProduct | Add a product with a Unity IAP ID, type and optional set of store-specific IDs. |
AddProducts | Add a collection of ProductDefinitions. |
Configure | Access store-specific Configuration settings. |
Instance | Get an instance of ConfigurationBuilder. |