Questions tagged [electron-notarize]

12 questions
4
votes
0 answers

Electron builder, app signing fails with error: Failed to get authorization for username and password

Our build scripts were working fine until the last week when they started failing for no particular reason Authorization of apple dev account fails right before uploading the generated assets to apple servers for signing The exact error: •…
nsrCodes
  • 625
  • 10
  • 25
4
votes
1 answer

Electron app notorizing. Notorized electron app cannot be opened on other machines

Currently I'm working on notorizing electron app for Mac using electron-builder ("electron-builder": "^22.9.1") and electron-notorize ("electron-notorize": ^1.0.0) packages. Build successfully passes. Checking app signing and notorizing statuses…
1
vote
1 answer

Can I use environment variables in electron package.json for osx notarize credentials?

Successfully notarized my electron application for osx, but now the issue is that the apple id and app specific password are in the package.json. I of course don't want to hard code them there for distribution but can I use environment variables…
1
vote
1 answer

How to generate an "app-specific password" with Team Account in order to notarize app?

I am trying to notarize an Electron app using electron-builderand electron-notarize. The docs state that an app specific password is needed and provides this link: Using app-specific passwords. The problem is that link is about generating…
spring
  • 18,009
  • 15
  • 80
  • 160
1
vote
0 answers

Electron-builder(electron notarize) - No suitable image -MacOS

I am using iohook module, in the local build its working fine ,For production build distribution after Mac notarize it's not working its saying no suitable image found any solution, please Issue
0
votes
0 answers

Error: No Keychain password item found for profile

Trying to notarize Electron app. Generated “App Manager” API key on https://appstoreconnect.apple.com/access/api. Ran xcrun notarytool store-credentials test referencing AuthKey_*.p8 API key. Wrote following notarize.js @electron/notarize…
sunknudsen
  • 6,356
  • 3
  • 39
  • 76
0
votes
1 answer

Electron App Notarized but not opening. [electron-builder] [macOS Big Sur]

I successfully notarized the app and it gives the following error I checked the signing and notarizing and it gives me the following: > pkgutil --check-signature ./path/to/app/XXXX.app Package "XXX": Status: signed by a certificate trusted by…
0
votes
1 answer

Where can I find electron forge config js file where package.json is parsed?

I'm looking to use environment variables to store my apple user credentials, but the issue is with Electron Forge this is added to the package.json file which doesn't accept those variables. I'm looking for the .js file that parses the package.json…
sychordCoder
  • 230
  • 3
  • 14
0
votes
1 answer

Electron notarisation failed due to The binary uses an SDK older than the 10.9 SDK

We are trying to notarise the electron app but I'm getting this error.The versions which we are using are electron: 3.0.6, electron-builder": "^21.2.0 { "logFormatVersion": 1, "jobId": "---", "status": "Invalid", "statusSummary": "Archive contains…
0
votes
0 answers

notarize macOS application on electron fail because- not signed- what should i sign?

i am new in the macOS development its been difficult to me to understand how to notarize my electron js application in apple servers, i successfully made a script that send my build to apple servers but the application cant been notarized, i get…
0
votes
1 answer

The username is not a member of the provider

I am having trouble with the Electron app notarising using the electron-notarize. I have created an app specific password from the https://appleid.apple.com/. In addition, I'm not a part of any team. It's just my personal Apple ID + Developer…
0
votes
1 answer

How can I configure Travis CI so that `xcrun` can find `altool` (xcode 11.3 on Mac OS X 10.14)?

When running my build for notarization on Travis CI I get the following error: xcrun: error: unable to find utility “altool”, not a developer tool or in PATH You can find complete build output here:…
David Murdoch
  • 87,823
  • 39
  • 148
  • 191