Send Message To Android Device, Which Sends Message Back To Android Wear, But On Received Is Never Triggered On Wear
I am writing an app for android which communicates to the device and back to the wear. This is the code of onclick on wear. message1Button.setOnClickListener(new View.OnClickListe
Solution 1:
MessageApi does not guarantee that a message will be received even a successful result code returned. Check the document here.
Note: A successful result code does not guarantee delivery of the message. If your app requires data reliability, use DataItem objects or the ChannelApi class to send data between devices.
Post a Comment for "Send Message To Android Device, Which Sends Message Back To Android Wear, But On Received Is Never Triggered On Wear"