Prompt Update (Manual Trigger)
Last updated
Prompt the user to update from a settings/help screen.
AppUpdaterPromptUpdate
Show native update prompt/flow
AppUpdaterGetPromptUpdateError
Read cached error after failure (optional)
AppUpdaterGetPromptUpdateProgress
Read cached progress (Android only, optional)
progress (Float) (Android only, optional)
From your Settings screen, when user presses “Check for Updates” / “Update App”:
Go to PromptUpdate
Action: AppUpdaterPromptUpdate
Inputs:
isForceUpdate: false
promptTitle / promptMessage: optional
Events:
successEvent → Done
failureEvent → (Optional) ReadPromptError
progressUpdateEvent → (Optional) UpdateProgressUI (Android only)
Action: AppUpdaterGetPromptUpdateProgress
Outputs:
progress → progress
Action: AppUpdaterGetPromptUpdateError
Outputs: errorCode, errorDescription
App backgrounding: App may go to background during the update flow
Platform support: PromptUpdate behavior differs between iOS/Android
iOS: Typically opens App Store / update prompt UI
Android: Uses Play Core update flow (progressUpdateEvent supported)
User-initiated “Update App” action
Support/help flows directing users to update
Last updated