Replies: 1 comment 5 replies
-
If your app is not sandboxed, you should not enable the InstallerLauncher service (do not use SUEnableInstallerLauncherService) Likely there should be more logs for your app about the error, or under the Autoupdate process (and less likely the Updater process). This is most likely a configuration issue. The appcast.xml file you pasted was for your "working" zip package, not the dmg version. As a wild guess that could mean your dmg was not correctly signed with the correct edSignature. If you code sign or staple (as part of notarization) your dmg file, you will need to do that before generating the edSignature because that modifies the disk image file. Again if this is the issue, there should be more logs. |
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.
-
dmg package not work:
zip package works fine:
Description of the problem
Do you use Sandboxing in your app?
Version of
Sparkle.framework
in the latest version of your appSparkle (2.7.1)
Version of
Sparkle.framework
in the old version of app that your users have (or N/A)NO
Sparkle's output from Console.app
Steps to reproduce the behavior
appcast.xml
Release.entitlements
Beta Was this translation helpful? Give feedback.
All reactions