BugshotKit
BugshotKit copied to clipboard
Double tap not working
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 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?