Publish a .NET MAUI Mac Catalyst app

Dani_S 3,786 Reputation points
2024-08-26T08:26:46.9033333+00:00

Hi,

I have mac app in net 8 ready to publish.

I see this articlehttps://learn.microsoft.com/en-us/dotnet/maui/mac-catalyst/deployment/?view=net-maui-8.0

and i don't want which option to use.

I do not want to upload it to app store.

Which one to use ?

Thanks.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,580 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 66,226 Reputation points
    2024-08-26T23:07:26.7966667+00:00

    you probably want outside the store option:

    https://learn.microsoft.com/en-us/dotnet/maui/mac-catalyst/deployment/publish-outside-app-store?view=net-maui-8.0

    you could do unsigned, but this is getting harder for users to install (even more steps in next O/S). but will work for advanced users.

    https://learn.microsoft.com/en-us/dotnet/maui/mac-catalyst/deployment/publish-unsigned?view=net-maui-8.0

    note: ad-hoc is designed for deploying to test users.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.