Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation how to release macOS catalyst apps on App Store #12455

Closed
rstolpe opened this issue Jan 5, 2023 · 9 comments
Closed

Documentation how to release macOS catalyst apps on App Store #12455

rstolpe opened this issue Jan 5, 2023 · 9 comments
Labels
area-docs Conceptual docs, API docs, Samples area-publishing Issues with the app packaging/publishing process (ipk/apk/msix/trimming) platform/macOS 🍏 macOS / Mac Catalyst proposal/open
Milestone

Comments

@rstolpe
Copy link

rstolpe commented Jan 5, 2023

Description

The iOS documentation are great and I got it working right away, but the documentation for mac catalyst applications release as signed on Apple Store are non existing and I don't get it to work.
please provide proper documentation

Public API Changes

none

Intended Use-Case

All users

@mattleibow mattleibow added platform/macOS 🍏 macOS / Mac Catalyst area-publishing Issues with the app packaging/publishing process (ipk/apk/msix/trimming) labels Jan 6, 2023
@mattleibow
Copy link
Member

@davidbritch are we missing mac catalyst docs?

@mattleibow mattleibow added the area-docs Conceptual docs, API docs, Samples label Jan 6, 2023
@davidbritch
Copy link
Contributor

@mattleibow Yes.

@mattleibow
Copy link
Member

Should we move this to the docs repo or do we have an issue already?

@rstolpe
Copy link
Author

rstolpe commented Jan 6, 2023

@mattleibow @davidbritch I got some things figured out that was missing in the info.plits and Entitlements.
I have not successed to publish it as I get the following error now:

Asset validation failed (90259)
Bad Bundle Executable. You must include a valid CFBundleExecutable key in your bundle's information property list file. (ID: a630ade7-1660-45f4-b69b-xxxx)

I have added it in the info.plits but no success with that either.
Same code works to publish to iOS.

Also when you compile it as arm-64 it won't start or it do start but it closes / crashes.

You can't even create arm-x64 when you debug it only works with x64.

Same with new project.

@rstolpe
Copy link
Author

rstolpe commented Jan 8, 2023

@mattleibow @davidbritch where is the doc repo located?
I got this figured out now after working around a bunch of bugs etc.

Have everything written in a guide ready to be uploaded tomorrow.

@rstolpe
Copy link
Author

rstolpe commented Jan 9, 2023

Uploaded the guide in a Feature request.
dotnet/docs-maui#1187

If you have any Q just ask in that issue and I'll answer it.

@jsuarezruiz jsuarezruiz added this to the Backlog milestone Jan 11, 2023
@ghost
Copy link

ghost commented Jan 11, 2023

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@cdavidyoung
Copy link

cdavidyoung commented Mar 2, 2023

So I have worked through dotnet/docs-maui#1187 but have yet to get it to work. Even if I get it to work my question is, why is this so much harder and convoluted than iOS deployment to the App Store? With the latest VS2022 it seems to have gotten even easier because I was able to upload my iOS app to the App Store within VS. However, the same app for Maccatalyst is stuck in this provisioning purgatory. From the App Store Connect perspective is there really much difference between submitting Maccatalyst and iOS?

@jfversluis
Copy link
Member

This is currently being worked on and being tracked in multiple issues that can be found here: https://github.com/dotnet/docs-maui/issues?q=is%3Aissue+is%3Aopen+mac+catalyst

@jfversluis jfversluis closed this as not planned Won't fix, can't repro, duplicate, stale Mar 14, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-docs Conceptual docs, API docs, Samples area-publishing Issues with the app packaging/publishing process (ipk/apk/msix/trimming) platform/macOS 🍏 macOS / Mac Catalyst proposal/open
Projects
None yet
Development

No branches or pull requests

6 participants