Hi All,
We have developed Xamarin.iOS and Xamarin.Android app using Visual studio.
and we want a way to automate deployment as we have repository on bitbucket
On search we found there are Jenkins, and MacinCloud, Bitrise.
What will be best option to execute following process.
1. Get code from repository .
2. Build ipa,apk for both android and iOS platform.
3. Deploy to Appstore/Testflight.
Do any of above provide facility to configure and deploy app for multiple environment(DEV/ST/PROD).
Thanks,
Avinash
Answers
You can learn something about the AppCenter like following link.
https://docs.microsoft.com/en-us/appcenter/
Azure DevOps does all of the above https://azure.microsoft.com/en-gb/services/devops/
is there any good documentation how to create apk and ipa using azure devops?