Is it possible to get the BLE devices and connect to it using Watch Kit extension.In iPhone CoreBluetooth framework is used,what is the framework for iWatch
I am new to Watckit.Please help me with some solutions..
Is it possible to get the BLE devices and connect to it using Watch Kit extension.In iPhone CoreBluetooth framework is used,what is the framework for iWatch
I am new to Watckit.Please help me with some solutions..
Core Bluetooth is not currently available on watchOS 2.
I'm not sure if this would work for your application, but you could "daisy chain" your connection. You would use core bluetooth to connect your device to your iPhone, and then you could interact with your iPhone using WCSession from your apple watch.
In iphone
In iWatch repeat the session support check and add this code