Is it possible to have direct communication between Apple watch App and Mac App using bluetooth?

We are using Apple Watch as a Device which has different sensors like Accelerometer ,Gyro-Meter ,Pedometer. We are using these sensor values to demonstrate user body movement and meditation.


Project Flow :

  • We have created a single view Application iPhone app
  • Added Apple Watch target
  • Got values of the accelerometer(x, y, and z) in Apple Watch app using CoreMotion framework
  • We store those values in Dictionary
  • We send Dictionary using WatchConnectivity
  • Received accelerometer(x, y, and z) values in the iPhone App


This is working fine in for Iphone.


======================================================================


Problem Faced:


We are trying to implement the same thing in Mac app but as Apple watch is not supported on Mac , we are unable to access any sensor value in Mac Application.


Can we access these sensor values by using Apple watch as bluetooth peripheral. Currently we have tried it but it is not working.


Can you please tell us if it is possible , if not then any other way to access these sensors data of apple watch in Mac App.


I have gone through this link, which suggest apple watch can communicate with apple tv using itunes , can we communicate in the same way with mac app using itunes.

Replies

Can anyone suggest any other way or any reference through which I can proceed further?


Any reference link , pdf or research work is highly appreciateted.

Can anyone suggest any other way or any reference?