Reputation: 21
I'm testing an app that has been migrated from Xamarin to Maui. Maui app is currently in beta test on play store.
I'm facing a crash on app startup after installing the updated maui app. At this step, the installed app is the former Xamarin forms.
The logs are :
This crash only occurs if the old app is installed. If the user uninstall the app and reinstall it, the app starts correctly without any crash or error.
This is very difficult to test with a real device because the app is being automaticaly replaced when we try to launch it from Visual Studio.
I suspect that the Xamarin Forms files previously installed are causing a conflict but I don't know how to avoid it.
Thanks for your help
Upvotes: 0
Views: 36