Enum PurchasesFetchFailureReason
The various reasons a purchases fetch can fail.
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
public enum PurchasesFetchFailureReason
Fields
| Name | Description |
|---|---|
| PurchasingUnavailable | Purchasing may be disabled in security settings. |
| StoreNotConnected | The purchases couldn't be fetched because the store is not connected. Use IStoreService.Connect() to initialize the connection to the store. |
| Unknown | A catch all for remaining purchase problems. |