DevMate / DevMateKit

Development and Distribution Assistance Platform for Mac Developers
https://devmate.com
22 stars 3 forks source link

Issue Reporting - Additional Info not used #23

Closed macmade closed 6 years ago

macmade commented 8 years ago

I'm trying to send additional info when a crash occurs using the additionalIssueInfoForController: delegate method of the DMIssuesControllerDelegate protocol.

Unfortunately, it looks like the feature is not implemented.
The additional info is not sent to DevMate.

I've looked at the DevMateKit binary, and the additionalIssueInfoForController: selector is referenced in -[DMIssuesController additionalReportInfo:]:.

But -[DMIssuesController additionalReportInfo:]: is not referenced anywhere.
That method is simply not called. So no surprise nothing is sent to the DevMate servers.

Would be great if you could fix this quickly...

dimaty commented 8 years ago

Unfortunately, it looks like the feature is not implemented.

Yes, that's true. But this feature is not implemented on server side yet. You can check it by putting breakpoint at additionalIssueInfoForController: delegate method implementation. Make sure your object that implements this method is passed as delegate on IssueReporter setup.

macmade commented 8 years ago

Any idea when this will be implemented?

storyer commented 8 years ago

Hi,

Thanks a lot, we've added this feature to the backlog so our developers already have this feature in their todo list.

At the moment I'm not able to give you more exact timeline for this feature as our developers currently overloaded.

Regards, DevMate Team

macmade commented 8 years ago

Any new on this issue?

dimaty commented 6 years ago

This API is removed from framework in v1.8 until this feature won't be presented in DevMate dashboard.