Summary
In this chapter, we have learned step-by-step how to publish a new app in the Google Play Store. We walked through how to create a signed app bundle and the things required for us to publish our first app to the Google Play Store. Additionally, we learned about some of the Google Play Store policies and how to always stay compliant to avoid our apps being removed or accounts being banned.
In the next chapter, we will learn how to use GitHub Actions to automate some manual tasks such as deploying new builds to the Play Store. We will learn how to run tests on Continous Integration and Continous Delivery (CI/CD) pipelines and push builds to the Google Play Store using GitHub Actions.