Category: android, ios, automation

I was looking for a proper deployment automation process for Android/iOS. Then, I realized we can use the App Center for continuous integration and deployment process and can manage our app really well from there.

When you run the build pipeline and it is successful, your app will automatically be available in the distribution area of the App Center.

App Center allows you to connect to the Play Store or the App Store for app submission. Alternative of App Center can be Google Play Azure DevOps extension but here you will have to figure out the configuration manually for everything and you may need to integrate it with other extensions to achieve the desired result.

Related Articles