Unity
Download Update
To download the latest version of your app, call the following function:
The SDK will attempt to download the latest available version, triggering the following callbacks in sequence:
onDownloadStarted
: Triggered once when the SDK begins downloading the update.onProgress
: Triggered multiple times during the download process to report the current progress.onDownloadEnded
: Triggered once when the download is complete.onInstallationReady
: Triggered when the update is ready to be installed.