Enum StoreTestMode
Currently unused. An enum of different store test
Namespace: UnityEngine.Purchasing
Syntax
public enum StoreTestMode
Fields
Name | Description | Value |
---|---|---|
Normal | Normal store operation using real transactions |
0 |
Sandbox | Sandbox store operation, using simulated transactions on the native platform. |
1 |
TestMode | Test mode, using local test responses at the level of Unity IAP. |
2 |
ServerTest | Test mode, using server-side test responses at the level of Unity IAP. |
3 |
Unknown | Unknown purchasing mode. |
4 |