Sparkle Update -- How sparkle notifies download_finish and unarchive_finish

203 Views Asked by At

I want to show a different UI in my client when download and unarchive finishes at background, Is there a sparkle delegate_method or any other way to get notified on unarchive/download finish?

1

There are 1 best solutions below

0
On

After looking at the Sparkle-code - (void)updater:(SUUpdater *)updater willInstallUpdateOnQuit:(SUAppcastItem *)item immediateInstallationInvocation:(NSInvocation *)invocation delegate method gets called on unarchive_finish.