Stay organized with collections
Save and categorize content based on your preferences.
In-App Updates
Summary
Enumerations
EAppUpdateAvailability
EAppUpdateAvailability
EAppUpdateErrorCode
EAppUpdateErrorCode
EAppUpdateStatus
EAppUpdateStatus
EAppUpdateType
EAppUpdateType
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-01-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-14 UTC."],[],[],null,["# In-App Updates\n==============\n\nSummary\n-------\n\n| ### Enumerations ||\n|--------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [EAppUpdateAvailability](#group___play_in_app_updates_1ga3b474c632ea8ed9f0b94b7970a3e088b) | enum Availability info for an in-app update. |\n| [EAppUpdateErrorCode](#group___play_in_app_updates_1ga55d0c575f82f8fab56d7129e5c8399e5) | enum Errors that can be encountered while using the Play In-App Updates API This enum maps to the error codes defined in the Play In-App Updates API in \u003chttps://developer.android.com/reference/native/play/core/group/appupdate#appupdateerrorcode\u003e. |\n| [EAppUpdateStatus](#group___play_in_app_updates_1gac7a80bab2855a9da66be9657e94c5ba0) | enum Status returned when requesting an update. |\n| [EAppUpdateType](#group___play_in_app_updates_1ga5d9c61ac39de4c62f8f7606d2956e5a0) | enum Methods for performing the in-app update flow. |\n\n| ### Classes ||\n|-------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [UAppUpdateInfo](/reference/unreal-engine/play/core/class/u-app-update-info) | This class represents the information about the app update. |\n| [UAppUpdateOptions](/reference/unreal-engine/play/core/class/u-app-update-options) | This class represents the options for the app update. |\n| [UInAppUpdatesManager](/reference/unreal-engine/play/core/class/u-in-app-updates-manager) | The [UInAppUpdatesManager](/reference/unreal-engine/play/core/class/u-in-app-updates-manager#class_u_in_app_updates_manager) class is used to request app update information, start an update or complete a flexible update. |\n\nEnumerations\n------------\n\n### EAppUpdateAvailability\n\n```text\n EAppUpdateAvailability\n``` \nAvailability info for an in-app update.\n\nThis enum maps to the error codes defined in the Play In-App Updates API in \u003chttps://developer.android.com/reference/native/play/core/group/appupdate#appupdateavailability\u003e \n\n### EAppUpdateErrorCode\n\n```text\n EAppUpdateErrorCode\n``` \nErrors that can be encountered while using the Play In-App Updates API This enum maps to the error codes defined in the Play In-App Updates API in \u003chttps://developer.android.com/reference/native/play/core/group/appupdate#appupdateerrorcode\u003e. \n\n### EAppUpdateStatus\n\n```text\n EAppUpdateStatus\n``` \nStatus returned when requesting an update.\n\nThis enum maps to the error codes defined in the Play In-App Updates API in \u003chttps://developer.android.com/reference/native/play/core/group/appupdate#appupdatestatus\u003e \n\n### EAppUpdateType\n\n```text\n EAppUpdateType\n``` \nMethods for performing the in-app update flow.\n\nNote: regardless of the method selected, the app needs to be restarted to install an update. This enum maps to the error codes defined in the Play In-App Updates API in \u003chttps://developer.android.com/reference/native/play/core/group/appupdate#appupdatetype\u003e"]]