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?
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?