Getting data from Google fit in unity

Hello all,
I want to get data saved on Google fit storage in unity app.How can I achieve this.
How can I use rest APIs provided by Google fit in unity.

Thanks.

Hi,
Have you found any solution for your problem?

I need to do the same thing, please share if you got something, thanks

@hblackmcn Yes! for this you can do as follows:

  1. You have to install google fit in your device.
  2. You have to make android plugin which can easily get google fit data.
  3. After this you can able to get the same data in unity itself with the help of callback function provided by your plugin.
1 Like