Can't get a notification when connecting an external accessory to the 3.5 mm headphones jack
- 阅读更多 关于 Can't get a notification when connecting an external accessory to the 3.5 mm headphones jack
问题 I've been trying to get this to work for a while now. I've done everything they say in the documentation and still got nothing. This is the code in my app delegate that registers for local notifications: - (void) registerForLocalNotifications { [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(_accessoryConnected:) name:EAAccessoryDidConnectNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(_accessoryDisconnected:) name