Skip to content

Commit

Permalink
Merge pull request #19426 from unoplatform/dev/spouliot/apple-dev-acc…
Browse files Browse the repository at this point in the history
…ount-troubleshooting

doc: Add some troubleshooting for Apple Developer Accounts
  • Loading branch information
jeromelaban authored Feb 18, 2025
2 parents e0d4ae8 + 1221268 commit 47e6d08
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/articles/uno-publishing-desktop-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,18 @@ An app bundle (.app) can be submitted to Apple's [App Store](https://www.apple.c

> [!NOTE]
> Notarization of the app bundle is **not** required as the Apple App Store will be taking care of your app binary distribution.
## Troubleshooting

### Apple Developer Account

An active Apple Developer Account is **required** for code signing and notarization.

An error, such as the one below, means that the Apple Developer Account is not active or the necessary agreements have not been signed.

```text
Uno.Sdk.Extras.Publish.MacOS.targets(75,3): error : Failed to submit tmpcZQgA4.zip to Apple's notarization service. Exit code: 1: Error: HTTP status code: 403. A required agreement is missing or has expired. This request requires an in-effect agreement that has not been signed or has expired. Ensure your team has signed the necessary legal agreements and that they are not expired.
```

Try logging into your [Apple Developer Account](https://developer.apple.com/account) to see if any action is required to activate your account.
Once re-enabled, it might take a few minutes (for the update to propagate) before you can sign or notarize your app bundle.

0 comments on commit 47e6d08

Please sign in to comment.