-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I can't seem to understand how I force the user to update if they want to continue using the app?
In my MauiProgram.cs this is what I use:
.UseAndroidInAppUpdates(static options =>
{
#if DEBUG
options.UseFakeAppUpdateManager = true;
#endif
options.ImmediateUpdatePriority = 5;
})However when an update is available, its optional for the user to update, which for me seems like the flexible option.
Can someone assist me?
Metadata
Metadata
Assignees
Labels
No labels