问题
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.
来源:https://stackoverflow.com/questions/28059665/custom-datatypes-not-synching-between-devices