What are steps for Publishing the Xamarin Android build on Google Play store
Steps for Publishing the Xamarin.Android build on Google Play store
- Visual studio Solution > Xamarin.Android Project > set required value in AndroidManifest.xml (inside the Properties folder).
- Visual studio Solution > Xamarin.Android Project > Set Build is Release and Xamarin.Android must be set as Startup project.
- Run Archive for Publishing
- Sign using Key file
- Manually upload signed .apk file on Google Play console
- Update the Release Notes
- Submit for review.
Comments
Post a Comment