Skip to content

Commit

Permalink
vault backup: 2023-11-01 21:32:10
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Nov 2, 2023
1 parent c39d341 commit 0ef2896
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions technical/marketplace/apple-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,15 @@ Here are the official instructions for [Generating an API Key for App Store Conn
- https://help.apple.com/itc/transporteruserguide/en.lproj/static.html


# Frequent Issues:

1. ITMS-90242: The product archive is invalid - The Info.plist must contain a LSApplicationCategoryType key, whose value is the UTI for a valid category. For more details, see 'Submitting your Mac apps to the App Store'.
- https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype

1. ITMS-90869: Invalid bundle - The “fasten.app” bundle supports arm64 but not Intel-based Mac computers. Your build must include the x86_64 architecture to support Intel-based Mac computers. To support arm64 only, your macOS deployment tar
- https://dev.to/thewraven/universal-macos-binaries-with-go-1-16-3mm3

1. https://stackoverflow.com/questions/30301179/missing-required-icons-when-submitting-app-with-application-loader

# References

Expand Down

0 comments on commit 0ef2896

Please sign in to comment.