Installation
Set up the Ionic development environment
To setup the Ionic development environment for Android and iOS platforms, please folow the steps in this guide.
Add the library to your application
To add the chatvisor module into your application just install it using npm:
npm i teamviewer-engage-sdk
npx cap sync
This will add a line like this to your package's package.json (and run an implicit npm install):
dependencies:
"teamviewer-engage-sdk": "^1.2.16"
In your Android's App build.gradle repositories please add:
maven { url "https://chatvisor-mobile.s3.eu-central-1.amazonaws.com/android" }
Android
Make sure your minSdkVersion
is equal or greater than 21
.
iOS
Make sure your iOS version is equal or greater than 12
.