Reputation: 1527
What is the best way to add a "Check for updates..." functionality to a Cocoa application? I saw a little framework implementing this but I'm not sure that's the better way.
Should I implement it from scratch?
Upvotes: 11
Views: 1363
Reputation: 2185
Sparkle is the most popular way to do this.
There is also the lesser known update-engine which Google is using and developing.
Upvotes: 15