Custom DataTypes not synching between devices

2019-07-17 18:55发布

问题:

I am trying to use the Google Fit API to store custom dataTypes.

I am able insert, and retrieve them fine on a single device, but when I log into the same Google account on a different device the data is not there.

I can create and retrieve data from each device but they both keep their own data, and do not sync up thru the cloud.

I have tried using

.enableServerQueries()

in my DataReadRequest builder and still nothing.