tags:

views:

119

answers:

1

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...

+4  A: 

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).

porneL