【发布时间】:2014-10-31 09:03:40
【问题描述】:
我创建了一个 Google Fit 应用程序来从 Google Fit 读取/写入数据。我有两台设备链接到同一个帐户,但我看不到从一台设备添加到另一台设备的数据。
这是如何解决的?
【问题讨论】:
标签: google-play-services google-fit google-fit-sdk
我创建了一个 Google Fit 应用程序来从 Google Fit 读取/写入数据。我有两台设备链接到同一个帐户,但我看不到从一台设备添加到另一台设备的数据。
这是如何解决的?
【问题讨论】:
标签: google-play-services google-fit google-fit-sdk
我们可以通过在 DataReadRequest 中添加 .enableServerQueries() 来读取全局数据(云)
【讨论】: