TempoLife › Features › Integrations › strava
Strava
No Strava API integration. TempoLife has no Strava client id and never calls Strava.
Not builtActivity tracking appSource label: com.stravaChecked 2026-09-02
TempoLife does not connect to Strava. Everything below describes what would arrive by another route, and what would not arrive at all.
The honest status
People generally want Strava in a food app for one reason: to see the calories a ride cost next to what they ate. TempoLife answers that from its own activity tables rather than from Strava, and it is worth understanding the difference before you go looking for a connect button that does not exist.
Concretely: a repository-wide search for Strava finds no client id, no token exchange, no API endpoint and no scheduled job. The only matches are a display label that turns the vendor's Android package name into a readable source name, and a registry entry for this very page. A label is not an integration.
Data types, one by one
| Data type | Reaches TempoLife? | Detail |
|---|---|---|
| Workouts | via Health Connect | Sessions Strava writes to Health Connect, heart module on. |
| Heart rate | via Health Connect | Where the session carries it. |
| Routes, segments, kudos, photos | no | TempoLife has no map, route or social surface at all. |
| Calories burned by Strava | no | TempoLife computes activity energy from its own MET tables. |
| Strava API v3 | not used | No OAuth flow, no webhook subscription, no athlete endpoint. |
The route that works today (Android only)
- Install the TempoLife Android app. The website cannot read Health Connect; only the installed app can. Get the app.
- Install Health Connect if your phone does not already have it. On Android 14 and later it is part of the system.
- Open the Strava app and turn on its Health Connect sharing. This step happens entirely inside Strava. Which data types it offers to share — and whether it offers any — is decided by Strava, not by TempoLife. If the option is missing there, nothing on the TempoLife side can create it.
- In TempoLife, tap Connect Google Health and grant the permissions you want to share. The prompt is Android's, not ours, and you can change it later in Health Connect settings.
- Check the attribution. Once data flows, TempoLife labels its origin from the writing app's package name —
com.stravais recognised and shown as "Strava". If you see that label, the chain is working end to end.
Two limits of this route are worth knowing before you rely on it. First, it is a copy, not a live link: TempoLife reads what is in Health Connect at sync time, so if Strava writes late, TempoLife reads late. Second, only today's step total is refreshed by the background worker — sleep, weight, heart rate and any history are read when the app is open. Opening TempoLife once a day is enough; never opening it is not.
What does not work, so you do not waste an evening
- There is no file import. Exporting your history from Strava and uploading it to TempoLife is not possible. The server contains a weight-only CSV parser, but nothing in the app can reach it: there is no file picker, no upload screen and no route to it. Treat it as absent.
- There is no public write API. No endpoint accepts a meal, a weight or a step count from a third party, so an Apple Shortcut, a Tasker task, a Zapier action or a script of your own has nothing to post to. The public API is read-only food data.
- There is no email or webhook inbound path. Sending your Strava export to an address, or pointing a vendor webhook at TempoLife, does nothing.
- iOS has no automatic path at all. Health Connect is Android-only, and there is no published TempoLife iOS app to read Apple Health with.
What is left, and it is not nothing: manual entry. Weight takes about four seconds to type, and a weight chart built from three entries a week is more useful than an automatic one you never look at. Steps can be entered by hand too.
What TempoLife does with the data once it has it
Steps land on the daily total and the hourly curve, and feed the activity-energy estimate that sits beside the day's food. Sleep becomes a length, a stage breakdown and a wake time — and note that TempoLife dates a sleep record by the wake date, so a night that starts on Friday appears on Saturday. Weight becomes a point on the trend line and, where a goal is set, the input to the projection. Heart rate, resting heart rate and HRV are stored as their own series and are only ever shown, never interpreted — there is no diagnosis anywhere in the product.
None of these numbers are medical measurements and nothing here is a diagnosis. Consumer wearables estimate; they do not measure the way clinical equipment does. Talk to a clinician about anything that concerns you.
Privacy of the connection
Every permission is granted by you on the device and can be withdrawn on the device. TempoLife holds no credential for Strava — no OAuth token, no password, no account link — because it never talks to Strava at all. Deleting your TempoLife account deletes the imported records with it, and leaves whatever is in Health Connect and in the vendor's own app untouched.
Frequently asked questions
Does TempoLife connect to Strava?
No. There is no OAuth client, no API call and no scheduled import for Strava anywhere in TempoLife.
So how do people get their Strava data in?
On Android, by letting the Strava app write into Health Connect and granting TempoLife the matching permission. Whether that app offers the data type you want is decided by Strava.
Can I upload an export file instead?
No. There is no import screen. Until one ships, history has to be entered by hand.
Will my history come across?
Only what Health Connect still holds. Health Connect keeps a rolling window rather than a lifetime archive, and TempoLife reads what is there when it syncs. Older history stays in the vendor app.
Source: TempoLife application source — assets/js/health-connect.js, api/health_connect.php, api/sync.php, api/fitbit.php, apple/ios/App/App/TempoLifeHealthPlugin.swift · checked 2026-09-02
Other integrations
Google Health Connect
The only automatic sync TempoLife has. Everything else on Android arrives through it.
Fitbit
The direct Fitbit connection was removed in v2.49.0. New connections are refused by the server.
Samsung Health
No direct Samsung integration exists. On Android, Samsung Health data reaches TempoLife through Health Connect.
Garmin
No Garmin Connect API integration. On Android, Garmin data can reach TempoLife through Health Connect.
Polar
No Polar Flow or Polar AccessLink integration. On Android, Polar data can arrive through Health Connect.
Oura
No Oura API integration. On Android, Oura data can arrive through Health Connect.
All integrations · Developer API
The Android route takes about two minutes
Install the Android app, turn on Health Connect sharing in the vendor app, and whatever it publishes will show up in TempoLife attributed to it.