Enum InitializationFailureReason
Reasons for which purchasing initialization could fail.
Namespace: UnityEngine.Purchasing
Assembly: UnityEngine.Purchasing.dll
Syntax
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. |