0

How to get events/ callback from Bluetooth play/ pause button in iOS?

I have multiple speakers with version 2.1 and 4.0

I have tried with Core Bluetooth framework but not getting device in

    centralManager.scanForPeripheralsWithServices(nil, options: nil)
PRITAM SATPUTE
  • 111
  • 2
  • 5
  • 1
    Look for `remoteControlReceivedWithEvent:`? – Larme Jul 06 '17 at 15:32
  • @Larme Yes. I was able to get event from remoteControlReceivedWithEvent But I need to take the voice from speaker's microphone instead of playing songs from the music player. Is it possible Can you provide code for same? – PRITAM SATPUTE Jul 07 '17 at 06:53

0 Answers0