I have a Xamarin.Forms application and I would like to continue using Xamarin.Forms for at least the next 2 years.
I understand that Xamarin.Forms has reached its end of support (official support ended on May 1, 2024), but migrating to .NET MAUI is currently not feasible for our team due to time constraints.
I’m looking for advice on the following:
Is it technically safe to continue using Xamarin.Forms on Android 14/15/16 and iOS 17/18, assuming I can handle breaking changes via renderers or custom code?
Are there any third-party vendors or community groups that still provide paid or open-source support for Xamarin.Forms?
Are there known limitations or critical issues for newer Android/iOS versions that cannot be bypassed without MAUI?
Any leads or suggestions would be greatly appreciated.
I have reviewed Microsoft’s official Xamarin.Forms lifecycle documentation and confirmed that it reached end of support on May 1, 2024.
I tested my existing Xamarin.Forms app on Android 14 and Android 15 preview devices and it still works for the most part, except for some UI inconsistencies and warnings related to deprecated APIs.
I also searched for ongoing community support options, like open GitHub forks or third-party service providers, but didn’t find any concrete leads.
I’m expecting to find out:
Whether anyone else is successfully running Xamarin.Forms on Android 15/16
If there are specific issues that would block me from continuing for the next 2 years.
Whether there are any support vendors (commercial or freelance) still helping maintain Xamarin.Forms apps.