Skip to main content

Setup

  1. To install the SDK, add the folder ICDeepLink.framework into a project.

  2. 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";

If you have any questions or problems, contact technical support.