Updates install only when I start from console open -a Application.app
When I launch the app by double clicking it in the applications folder, it does not download updates. When I launch from console the application does the update...
When you launch the normal way, do you get any errors in Console.app?
In the application's preferences file ~/library/preferences/<bundle id>.plist is the date of the last check correct?
The only error I could find on the SUUpdater
SandboxViolation: Optios(5169) deny mach-lookup com.apple.nsurlstorage-cache Violation: deny mach-lookup com.apple.nsurlstorage-cache Process: Optios [5169] Path: /Applications/Optios.app/Contents/MacOS/Optios Load Address: 0x1060b7000 Identifier: net.optios.optios Version: 1 (???) Code Type: x86_64 (Native) Parent Process: launchd [1] Responsible: /Applications/Optios.app/Contents/MacOS/Optios [5169] User ID: 501
No date in the .plist file
`
Is there any video tutorial available? Because the doc is confusing me a little: https://sparkle-project.org/documentation/
Is your app using sandboxing? If so, Sparkle 1.x will not work at all.
We have an experimental version of Sparkle 2.x that supports sandboxing: https://github.com/sparkle-project/Sparkle/tree/ui-separation-and-xpc
I think the application doesn't need a sandbox. But I cannot disable it in xcode?