Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am developing a Cocoa application, and using the Sparkle framework for updating. I need to check whether any new version is available at startup. I added the SUCheckAtStartup key to info.plist and updated its status as true, but still the application is not asking for update at startup. How can I fix this?

Thanks in advance...

share|improve this question

1 Answer

It seems that this option has been removed and replaced with SUCheckInterval and SUEnableAutomaticChecks.

Also note that Sparkle deliberately does not check on first startup (to avoid spoiling first-run impressions).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.