Ian Turner
Ian Turner

Reputation: 1413

ILCrashreporter breaks Sparkle updates

I have just added ILCrashReporter-NG to my application to log application crashes. Unfortunately it seems to have broken my Sparkle updates (Sparkle gives an error when the appcast has downloaded and the Install button is clicked). I have added the ILCrashReporter launchReporterForCompany: report addr: method to applicationDidFinishLaunching. Does anyone have any experience of implementing these two frameworks together and if so, is this a problem that you encountered.

Upvotes: 0

Views: 134

Answers (1)

Andreas Järliden
Andreas Järliden

Reputation: 1974

I use the two together without any problems. What's the error that you get? Did you change anything else besides adding Sparkle?

The only time I've had the update fail, as you describe, was after changing my bundle id so that the bundle id in the update and the application didn't match.

Upvotes: 0

Related Questions