Enum AppStore
The type of Native App store being used.
Namespace: UnityEngine.Purchasing
Assembly: solution.dll
Syntax
public enum AppStore
Fields
Name | Description |
---|---|
AmazonAppStore | Amazon App Store. |
AppleAppStore | iOS or tvOS App Stores. |
GooglePlay | GooglePlay Store. |
MacAppStore | MacOS App Store. |
NotSpecified | No store specified. |
UDP | |
WinRT | Universal Windows Platform's store. |
fake | A fake store used for testing and Play-In-Editor. |