Terra

Integration

API
Unified API
SDK
SDK
Authentication
Authentication
Streaming
Streaming
Blood
Blood Report API
Planned Workout
Planned Workout
AI Interface
AI Interface

User engagement

Graph API
Graph API
Scores
Health Scores
Rewards
Health Rewards

Use cases

Enterprise
Enterprise
Insurance
Insurance

Developers

Wearable Data
Wearable Data
Community
Community
Documentation
Documentation

Learn

Blog
Blog
Podcast
Podcast
Events
Events
Reports
Reports

Company

Customers
Customers
Careers
Careers
Partners
Partners
Support
Support
Become an integration
Become an integration


Cookie Preferences

Essential CookiesAlways On
Advertisement Cookies
Analytics Cookies

Crunch Time: Embrace the Cookie Monster Within!

We use cookies to enhance your browsing experience and analyse our traffic. By clicking “Accept All”, you consent to our use of cookies according to our Cookie Policy. You can change your mind any time by visiting out cookie policy.

zap

Latest

zap

Popular

API

Unified API

SDK

Phone SDK

Authentication

Widget

Streaming

Streaming

Graph API

Graph API

When Android app is in killed state or in Background can we get real time Data from wearble

All

MinisterialLouse24 months ago

When Android app or IOS app is in killed state or in Background can we get real time Data from wearble device and How frequently does Terra background delivery fire when app is killed or in backgroud

MinisterialLouse24 months ago

is there any service which run background in SDK?


terra

Chandruadmin24 months ago

Hey there

Yes indeed, we have our Terra iOS Background delivery service which, once setup, will periodically query and send data from Apple Health whilst your app is running in the background. Follow this setup guide which outlines how to implement iOS background delivery.

How frequently does Terra background delivery fire when app is killed or in background

How often background delivery fires is determined by iOS, and this frequency is affected by many factors, including how often the user interacts with your app and how many resources your app uses (power, memory etc). If the device is in low-power mode, background delivery will not execute. The user must also ensure that background sync is enabled for your app in their settings.

Android background delivery

Currently there is no background delivery for android devices - this is due to limitations imposed by android. However, you can call our SDK getter function when the app opens to retrieve the necessary health data when the user needs it