Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

sharedQuincyManager delegate not set in configureQuincyManager #5

Closed
kolsson opened this issue Jan 7, 2012 · 2 comments
Closed

sharedQuincyManager delegate not set in configureQuincyManager #5

kolsson opened this issue Jan 7, 2012 · 2 comments

Comments

@kolsson
Copy link

kolsson commented Jan 7, 2012

I noticed that in CNSHockeyManager configureQuincyManager does not set the delegate for sharedQuincyManager.
Without setting the delegate the crashReportDescription method in my app delegate was not firing. (I didn't realize the delegate had not been set because crashReportDescription is part of the CNSHockeyManagerDelegate protocol.)

I added this line to configureQuincyManager:

[[BWQuincyManager sharedQuincyManager] setDelegate:delegate];

(You could add the above line to your app delegate, but it seems counterintuitive.)

@ashtom
Copy link
Contributor

ashtom commented Jan 7, 2012

Hi Krister,

which version of HockeySDK do you use? In 2.2.2, this should be already fixed:
https://github.com/codenauts/HockeySDK-iOS/blob/2.2.2/Classes/CNSHockeyManager.m#L353

Cheers,

Thomas

@kolsson
Copy link
Author

kolsson commented Jan 7, 2012

Sorry, I thought I was using the latest version. My mistake! Thanks for the quick response.

@kolsson kolsson closed this as completed Jan 7, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants