Surpress "You've got the latest version" message

Asked by Pinacate

My app is always resident and I periodically check for updates programmatically. All works well but I'd like to not have the dialog popup telling the user they are at the tip version. Since I'm running in the background this is jarring to the user.

Before I dive into customizing Sparkle I wanted to ask if I missed a build in way to avoid that dialog.

Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Sparkle Edit question
Assignee:
No assignee Edit question
Solved by:
Pinacate
Solved:
Last query:
Last reply:
Revision history for this message
Andy Matuschak (andymatuschak) said :
#1

This should not happen if you're using [SUUpdater checkForUpdatesInBackground]. Is that what you're doing? Are you using 1.5b6 or Git master?

Revision history for this message
Pinacate (fmcclain) said :
#2

Andy - Its fixed now. I had test code in place that was calling [SUUpdate checkForUpdates:self] and the proper call was commented out.

Dumb.