Enum AppStore
The type of Native App store being used.
Namespace: UnityEngine.Purchasing
Syntax
public enum AppStore
Fields
| Name | Description | Value | 
|---|---|---|
| AmazonAppStore | Amazon App Store.  | 
|
| AppleAppStore | iOS or tvOS App Stores.  | 
|
| fake | A fake store used for testing and Play-In-Editor.  | 
|
| GooglePlay | GooglePlay Store.  | 
|
| MacAppStore | MacOS App Store.  | 
|
| NotSpecified | No store specified.  | 
|
| UDP | Unity Distribution Portal, which supports a set of stores internally.  | 
|
| WinRT | Universal Windows Platform's store.  |