Enum InitializationFailureReason
Reasons for which purchasing initialization could fail.
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
[Obsolete("This API is deprecated. Please upgrade to the new APIs introduced in IAP v5. For more information, visit the IAP manual: https://docs.unity.com/ugs/en-us/manual/iap/manual/upgrade-to-iap-v5", false)]
public enum InitializationFailureReason
Fields
Name | Description |
---|---|
AppNotKnown | The store reported the app as unknown. Typically indicates the app has not been created on the relevant developer portal, or the wrong identifier has been configured. |
NoProductsAvailable | No products available for purchase, Typically indicates a configuration error. |
PurchasingUnavailable | In-App Purchases disabled in device settings. |