Enum AppUpdateAvailability
How the running build compares to what the store currently offers.
public enum AppUpdateAvailability
Fields
Unknown = 0Could not be determined — Editor, sideloaded build, malformed Remote Config value, or feature disabled.
UpToDate = 1The store has nothing newer than this build.
UpdateAvailable = 2A newer version is available on the store.