0

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?

Pat Long - Munkii Yebee
  • 3,592
  • 2
  • 34
  • 68

1 Answers1

1

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.