Xamarin Forms builds

Chinmay Dole 100 Reputation points
2024-06-19T10:47:59.4666667+00:00

Hello,
I wanted to know if I can release the Xamarin Forms App for iOS till April 2025 as the Visual Studio Mac support ends in September 2024.

Can I publish Xamarin Forms Android APK and IPA till April 2025?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,319 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 38,141 Reputation points Microsoft Vendor
    2024-06-20T02:26:06.4533333+00:00

    Hello,

    Can I publish Xamarin Forms Android APK and IPA till April 2025?

    It depends on the version you want to publish. Xamarin has stopped updating, so for new versions it will not be possible to publish. For already compatible versions you can continue to publish.

    Please refer to Xamarin Releases for more detailed information.

    Xamarin support ended on May 1, 2024 for all Xamarin SDKs including Xamarin.Forms. For more information, please check: Xamarin official support policy | .NET (microsoft.com). We will recommend you upgrade Xamarin projects to . NET MAUI, please see the Upgrade from Xamarin to .NET & .NET MAUI documentation.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 59,966 Reputation points
    2024-06-24T17:42:52.2666667+00:00

    Your main limitation is Xarmain is using Xcode 15 and O/S 17 for code signing. If Apple requires a later version of either you will not longer be able to deploy.

    note: 4/29/2024 is when apple made Xcode 15 & os 17 the requirement.

    0 comments No comments