3

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

Jake Petroules
  • 23,472
  • 35
  • 144
  • 225
MobX
  • 2,640
  • 7
  • 33
  • 54

1 Answers1

6

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

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

Joshua Nozzi
  • 60,946
  • 14
  • 140
  • 135
Kornel
  • 97,764
  • 37
  • 219
  • 309