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.
-
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.framework
in the latest version of your appSparkle-2.4.2
Version of
Sparkle.framework
in 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_keys
to generate keys, and set the value ofSUPublicEDKey
inInfo.plist
to the public key shown on the console.ditto -c -k --sequesterRsrc --keepParent MyApp.app MyApp.zip
.bin/sign_update MyApp.zip
sign 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