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

Double tap not working #32

Open OmerObaid opened 10 years ago

OmerObaid commented 10 years ago

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:@"xxx@gmail.com"];

endif

" But when i double tap in map nothing happening there. I added breakpoint right before "#if defined (DEBUG) ..." and its not coming in "if". Can you help why?