• Unified API
  • Mobile SDK
  • Connection Widget
  • Streaming
  • Blood Report API
  • Graph API
  • Health Scores
  • Health Rewards
  • Planned Workouts
  • Lab Testing
  • AI Interface
  • Enterprise
  • Insurance
  • Integrations
  • Research
  • Podcast
  • Blog
  • Reports
  • Events
  • Documentation
  • Community
  • Wearable Data
  • About
  • Customers
  • Partners
  • Careers
  • Support
  • Pricing
Terra
Pricing
Become an integrationGet started


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.

Cookies Policy
zap

Latest

zap

Popular

API

Unified API

SDK

Phone SDK

Authentication

Widget

Streaming

Streaming

Graph API

Graph API

How to setup Capacitor SDK

All

DrunkLungfish26 months ago

Hello, In one of the posts it says , Terra SDK supports Capacitor but don't see any documentation pertaining to it .

Is terra-capacitor ( https://www.npmjs.com/package/terra-capacitor?activeTab=readme ) good to integrate ?

terra

Chandruadmin26 months ago

Hey,

Our Terra Capacitor SDK works in the same way as our terra-react package. For the general idea of integration, (we will reference functions found here:

For installation:

After installation, you will have to run initTerra every time the app starts. Once completed, you can run initConnection for users that wish to connect to APPLE_HEALTH or SAMSUNG. You do not need to run this function if the user has already been connected previously. You can use the getUserId function to check if they have been connected previously or not.

After this, you may directly call the getter functions to request for data (i.e getActivity, getDaily, and etc.) For background delivery, please follow the native setup as shown here