1

I wrote an Android Wear 2.0 that pass data to a phone side using Wearable DataAPI. This works nice when the phone side is Android based.

Is it possible to write an IOS app that can accept data from a watch using Wearable DataAPI ? (in swift)

Oberon
  • 93
  • 1
  • 7

1 Answers1

0

No, it is not possible to do that using Google Wearable DataAPI, but you can look at this API for example. Of course, you need implement support for iPhone app yourself.

NSDmitry
  • 460
  • 5
  • 12
  • The swift API doesnt contain a connector for android wear. How exactly is this a solution to the problem ? – Oberon Apr 04 '17 at 13:18