Issue with Google Fit API on Android Wear

后端 未结 2 608
抹茶落季
抹茶落季 2020-12-19 15:32

I\'m trying to implement the Google Fit API into my android wearable application. I have followed the GoogleFitAPI online steps with registering for an OAuth ID.

Whe

2条回答
  •  眼角桃花
    2020-12-19 15:51

    Google Fit APIs are not yet enabled on Android Wear devices. You can connect to Google Fit on the handheld device and use the Wearable Data Layer to send data across, but obviously that uses the sensors and requires the use of a handheld device.

提交回复
热议问题