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)
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)
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.