rwzdoorn
rwzdoorn

Reputation: 625

Watch OS 2 Native app Bluetooth device connection

As the title states: I want to create an native Watch OS2 app and communicate with bluetooth devices. I know Watch OS 2 can pair with wireless headsets (BLE) and 'health devices' but do developers have access to use this?

Thanks in advance.

Upvotes: 2

Views: 281

Answers (1)

izik461
izik461

Reputation: 1173

I know it's a bit late for answer, but following these links: https://forums.developer.apple.com/thread/25759

Objective C-Is it possible to connect to BLE devices from iWatch?

It's not possible to access CoreBluetooth on watchOS2. Use WatchConnectivity to communicate with parent device.

Upvotes: 2

Related Questions