Questions tagged [notarization]
9 questions
7
votes
0 answers
Privileged helper doesn't get notarized in Xcode
so after struggling with privileged helpers for over three weeks I finally got my app working. I needed a helper to send some root shell commands and everything works just as expected. However, whenever I try to notarize the app, the helper tool…

Mansidak
- 136
- 6
3
votes
2 answers
MacOS app notarization failed - The signature of the binary is invalid
The app is developed by using Avalonia and .net core. I notarized the app and not get any errors. But I got the following error when check the result of the app notarization:
"issues": [
{
"severity": "error",
"code": null,
…

Aaron Wang
- 31
- 4
2
votes
3 answers
install4j: Automating Windows Extended Validation Code Signing and Apple Notarization on the same machine?
We are considering to switch to an extended validation (EV) code signing certificate.
In order to fully automate the notarization with Apple, we had to switch our build machine to a Mac mini.
Reading up on the EV code signing process, and how to…

Reto Höhener
- 5,419
- 4
- 39
- 79
1
vote
1 answer
Is it possible to use notarytool in macOS 10.15 Catalina?
I have to use XCode 12.4 with macOS 10.15 Catalina for a while still for Development.
Is it possible to use notarytool instead of altool?
I have copied notarytool from XCode 13.4 Developer Tools to my usr/local/bin folder.
When I run in shell:
xcrun…

soundflix
- 928
- 9
- 22
1
vote
0 answers
Notarization of MacOS Eclipse RCP Application
We want to notarize our Eclipse RCP Application. At present we build the eclipse application with tycho(maven)
tycho-p2-director-plugin:1.6.0:materialize-products (materialize-products) @ .product ---
In our codebase there is a…

fjord
- 11
- 3
1
vote
1 answer
where to find NotaryTool
I'm trying to sign and notarise my OSX application. The Apple developer documentation says to do xcrun notarytool .... per…

Grahame Grieve
- 3,538
- 3
- 15
- 17
1
vote
1 answer
Unable to pass apple Notarization with .net 6.0 executable
Problem
The .net 6.0 executable file will not pass Notarization.
Remaining of the files are ok.
Setup
macOS Catalina: Version 10.15.7
dotnet --version: 6.0.100-rc.2.21505.57
The right certificate is available in keychain
Entitlement used to sign…

Richard Lalancette
- 2,401
- 24
- 29
0
votes
1 answer
Apple Notarization: An error occurred while processing the json request (1268)
Issue
I'm having an issue notarizing my app using xcrun command:
xcrun altool --notarize-app --primary-bundle-id "com.foobar.fooapp" --username="developer@foo.com" --password "@keychain:Developer-altool" --file ./myapp.pkg
I'm checking for…

GuiFalourd
- 15,523
- 8
- 44
- 71
0
votes
2 answers
Why does my Xamarin.Mac application crash when I enable the Hardened Runtime in order to notarize it?
I am developping an app using .NET Framework 4.5.2 under Visual Studio for Mac.
Apple has added security features to their latest Mac versions, so I'd like to notarize the application so that Gatekeeper can read the generated ticket and other Mac…

user16014368
- 1
- 2