Vin Shen

Results 13 comments of Vin Shen

@ahwm Using 11.1.1 Nuget Version on Android OS 14 tried for Release version with AOT and Enable Trimming and The App does build and run but Local Notification events are...

Hi, Xamarin Forms App. The Local Notification works properly on Android OS 10 to 14 with both USE_EXACT_ALARM and SCHEDULE_EXACT_ALARM. Without these permission Local Notification works for OS = 13...

Thanks @cagriy, I am using Latest Nuget v10.1.8 with Xamarin Forms. Using only SCHEDULE_EXACT_ALARM permission in Manifest. I confirmed that LocalNotificationCenter.Current.Show(request) fails without USE_EXACT_ALARM permission for OS = 14 StackTrace...

My Observation on above For OS = 14, When I set SCHEDULE_EXACT_ALARM in Manifest. The permission is not granted to App. Even when I try in MainActivity.cs { int REQUEST_SCHEDULE_EXACT_ALARM...

@cagriy, The current master code is for .Net 8. My App is in Xamarin Forms. I did build and try https://github.com/thudugala/Plugin.LocalNotification/tree/v10.1.8/Source But the same thing observed for OS >=13. OS...

@thudugala My Observation with Nuget 11.1.1, latest Maui - Android Version 14. With RepeatType = NotificationRepeat.No, NotifyTime = DateTime.Now.AddSeconds(10), If App is in front, the Local Notification properly shown after...

Thanks @roubachof I am testing Log on Android 14 with Maui App with MetroLog.Maui nuget 2.1.0 I did all the things mentioned in ReadMe for Maui configuration public static class...

OK. I got it. Though it is not displayed on screen, it is appended in file and I can see it when I download it. Thanks @roubachof One small question....

@roubachof If I am using .AddStreamingFileLogger( options => { options.RetainDays = 2; options.FolderPath = Path.Combine(FileSystem.CacheDirectory, "MetroLogs"); }); Which folder I have to delete from Android Device? Thanks

@igotinfected @ScarletKuro Thanks for you reply. I am developing a advanced Web File Manager with MudBlazor using MudTreeView, MudTable, MudFileUpload etc. **In MudBlazor 6.x.x using** MudTable as File Explorer to...