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