Replies: 2 comments 2 replies
-
|
Please check the Console app for more information on the error; look for logs under your app or Autoupdate. Sparkle's test app goes through the same process (EdDSA signing + adhoc-signed). If you paste the contents of the appcast file I can also validate to see if it looks right. Or you can use |
Beta Was this translation helpful? Give feedback.
-
|
Sorry, my mistake. I just signed an old app for test which have no |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for the great open source software you create. I have some trouble to build application with it.
Description of the problem
When I integrate Sparkle2 into my application, it can detect and download updates normally, but an Update Error! will occur during the update process.
Do you use Sandboxing in your app?
No
Version of
Sparkle.frameworkin the latest version of your appSparkle-2.4.2
Version of
Sparkle.frameworkin the old version of app that your users have (or N/A)N/A
Steps to reproduce the behavior
Here is my step to use Sparkle:
./bin/generate_keysto generate keys, and set the value ofSUPublicEDKeyinInfo.plistto the public key shown on the console.ditto -c -k --sequesterRsrc --keepParent MyApp.app MyApp.zip.bin/sign_update MyApp.zipsign my archives.sparkle:edSignature="9VzxOlScAwl7Q1AlzHtK7xYtCpPppy5zhanT5D3GCQEZ5i8uRjnVO6342t+Dk3Js7Jep+RezKN1O3ShWCN0tCg==" length="81895663"to appcast file.Update Error.FYI
Currently I don't have an Apple developer account, so I can't sign the application with a developer certificate.
My application is a Qt Appliction.
Questions
Is an Apple developer certification required? Is an edDSA signature required? How to set up skipping?
Beta Was this translation helpful? Give feedback.
All reactions