Ghevi
Ghevi
I managed to make it work in Android following this [tutorial](https://www.youtube.com/watch?v=7w2q2D6mR7g), but in iOS for me `FirebasePushNotificationManager` is missing.
I have the same kind of error with libman, i think it happens with any `.json` file (in my case at least) in the root of the project. It has...
Try delete bin and obj before publishing,I needed to use the interpreter because I have EF core in my project and the app crashed at start.
Hi, excuse me if this is not the right place to ask. Since deep linking is not yet supported out of the box in Maui, I tried implementing it in...
@Eilon I managed to do part (1), it was nice to learn how to make it work btw. Unfortunately I'm a bit lost on part (2). In Xamarin I found...
@Eilon I've read about the Shell and how to use it. But in working on a MAUI Blazor project, so there is no Shell unless I'm not aware of a...
@Eilon yes, thanks i've understood what you ment. I improved my solution by using a service instead of the `Preferences` api, so i have more control over it. Before navigating...
@AlleSchonWeg sorry to bother you, if i set the target framework to Android 33 the namespace `Plugin.FirebasePushNotification` is not available anymore. Is there a way to make it work? Edit:...
This happens in Maui Blazor too in iOS devices like IPhone 14 pro Max, doesn't happen in an phisical IPhone SE which has a smaller screen. I tried inspecting the...
@noque-lind @symbiogenesis Can't provide a list but i know that Entity Framework Core requires the interpreter on iOS [9176](https://github.com/dotnet/maui/issues/9176), [12537](https://github.com/dotnet/maui/issues/12537)