我试图了解如何通过蓝牙免提(特殊情况 - Plantronics M50)设备观察事件? WatsApp通过BTServer完成它。
我试图通过以下方式捕获事件:
MPRemoteCommandCenter* remoteCommandCenter = [MPRemoteCommandCenter sharedCommandCenter]; [[remoteCommandCenter togglePlayPauseCommand] addTarget:_sharedService action:@selector(didPressPlayPauseCommand)];
此方法适用于耳机,但不适用于蓝牙免提。
The same behaviour, as with MPRemoteCommandCenter. Doesn't work with bluetooth devices, but works with headset.
那么,有什么想法,如何做与WhatsApp相同的工作?
随意在Swift上提出任何建议。有任何想法吗? :)