Enum AppStore
The type of Native App store being used.
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
public enum AppStore
Fields
| Name | Description |
|---|---|
| AppleAppStore | iOS, tvOS or visionOS App Stores. |
| GooglePlay | GooglePlay Store. |
| MacAppStore | MacOS App Store. |
| NotSpecified | No store specified. |
| fake | A fake store used for testing and Play-In-Editor. |