📄️ Apple Healthkit
To get started with SDK, no extra steps are required for Apple Healthkit. However, when integrating with the mobile app, you need to take a couple of steps. These steps involve enabling the HealthKit capability in your Xcode project, adding the necessary entries to your app's Info.plist file, and initializing the sync observers to make sure they run in the background.
📄️ Google Fit
Google Fit is a platform that helps users live healthier lives by tracking their fitness and health data. As a developer, you can integrate your app with Google Fit to read fitness data and write fitness data to a user's Google Fit account. This guide will explain how to set up Google Fit API and why it's required.