12

Deploying and Publishing in App Stores

After we complete the development work, we want to publish our app in various app stores. Since .NET MAUI is a cross-platform framework, we can build the same source code for Android, iOS, macOS, and Windows. It is possible to deploy our app to a repository such as GitHub, but most users of these platforms use app stores instead. We need to know how to prepare our app for different app stores. This is the topic of this chapter. In this chapter, we will cover the preparation of 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

Technical requirements

To test and ...

Get .NET MAUI Cross-Platform Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.