Version: 2020.1
Unity IAP
针对 Apple App Store 和 Mac App Store 进行配置

设置 Unity IAP

Once you have set up your project for Unity Services, you can enable the Unity IAP service. To enable Unity IAP in your project:

  1. In the Unity Editor, open the Services window (Window > General > Services), and click In-App Purchasing.
    Selecting In-App Purchasing from the Services window.
  2. In the In-App Purchasing section of the Project Settings menu, click the OFF button to enable the service.
Enabling the IAP service.
Enabling the IAP service.

Note: Enabling Unity IAP also enables Unity Analytics in your project.

Unity will automatically import the latest verified In-App Purchasing package. If you’ve already imported a version of the package, you can open the Package Manager from this menu to update or modify your previous installation.

Managing the IAP package version.
Managing the IAP package version.

Click Import to import Unity’s IAP’s store package Asset to access app store functionality on the following platforms:

Importing the IAP store package Asset.
Importing the IAP store package Asset.

The Unity IAP Installer will take you through the Asset package import process. This adds a new folder Assets/Plugins to your project, containing the Unity Purchasing assets required to use Unity IAP. For more information, see documentation on store guides.

Common Unity IAP integration compiler errors

以下错误消息可能表示在 Unity Cloud Services 窗口中已禁用 Unity IAP,或者 Unity 已经与互联网断开连接:

  • CS0246
  • System.Reflection.ReflectionTypeLoadException
  • UnityPurchasing/Bin/Stores.dll
  • UnityEngine.Purchasing

To resolve these errors:

  1. Reload the Services window by closing, then reopening it. Once reloaded, ensure that the Unity IAP service is enabled.
  2. If this doesn’t work, try disconnecting and reconnecting to the Internet, then sign back into Unity Services and re-enable Unity IAP.

Note: You must have an “Owner” or “Manager” role for the project’s registered Organization to enable the Unity IAP Service.

Unity IAP
针对 Apple App Store 和 Mac App Store 进行配置