Skip to content

Force update (immediate?) #9

Description

@jonteohr

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions