vallgrenerik
vallgrenerik
> I used this in my Maui App. Try this, I hope it help somebody. > > ``` > > true > > ``` That solved my problem in a...
Hi! I'm the one who reported this. I'm on vacation and cannot try a new MAUI project, sorry 😊 Have a nice weekend! Excited to see upcoming release of MAUI...
The iOS crash display some static resources problem (dotnet-bot.png) and I tried to remove those references but it still crashes on startup after a couple of seconds. I'm using `...
I think I'm also hitting this error, using Blazor WASM with sqlite.
> I also have this bug when using hot reload in a MAUI app with EF Core 8.0.4 (but I also tried various other EF Core version down to 5.0.17)....
Hi all! I was facing the same issue, but when I tried with Xcode 14.3 it started to work again! I guess 14.3 is not supported yet, but hey. The...
> It's worth noting that you can extend the Essentials' API for your own use for any permission as well. Take for example [ContactsRead](https://github.com/dotnet/maui/blob/main/src/Essentials/src/Permissions/Permissions.android.cs#L216-L220). > > If you follow this...
> > It's worth noting that you can extend the Essentials' API for your own use for any permission as well. Take for example [ContactsRead](https://github.com/dotnet/maui/blob/main/src/Essentials/src/Permissions/Permissions.android.cs#L216-L220). > > If you follow...
Im also facing this! Did you @owenashurst find any solution? Ping @thudugala
Thanks for the update @thudugala In the Wiki you have: ``` [assembly: UsesPermission(Manifest.Permission.WakeLock)] //Required so that the plugin can reschedule notifications upon a reboot [assembly: UsesPermission(Manifest.Permission.ReceiveBootCompleted)] [assembly: UsesPermission(Manifest.Permission.Vibrate)] [assembly: UsesPermission("android.permission.POST_NOTIFICATIONS")]...