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
0
votes
2 answers

How to choose notarization rules applied

Apple lately postponed the hardened runtime rule. (see https://www.idownloadblog.com/2019/09/03/notarized-rule-ease-macos-catalina/) For development purposes I want to choose which ruleset is applied (with or without hardened runtime) when uploading…
MoxxiManagarm
  • 8,735
  • 3
  • 14
  • 43
0
votes
1 answer

Building with 10.14 SDK - but DTSDKName value in Info.plist is macosx10.7

I just ran into a weird issue when attempting to notarize one of my apps... I build the app with the current macOS SDK (that is, 10.14). However, in the final app, DTSDKName value in Info.plist is macosx10.7 (instead of macosx10.14). Therefore, I…
Leo Braun
  • 324
  • 2
  • 9
0
votes
1 answer

Kernel extensions signed before Apr 7, 2019 are unable to load on macOS 10.14.5

I have macOS 10.14.5 (18F132) installed and having three different builds of my product as below : Case 1. Kernel extensions signed on macOS 10.9.5 in Oct 2018 (with —timestamp=none) These extensions were loaded successfully on macOS 10.14.5. Case…
0
votes
1 answer

How to build MacOS app with hardened runtime in AppBundler

I am using AppBundler plugin in gradle to build my Java app. Now to have my app notarized, Apple requires the app to be built with 'hardened runtime' option. Does anyone know how to achieve this?
laocius
  • 772
  • 1
  • 8
  • 21
-1
votes
0 answers

Why Gatekeeper on macOS Ventura (13.5) does not detect changes to *.js or *.json files?

According to this, in macOS Ventura, Gatekeeper should detect changes to signed & notarized applications not only before the first start of the downloaded application, but on every application start. Our application is an electron app, so it…
Urs Meili
  • 618
  • 7
  • 19
-1
votes
1 answer

OSX Error when signing Adobe AIR hardened Runtime

I am having trouble with my Mac Adobe AIR app only after signing with hardening the runtime. If I don't harden the runtime, it works fine. The program may start but will eventually generate a memory fault.
Derek Wade
  • 697
  • 8
  • 11
1 2 3 4 5 6 7
8