-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signed application still throws "unknown developer" alert on OSX #740
Comments
Please check your app using https://itunes.apple.com/us/app/rb-app-checker-lite/id519421117?mt=12 |
This is what I get. I have obfuscated the data.
|
macOS app must be not signed using |
Do you use auto-discovery or |
@develar can you point me to a tutorial or article on how to get that Developer ID Application? I've tried everything but in Xcode the button is greyed out and in the member center there is no option to get a Developer ID Application. |
I found the solution here:
|
Now the terminal shows (I hope) the correct message:
|
electron-builder should detect this situation and report clear error. |
@develar Mate, thanks for the serious effort in creating electron-builder. The documentation is very challenging. I can help with planning out what is needed and create them. I'm spending a LOT of time looking for answers and finding tidbits in issues and maybe someone did an article somewhere. For example above you make it clear you can't use Developer Id for OS X signing but need Even just starting with electron-builder and figuring out Config is the entry point for "build" in package.json was difficult.. Agains, thanks for your time. Please let me know how to help. The maker of electron-simple-updater and electron-simple-publisher has done a pretty good of simplifying auto updates for me. |
@TimNZ thanks for feedback. No need to replace "shit" to political correct word :) I understand you. We have one guide — quick setup. If it is not enough — feel free to send your version/suggestion. You don't have to prepare ready to merge version — draft is enough. I am blind here and only you, user, can help me. Just draft some guide idea and I will finish it. |
Thanks. I'll do this in the next couple of weeks. |
@TimNZ where is it? |
I'm packaging the app and signing it. Proof is on the Terminal I get the message:
But when opening the app on a different machine I still get the Gatekeeper alert that the app is from an unknown developer.
The text was updated successfully, but these errors were encountered: