4

I was wondering if anybody has any suggestions for how to install and relaunch your updated app when you download it from Internet!

There are tons of apps that get their new versions and install and relaunch themselves but I don't know anyway but to use a second updater app to do this.

Any suggestions?
Cocoa or version specific or appstore specific suggestions welcome, too!

Basically there are 3 steps:
1- detect and download the update (easy enough)
2- replace the older app from /Applications with the new one
3- launch the new app

Elnur Abdurrakhimov
  • 44,533
  • 10
  • 148
  • 133
Ali
  • 18,665
  • 21
  • 103
  • 138

1 Answers1

9

Use Sparkle- https://github.com/andymatuschak/Sparkle

sbooth
  • 16,646
  • 2
  • 55
  • 81
  • 2
    Definitely use sparkle. Otherwise you'd be reinventing so many wheels. OH. Or get your app into the Apple app store and let Apple's app store for mac do that bit for you. – Warren P Apr 24 '12 at 01:37