Reader small image

You're reading from  .NET MAUI Cross-Platform Application Development - Second Edition

Product typeBook
Published inMar 2024
Reading LevelBeginner
PublisherPackt
ISBN-139781835080597
Edition2nd Edition
Languages
Right arrow
Author (1)
Roger Ye
Roger Ye
author image
Roger Ye

Roger Ye is an embedded system programmer who has great interest in virtualization, Android, and cross-platform technologies. His professional experience includes working with major companies like Motorola, Emerson, Intel, and EPAM, where he held the position of Engineering Manager. At Motorola and Emerson, he worked on embedded system projects for mobile devices and telecommunication infrastructures. He is now an engineering manager at EPAM, working with a team to deliver digital solutions for diverse clients.
Read more about Roger Ye

Right arrow

Preparing application packages for publishing

In previous chapters, minimal platform-specific knowledge was required for .NET MAUI development. However, when preparing to publish our app to individual app stores, we cannot avoid addressing platform-specific information. In this chapter, we will discuss the necessary steps to prepare the app for publishing, and then we will show how to automate the process using GitHub Actions.

There are numerous CI/CD tools available for automating the build and deployment process. For .NET MAUI, both GitHub Actions and Azure DevOps are viable options. You can refer to the Further reading section for more details about other alternatives. However, in this chapter, our primary emphasis will be on employing GitHub Actions as a build and deployment instrument.

Preparing for publishing

To prepare for publishing, we will focus on the tasks that need to be completed before submitting the package to an app store. For information about the actual...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
.NET MAUI Cross-Platform Application Development - Second Edition
Published in: Mar 2024Publisher: PacktISBN-13: 9781835080597

Author (1)

author image
Roger Ye

Roger Ye is an embedded system programmer who has great interest in virtualization, Android, and cross-platform technologies. His professional experience includes working with major companies like Motorola, Emerson, Intel, and EPAM, where he held the position of Engineering Manager. At Motorola and Emerson, he worked on embedded system projects for mobile devices and telecommunication infrastructures. He is now an engineering manager at EPAM, working with a team to deliver digital solutions for diverse clients.
Read more about Roger Ye