Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

connectivity with iPhone device and vibrate it.

can you please help!
i am developing an iphone application and want to connect it with fitbit. i want to send vibrations to the watch when i press a button according to my requirement. 

i also want to know the device models on which the API will work perfectly according to my requirement(Vibrate the watch when i press button)

Best Answer
0 Votes
2 REPLIES 2

Not knowing your exact requirements, here's my guess.

Your iPhone app notifies (1) the companion app about the desired action, then the companion forwards (2) it to the watch.

Now, this is a general process that could be achieved in several ways. One that I can think of is:

At (1), the communication between iPhone app and the companion can use WebSockets

At (2) it could be the Messaging API (also WebSockets)

Best Answer
0 Votes

Can i use haptics API to vibrate the watch according to my action from mobile? If yes then which models supports the Haptics API?

Please provide the related solution.

Best Answer
0 Votes