microsoft / appcenter

Central repository for App Center open source resources and planning.
https://appcenter.ms
Creative Commons Attribution 4.0 International
1.01k stars 223 forks source link

Keep App Center alive #2622

Open pravinmadhavan87 opened 7 months ago

pravinmadhavan87 commented 7 months ago

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

I am lost for words over the news that App Center is being retired. Many users rely heavily on App Center for the building, testing and distribution of their apps.

This is a feature request to reconsider a decision that will affect thousands of end users, testers and developers who use App Center every day.

EatonZ commented 7 months ago

It is sad, but it seems MS' heart is elsewhere now. There haven't been many meaningful updates in a long time. Big thanks to the AppCenter team for all the work they put in! Analytics & Diagnostics have been very helpful to me and it is a shame to see it go.

pravinmadhavan87 commented 7 months ago

I am very appreciative of all the hard work the App Center team has put in, but decisions like these make it hard for developers to ever trust and invest in any new solutions Microsoft put out.

Xynratron commented 7 months ago

That is very unfortunate. Had someone at Microsoft Xamarin/MAUI in mind? They only mention iOS & Android in the retiremant information. The Microsoft Partner Center seems not to be updated in years and looks very abandoned.

Is .net MAUI dead already?

cjrvdev commented 7 months ago

I guess since the Xamarin rebranding chaos to .net and the many shutdowns in microsoft solutions there are many reasons for my clients to disbelieve microsoft. Its a constant snowball of shutting down services and platforms issues. EDIT: To me MAUI is DOA, there is no way it can be better than KMP or Flutter anymore

thomasgalliker commented 7 months ago

Guys, I‘m sharing your toughts 100%. AppCenter is/was a very valuable tool and our team was also very surprised to hear the news of its retirement. Does anyone know the reason behind this decision?

No matter what happens, .NET has a huge and very capable developer community. I‘m pretty sure soon we will see new solutions to replace AppCenter in the near future, trust me.

cjrvdev commented 7 months ago

Doubt it. They have been shutting down services for a few years now. The migration from xamarin to .net is rather disruptive and so on. Our project has been affected by these for over 5 years now and its hard to sell microsoft to my clients anymore.

Appcenter has been completely stale for over 2 years now. Even the build versions have had serious delays to keep up. It honestly feels like there is literally 1-2 guys doing all the job

El vie, 15 mar 2024, 19:06, Thomas Galliker @.***> escribió:

Guys, I‘m sharing your toughts 100%. AppCenter is/was a very valuable tool and our team was also very surprised to hear the news of its retirement. Does anyone know the reason behind this decision?

No matter what happens, .NET has a huge and very capable developer community. I‘m pretty sure soon we will see new solutions to replace AppCenter in the near future, trust me.

— Reply to this email directly, view it on GitHub https://github.com/microsoft/appcenter/issues/2622#issuecomment-2000284850, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZXKR6RPTBX7ZMZDWF6KXLYYNBEPAVCNFSM6AAAAABEXA3M4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBQGI4DIOBVGA . You are receiving this because you commented.Message ID: @.***>

brzezinol commented 7 months ago

@jfversluis Gerald, could you help us in understanding Microsoft decisions all around Xamarin and Maui? Our clients starting to avoid Ms technologies because of uncertainity of supporting services. Many people here have many questions today aboud App Center.

AntonPetrov83 commented 5 months ago

Hi!

Can anyone share his thoughts on how to use Google Play or App Store Connect for testing internal dev-builds without occasionally promotiing it to the production?

We do mobile games and our dev-builds contain code not intended for production like cheats, developer UIs etc. Usually we used App Center for distributing these "dangerous" builds to internal testers.

How are we assumed to do that then?

brzezinol commented 5 months ago

I implemented own server for apk distribution. It is not complicated thing. Also implementes ABIs selection for apk, so files are smaller. In app you must implement requesting package installer thats all.

RahulSDeshpande commented 4 months ago

@brzezinol

I implemented own server for apk distribution.

That is cool!! Can you share more details?? Is it some open source tool??

brzezinol commented 4 months ago

@RahulSDeshpande there is no opensource solution, I wrote simple mvc app for distributing files for customers, apps, and releases. In this case there are apk files. In Android app you need to implement process of:

I could help you in some details if you have problems.