Integrating Google Health Connect into Xamarin Forms Project

260 Views Asked by At

We need to integrate our Xamarin Forms project with Google Health Connect.

I realise there is no out of the box support in XF and in the past I have creating binding libraries for unsupported AAR packages.

Where do i find the native library for Health Connect? Are there in exisiting xamarin integrations?

1

There are 1 best solutions below

0
On

Health Connect library is still alpha, and Xamarin does not bind non-stable packages, so you need to do it manually and wait for official release.

You can also create an issue on Xamarin.Android GitHub.