- Add UXCam to your project
Npm install cordova-uxcam
- On your file, AppComponent.ts, add the following line under imports
declare var UXCam:any;
- Call this method on platform.ready(). Your App-key is available from UXCam dashboard.
UXCam.optIntoSchematicRecordings() /* To enable session video recording on iOS */ UXCam.startWithKey("App-key from UXCam")
That completes the integration process.
Your session will be shown on the dashboard within few seconds after the app goes in the background.
You can optionally use the API'es for customization such as identify users from your database with UXCam, tag sessions or hide sensitive views.