I am working on an Android application that communicates with an Android Wear device, and to do so I simply use the Android SDK under com.google.android.gms.wearable.
I now have a requirement to build the same application for iOS but still able to send/receive messages to/from an Android Wear device. Is there an equivalent iOS SDK that allows this?
I've googled around for about 2 weeks and the closest I could find is this project: https://github.com/GuiyeC/Aerlink-for-Android
However this seems like a completely hand-crafted solution and I can't find the receiving code for the Android Wear side.
Any ideas?
from Sending messages from host iOS device to an Android Wear watch
No comments:
Post a Comment