Deploying and Publishing in App Stores
After completing the development work, our aim is to publish our app on various app stores. Since .NET MAUI is a cross-platform framework, we can build the same source code for Android, iOS, macOS, and Windows. While it’s possible to deploy our app to a repository such as GitHub, most users on these platforms rely on app stores. As a result, we need to understand how to prepare our app for different app stores. That is the focus of this chapter. In this chapter, we will discuss the steps required to prepare the application packages before publishing.
We will cover the following topics in this chapter:
- Preparing application packages for publishing
- Automating the build process using GitHub Actions