dzduole 4be683fb33 中文和声音头像OK 1 mese fa
..
Documentation~ 4be683fb33 中文和声音头像OK 1 mese fa
Editor 4be683fb33 中文和声音头像OK 1 mese fa
Icons 4be683fb33 中文和声音头像OK 1 mese fa
Plugins 4be683fb33 中文和声音头像OK 1 mese fa
Runtime 4be683fb33 中文和声音头像OK 1 mese fa
Samples~ 4be683fb33 中文和声音头像OK 1 mese fa
.signature 4be683fb33 中文和声音头像OK 1 mese fa
CHANGELOG-ASSETSTORE.md 4be683fb33 中文和声音头像OK 1 mese fa
CHANGELOG-ASSETSTORE.md.meta 4be683fb33 中文和声音头像OK 1 mese fa
CHANGELOG.md 4be683fb33 中文和声音头像OK 1 mese fa
CHANGELOG.md.meta 4be683fb33 中文和声音头像OK 1 mese fa
Editor.meta 4be683fb33 中文和声音头像OK 1 mese fa
Icons.meta 4be683fb33 中文和声音头像OK 1 mese fa
LICENSE.md 4be683fb33 中文和声音头像OK 1 mese fa
LICENSE.md.meta 4be683fb33 中文和声音头像OK 1 mese fa
Plugins.meta 4be683fb33 中文和声音头像OK 1 mese fa
README.md 4be683fb33 中文和声音头像OK 1 mese fa
README.md.meta 4be683fb33 中文和声音头像OK 1 mese fa
Runtime.meta 4be683fb33 中文和声音头像OK 1 mese fa
Third Party Notices.md 4be683fb33 中文和声音头像OK 1 mese fa
Third Party Notices.md.meta 4be683fb33 中文和声音头像OK 1 mese fa
ValidationConfig.json 4be683fb33 中文和声音头像OK 1 mese fa
ValidationConfig.json.meta 4be683fb33 中文和声音头像OK 1 mese fa
ValidationExceptions.json 4be683fb33 中文和声音头像OK 1 mese fa
ValidationExceptions.json.meta 4be683fb33 中文和声音头像OK 1 mese fa
package.json 4be683fb33 中文和声音头像OK 1 mese fa
package.json.meta 4be683fb33 中文和声音头像OK 1 mese fa

README.md

About In App Purchasing

Unity In App Purchasing, setting up in-app purchases for your game across multiple app stores has never been easier.

This package provides:

  • One common API to access all stores for free so you can fully understand and optimize your in-game economy
  • Automatic coupling with Unity Analytics to enable monitoring and decision-making based on trends in your revenue and purchase data across multiple platforms
  • Support for iOS, Mac, tvOS, Google Play, Windows, and Amazon app stores
  • Support to work with the Unity Distribution Portal to synchronize catalogs and transactions with other app stores
  • Client-side receipt validation for Apple App Store and Google Play

IMPORTANT UPGRADE NOTES

If updating from Unity IAP (com.unity.purchasing + the Asset Store plugin) versions 2.x to version 3.x, complete the following actions in order to resolve compilation errors:

  1. Move IAPProductCatalog.json and BillingMode.json FROM: Assets/Plugins/UnityPurchasing/Resources/ TO: Assets/Resources/
  2. Move AppleTangle.cs and GooglePlayTangle.cs FROM: Assets/Plugins/UnityPurchasing/generated TO: Assets/Scripts/UnityPurchasing/generated
  3. Remove all remaining Asset Store plugin folders and files in Assets/Plugins/UnityPurchasing from your project.

Installing In App Purchasing

To install this package, follow the instructions in the Package Manager documentation.

After installing this package, open the Services Window to enable In-App Purchasing to use these features.

Using In App Purchasing

The In App Purchasing Manual can be found here

Technical details

Requirements

This version of In App Purchasing is compatible with the following versions of the Unity Editor:

  • 2019.4 and later (recommended)