I use this code in AppDelegate:
- (BOOL)accessibilityPerformMagicTap {
NSLog(@"Appdelegate = %s",__func__);
return YES;
}
When I click the home button and two-fingered double tap while using VoiceOver activates, this method is not invoked. What is the reason for this? How can I use this method with my music app?