-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi there
I tried to install the this package in my maui app and if I reduce the app version in debugger to 12 and start the app, no information is shown, that there is an update (13) available.
Strange is, that i do not get any debug outputs in the console!
builder.UseMauiApp<App>() .UseAndroidInAppUpdates(ops => { ops.DebugAction = (applog) => { Console.WriteLine("Debug InAppUpdate: " + applog); }; })
Is there something wrong in your lib or is it my fault?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels