• 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 access Apple Data with Flutter?

All

LinearGoat27 months ago

How can I retrieve data from Apple watch to my flutter app?

terra

Elliottadmin27 months ago

Hey there!

In order to access data through our Apple integration, you can use our native iOS SDK, or cross-platform Flutter or React Native solutions.

To start developing using the SDK with Flutter, you will have to run the following sequence of functions (or the equivalent in other SDKs):

  1. Setup your project using the guides above
  2. Create a method to generate an authentication token that can be used to connect the iOS user to Terra like so (note that you will have to create an endpoint to generate the auth token by calling this endpoint)
  1. Next use the token to initialise the connection:

Hope this has clarified things :)


LinearGoat27 months ago

Thanks!