Share via

What is alternative of App center as it is going to deprecate by March 31, 2025?

Chetan A. Shingala 35 Reputation points
2024-12-24T10:35:22.9566667+00:00
  1. I am using App Center Analytics, App Center Crashlytics, and App Center Distribution for my .NET MAUI application. Are there any alternative options available for all three of these services? If so, which ones are considered good alternatives?
  2. App Center also allows exporting Analytics events to Azure Storage. We have integrated Power BI reporting based on these events generated from Analytics. Are there other solutions that provide event data export, enabling us to generate Power BI reports from that exported event data?
Developer technologies | .NET | .NET Multi-platform App UI

2 answers

Sort by: Most helpful
  1. Robbie 0 Reputation points
    2025-09-22T21:16:37.3033333+00:00

    The announcement from Microsoft shares some recommended replacements for each App Center capability: https://learn.microsoft.com/en-us/appcenter/retirement

    For building they recommend Azure Pipelines, although I'd personally recommend GitHub Actions paired with Fastlane as a good pipeline for automating signing, and deployment to App Store / TestFlight / Google Play.

    For replacing App Center's beta distribution capabilities, if you don't want to rely on platform specific options like deploying to TestFlight or Google Play Console directly, there are tools like Buildstash which integrate with Azure DevOps Pipelines or GitHub Actions for distribution.

    Was this answer helpful?

    0 comments No comments

  2. Bruce (SqlWork.com) 84,071 Reputation points
    2024-12-24T17:03:06.7466667+00:00

    see announcement:

    https://learn.microsoft.com/en-us/appcenter/retirement

    you can look at GitHub actions for deployment.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.