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?
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?