Questions tagged [notarize]

Notarizing Your App Before Distribution Give users even more confidence in your software by submitting it to Apple for notarization.

Notarization gives users more confidence that the Developer ID-signed software you distribute has been checked by Apple for malicious components. Notarization is not App Review. The Apple notary service is an automated system that scans your software for malicious content, checks for code-signing issues, and returns the results to you quickly. If there are no issues, the notary service generates a ticket for you to staple to your software; the notary service also publishes that ticket online where Gatekeeper can find it.

When the user first installs or runs your software, the presence of a ticket (either online or attached to the executable) tells Gatekeeper that Apple notarized the software. Gatekeeper then places descriptive information in the initial launch dialog to help the user make an informed choice about whether to launch the app.

111 questions
1
vote
1 answer

code signing and notarizing existing dmg using install4j UI/command line

I already have a dmg which is built using install4j 7.0.8. I want to code sign and notarise the dmg. I know notarisation support came in install4j 8 onwards. Is there any way I can code sign & notarise an existing dmg in install4j 9.0.4 rather than…
user1743185
  • 21
  • 1
  • 3
1
vote
1 answer

Signing and notarizing install4j macOs dmg

I have an apple developer id and I have a macOs app built using install4j. I need to codesign and notarize my app. I am using install4j UI to codesign and notarize. Notarization is failing with below logs { "logFormatVersion": 1, "jobId":…
1
vote
1 answer

Cannot Notarize .net core app for macOS usage

I am trying to notarize my .net core application to run in MacOS devices, and when I notarize it I get the error of The executable does not have the hardened runtime enabled if I add the --options=runtime flag to my signing operation my console…
Igal Flegmann
  • 582
  • 1
  • 8
  • 19
1
vote
1 answer

install4j support for code signing MacOS console launchers that load dyld libraries via System.loadLibrary

I have an issue with a MacOS folder DMG media file that I created with install4j 8.0.8. If I code sign the package, everything gets signed correctly including my *.dyld files that reside in a lib/ directory. Also, my GUI programs work fine and…
1
vote
0 answers

Electron.js app notarizing fails with Your Apple ID account is attached to other providers

I am trying to notarize my electron.js app on Mac. Code signing is successful, and it then sends the .app file to the server for notarization, but then the process fails with error (added error below). From searching online, I found that this issue…
Tonis
  • 111
  • 5
1
vote
0 answers

How to upload application in MacOS Apple Store

I want to publish an Java application into Apple Store. The apple documentation recommends to use $ xcrun altool --validate-app -f file -t platform -u username [-p password] [--output-format xml] $ xcrun altool --upload-app -f file -t platform -u…
DbSchema
  • 413
  • 5
  • 16
1
vote
0 answers

Apple notarization fails with install4j generated DMG

Struggling to notarize DMG created with install4j v8.0.8. This is what I do: the install4j runs on Windows machine we use "MacOS folder archive" media packaged into DMG everything is signed as required with valid "Developer ID Application"…
Dima
  • 4,068
  • 4
  • 38
  • 47
1
vote
1 answer

Mapping process and mapped file have different Team IDs

macOS 10.14.5 --> Sorry my Catalina is in quarantine at work! Xcode 11.2.1 com.apple.security.cs.disable-library-validation does not behave as documented. My test application is X11 (XQuartz) based and thus needs libraries from /opt/X11/ and…
linus
  • 99
  • 2
  • 6
1
vote
1 answer

Asynchronous pipeline in Gitlab for macos notarization

I use GitLab and I have a 2GB project that needs to be notarized by Apple. Here is the current pipeline flow: Compile ==> Test ==> Zip ==> Notarize ==> Create Installer ==> Done The notarization step takes one hour. The Apple servers have a queue,…
Daniel Stephens
  • 2,371
  • 8
  • 34
  • 86
1
vote
1 answer

Can't install notarized Java app under MacOS Catalina

I have an app written in Java. I use appbundler to bundle the JVM with the app, and I then use pkgbuild to create a .pkg installer. This has worked fine until I added notarization and upgraded to Catalina. Notarization and stapling work just…
Jerry Agin
  • 629
  • 1
  • 5
  • 15
1
vote
1 answer

install4j 8 and notarization for mac not working

We are struggling to get install4j 8 Mac notarization to work. Using install4j Multi-Platform Edition 8.0.2 (build 8057) on Mac Catalina. The "Notarize macOS media files" check box is schecked resulting in a configuration: ...
1
vote
1 answer

Can we create mac app on older xcodes (8.x ,6.x) and older MAcosx (10.11) and notarise them

We have our build systems in older macosx (10.11) and xcode 8 & 6 .Recently apple has introduced notarisation of apps for catalina (10.15). can i create an app in older macosx (10.11) and try to notarise that in another mac machine which will have…
1
vote
1 answer

Apple Mac OS X Notarisation of multiple bundles sharing common frameworks

I'm struggling to find a solution to notarise my app with Apple. I've passed the complete process and I'm also able to stamp my DMG that actually contains 3 bundles that shares a vast amount of common frameworks. While launching the application once…
Leonardo Bernardini
  • 1,076
  • 13
  • 23
1
vote
1 answer

Electron notarization failed due to "The binary uses an SDK older than the 10.9 SDK."

I'm trying to get notarization working for my electron app. Apple failed to notarize my App due to "The binary uses an SDK older than the 10.9 SDK". I assume it refers to MacOS SDK. I could not find reference in Electron documentation about how to…
Todanley
  • 468
  • 3
  • 12
1
vote
1 answer

macOS deprecated APIs

The company I work for has developed a program and the last time the code was touched was 2 years ago. Now the program needs to become notarized so I was asked to take care of the program. I ported the code to latest Xcode (10.2.1) and latest macOS.…
Robert
  • 160
  • 9