Setup
To install the SDK, add the folder ICDeepLink.framework into a project.
To start working with the IC API, configure parameters.
- scheme - used to return to your app. Add a new schema into URL Types section and run:
[ICDeepLink shared].scheme = @"string";
- token - access token to the IC Camera. Used to start a visit.
[ICDeepLink shared].token = @"string";
- agentId - user ID for identification in the system.
[ICDeepLink shared].agentId = @"string";
- scheme - used to return to your app. Add a new schema into URL Types section and run:
If you have any questions or problems, contact technical support.