marcoarment / BugshotKit

iOS in-app bug reporting for developers and testers, with annotated screenshots and the console log.
MIT License
1.36k stars 129 forks source link

Cannot capture video capture views in screenshots #42

Closed armcknight closed 8 years ago

armcknight commented 8 years ago

Hi, I have an AR app that uses video capture with overlays, and I'd like people to be able to send me pictures when the accuracy is off. Unfortunately, the methods used to generate the attached screenshot programmatically cannot render those views, so things just appear as a blank view.

I tinkered a bit to add a -showWithImage: method to the API, so I can detect a screenshot and pull the last item from a user's photos for the bug report. Interested in having a look?

armcknight commented 8 years ago

@marcoarment bumping for visibility, there's a proposed fix in PR