Quick Start Guide

How to get started by downloading and initialising the SDK in your environment

Learning

Before starting you'll need to be familiar with how the platform works. Review the following documents and you'll be ready to go.

Core Platform Concepts

Overview

Get Access

You can request access to the platform and the SDK via [email protected]envelope or your account manager.

  1. Request a login to Monterosa / Studioarrow-up-right and you'll receive an invite to login and set up your account

  2. Request access to Monterosa / Interaction SDKarrow-up-right and you'll receive a Welcome Pack with your credentials

Get the SDK

You should first follow the steps outlined here Download & Initialise the SDK

Get InteractKit

Once the initial setup is done, you will need to add InteractKit as a dependency on your codebase, as InteractKit is the library of our SDK that provides access to bi-directional data flows. You can add InteractKit as follows:

If you use Swift Package Manager, add the following GIT repository URL as a new package dependency in Xcode:

https://<package-username>:<package-token>@gitlab.com/monterosa-sdk/ios.git

Finally, select MonterosaSDKInteractKit from the list of available Package Products.

If you use CocoaPods, the GIT repository source URL should already be in your Podfile, so you'll just need to add the following pod dependency:

pod 'MonterosaSDKInteractKit'

Your IDE should help with importing InteractKit, here are some examples:

Last updated