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:
npm install terra-capacitor
npx cap sync
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