Setup
Installation
To install the library, use the files from ICDeepLink.framework in the project.
A demonstration of the library's use can be seen in the demo application ICDeepLink-Demo.
Configuration
To get started with the library, you need to reduce several key parameters:
- scheme - used to return to your app from IC Camera. For this section, create a scheme in the URL Types section of your Xcode project, then run the following code:
ICDeepLinkService.shared.scheme = "your_scheme"; - token - required to access the IC Camera app and to start a visit. Example of token installation:
ICDeepLinkService.shared.token = "your_token"; - agentId - the user ID used for identification in the system. Set it as follows:All identifiers can only contain the following characters: A-Z, a-z, 0-9, -, _.
```objc
ICDeepLinkService.shared.agentId = "your_agent_id";
```
If you have any questions or problems, contact technical support.