Sending messages from Android Wear to host device

前端 未结 7 1923
忘了有多久
忘了有多久 2020-12-02 19:27

I\'m writing a custom Android Wear application that\'s supposed to fire a one-off message to the connected host device (the phone). Digging through the API, I found the foll

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-02 19:35

    A few months ago, I had the same problem while working with android wear.My issue was - different signatures(SHA fingerprints generated after signing apks) of both apk's while application keys were same.Refer to link below:

    OnMessageReceived not called in WearableListenerService

    Hope this helps someone.

提交回复
热议问题