How to notarize DMG applications

Hello.


I used Visual Studio Code development tools to develop the Vue project, and then used electron and electronic-builder to generate the MAC installer, with the extension dmg, and signed with Developer ID. How to notarize this application?


Thank you.

Replies

I found these tips on my official website:

First, upload your macOS app to Apple to be notarized. If the upload fails, view the upload logs to find the problem. For example, you must enable hardened runtime (macOS) before you upload the app. Otherwise, check the notarization status and when the status is “Ready for distribution”, export the app for distribution.

So I downloaded Xcode.

but I can't find my macOS application In the Archives organizer.

What should I do?

thanks

If you’re not building with Xcode, you don’t need to use Xcode for notarisation. Rather, you can notarise from the command line as per Customizing the Notarization Workflow.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"