— Products

Wearables are not optional in 2026.

Apple HealthKit, Google Health Connect, Apple Watch, Garmin, WHOOP — the integrations that decide whether a fitness app gets used or deleted in the first week.

3 min readPublished 2026-05-12By AptixLabs studio
A smartwatch worn on a wrist, representing wearable health integrationAptixLabs · 2026-05-12

A fitness app that can't see what your watch sees is invisible to its own market. The studio treats wearable integration as table stakes for any health product shipping in 2026.

iOS — HealthKit + Apple Watch

UltraFit360 reads from Apple HealthKit using its native SDK through a React Native bridge module. Supported signals include workouts, heart rate, sleep and active energy. Apple Watch integration uses the WatchConnectivity framework for live workout sessions — the watch streams heart rate to the phone, the phone writes to Firestore, the coach sees it.

Android — Health Connect

Google Health Connect replaces the older Google Fit API and is the integration target on Android. The same fields the iOS app reads from HealthKit are available via Health Connect, with permission scoping per category.

Third-party wearables

Garmin and WHOOP are supported through their public APIs as opt-in connections. Both require the user to authenticate the studio's app with the wearable vendor, then sync runs server-side on a schedule. The studio prefers vendor APIs over scraping app exports because the latter breaks every product update.

How the data is handled

  • Wearable data is treated as health data — encrypted at rest in Firestore
  • Scoped to the member who owns it — security rules enforce this
  • Never used for model training — the privacy policy is explicit
  • Retained as long as the member account is active; deleted on close

Have a project like this?

The studio is taking on a small number of partners. Tell us what you're building — we reply within a working day.

Start a conversation