sparkle-project / Sparkle

A software update framework for macOS
https://sparkle-project.org
Other
7.43k stars 1.05k forks source link

"You're Up To Date" (except I'm not!) #1078

Closed HeadBanging closed 7 years ago

HeadBanging commented 7 years ago

After a hiatus of several years, I'm using Sparkle again. I downloaded the latest version, followed the instructions, set up a fresh new XML file on my website (https://www.45rpmsoftware.com/MailRaider/MRAC.xml) and began to test thoroughly.

The problem is that my app always claims to be up to date - even though it isn't. I'm somewhat perplexed - I used to have this working beautifully, but now it doesn't want to work at all.

Has anyone else experienced this? I think I've formatted my XML correctly - but it doesn't appear to be working at all. There are no clues in the console or the app logs either…

My app is sandboxed - just in case that's causing the problem. Some docs seem to suggest that Sparkle doesn't like sandboxing, but others seem to imply that sandboxing is fine these days. I can't turn off sandboxing though, because I'm using the same project (albeit a different target) for the App Store…

All help gratefully received.

kornelski commented 7 years ago

Regarding sandboxing:

But your issue is unlikely to be related to sandboxing. Your appcast probably has a wrong version that doesn't match your plist: https://sparkle-project.org/documentation/publishing/#internal-build-numbers

HeadBanging commented 7 years ago

That fixed it! Thank you very much.