Unity
Install the HealthBridge package, run the Setup Wizard, and initialize it from C#.
HealthBridge is a cross-platform SDK for reading and writing supported health data, importing and writing workouts, reading workout routes where the platform allows it, and monitoring heart-rate data. It uses Apple HealthKit on iOS and Android Health Connect on Android, while a mock provider lets you build and test the integration in the editor first.
Unity
Install the HealthBridge package, run the Setup Wizard, and initialize it from C#.
Unreal Engine
Enable the plugin, complete the editor wizard, and use Blueprint or C++.
The base SDK covers ordinary HealthKit and Health Connect workflows. It does not guarantee continuous heart-rate delivery from third-party watch or fitness apps; those platforms commonly synchronize data after the fact.
HealthBridge Real-Time Heart Rate is a separate add-on for owned Apple Watch and Wear OS companion sessions. Install it only after the base SDK works. It does not read a live session from Apple Workout, Fitbit, Samsung Health, or another third-party application.
For a live session, the companion app must be installed, reachable, and signed to work with the phone app. Android also requires the phone and Wear OS apps to have the same package name and signing certificate.