Enum InitializationFailureReason
Reasons for which purchasing initialization could fail.
Namespace: UnityEngine.Purchasing
Syntax
public enum InitializationFailureReason
Fields
Name | Description | Value |
---|---|---|
PurchasingUnavailable | In App Purchases disabled in device settings. |
0 |
NoProductsAvailable | No products available for purchase, typically indicating a configuration error or a connection issue. |
1 |
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. |
2 |