Handling platform exceptions in MAUI
The question is whether platform exceptions (Android and iOS) are automatically converted to c# exceptions. In particular, for iOS I have a method doSomething(some params, NSError** error)
. Does MAUI automatically checks that the error when calling doSomething
and throws exception? For Android my method doSomething
throws java.lang.RuntimeException, can I catch it as a c# exception?
how to use the OnPlatform structure in MAUI?
we are migrating an app from XAMARIN to MAUI.
We have this XAML here:
How i can resolve this error in AppDynamics.Agent the error is the pat is too loong
In my projet in Maui i try intall appdynamincs.agent im my project migration for Maui Medis but the path inform to install is too long, how to resolve this situatiom?? Someone can help me please.
The path:
local folder image not loading issue in MAUI
I have a MAUI app. I am creating folder call Theme inside the device. and my images are there. When I tried to get the image my path FileSystem.AppDataDirectory shows following file path. So I tried to remove this files part manually and tried but i am getting null value. This theme folder is inside the App folder like files folder.
how to TextChangedEventArgs in Maui MVVM
I want to get TextChangedEventArgs in MVVM and I don’t know how. Thanks for your help
Binding context in ContentPresenter in .NET MAUI
I’m still new in .NET MAUI so I still have some problems with basic concepts and best practices. Currently I’m struggling a bit with ContentPresenter
.
.Net MAUI – Create iOS-distribution certificate not possible
I would like to publish my first iOS app in the AppStore.
MAUI Bind android aar bug?
Severity code description: Project file line suppression status
Screen loader service migrate from Xamarin to MAUI
Try to migrate from Xamarin to MAUI