BugshotKit
BugshotKit copied to clipboard
iOS in-app bug reporting for developers and testers, with annotated screenshots and the console log.
The static analyzer was complaining about aslresponse_next() and aslresponse_free(); the deprecation comments point out appropriate replacements, which I've substituted here.
Sometimes e-mail is not an option and there is a need to send a report to somewhere else. For example as a developer I could implement a JIRA plugin that...
"os_log(3) has replaced asl(3)" I have a temporary solution: https://github.com/jsfu/BugshotKit
Although it's a clever way to prevent people from shipping BugshotKit to the AppStore, the "class dump" private API reference creates additional hassle for developers. In order to exclude BugshotKit...
Very slow input when the triple tap gesture is enabled. Special character suggestions come up. Device - iPhone 5s
Hello Well i included Bugshot in my delegate and added following line in my didFinishLaunching function " #if defined(DEBUG) || defined(ADHOC) [BugshotKit enableWithNumberOfTouches:1 performingGestures:BSKInvocationGestureDoubleTap feedbackEmailAddress:@"[email protected]"]; #endif " But when i...
Hi! I recently fund that when I'm developing in the iOS Simulator my mac use one core at 100% and, consequently, the fans work and full speed and the temperature...