Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
lawrence_shaun_introducing_net_maui_build_and_deploy_crosspl.pdf
Скачиваний:
46
Добавлен:
26.06.2023
Размер:
5.15 Mб
Скачать

Chapter 14 Releasing Our Application

Additional Resources

Both Microsoft and Apple provide documentation on how to distribute applications via the Apple App Store.

•\ Microsoft: How to publish an application ready for the App Store, https://learn.microsoft.com/dotnet/ maui/ios/deployment/overview

•\ Apple: How to upload your application to the App Store, https://developer.apple.com/app-store/

macOS

When distributing your .NET MAUI application for macOS, you can generate an .app or a .pkg file. An .app file is a self-contained app that can be run without installation, whereas a .pkg is an app packaged in an installer.

Additional Resources

Both Microsoft and Apple provide documentation on how to distribute applications via the Apple App Store.

•\ Microsoft: How to publish an application ready for the App Store, https://learn.microsoft.com/dotnet/ maui/macos/deployment/overview

•\ Apple: How to upload your application to the App Store, https://developer.apple.com/macos/ distribution/

415