-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppCenter Retirement: How to handle .NET MAUI Apps? #2625
Comments
Please open source self-hosting appcenter. |
We integrated the Builds completly in our Azure Devops Pipelines. Application Insights seems not to be a good replacement for Analytics / Crashes - any other Ideas? The Distribution is the biggest Problem, because Microsoft Partner Center Apps & Games is a mess and not updated in years (as far as I can see). After anouncing the retirement for Microsoft AppStore for Business, what ist the roadmap for distributing Windows Applications? |
Does anyone have experience with aptabase? It seems to have tracking features. Not sure about diagnostics/crash analysis. It's open-source and free for self-hosting instances. |
It's the diagnostic logs I will miss the most! |
for Enterprise distribution the InTune product is actually really awesome at that. When a device (or PC) is enrolled you get your |
Does anyone use Sentry for .NET MAUI analytics and/or crash reporting? |
Yes me. Work perfectly with Apple App Store apps. Better than appcenter crash. Full C# stack trace. Also, for building I tried Azure Pipeline, but in the end switched to codemagic.io |
Good news. I migrated my MAUI app from AppCenter to Sentry. It‘s pretty cool! We mainly use the crash reporting and user tracking part. Here you have a small MAUI demo app with Sentry integration: https://github.com/hsrcasnet/MauiSamples/tree/main/MonitoringDemo/MonitoringDemo |
Hi,
Thank you. |
Visual Studio App Center is scheduled for retirement on March 31, 2025. Learn more about support timelines and recommended alternatives.
What is your proposed migration path for Xamarin Forms and .NET MAUI apps that use the AppCenter features Build, Analytics, Crashes, Distribution? Please post your ideas below.
The text was updated successfully, but these errors were encountered: