Skip to content

Force update (immediate?) #9

@jonteohr

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?

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