Get Started
Quickstart
Get started with Contacts Manager in minutes
Installation
1. Server Setup
This section covers setting up your backend to generate authentication tokens for the ContactsManager SDK.
2. Client Setup
Install and initialize the ContactsManager SDK in your client application.
Swift Package Manager
Add the ContactsManager package to your Swift project by adding it as a dependency in your Package.swift
file:
Or in Xcode:
- Go to File > Swift Packages > Add Package Dependency
- Enter the repository URL:
https://github.com/arpwal/contactsmanager-ios.git
- Specify a minimum version of
<latest-version>
from the repository - Click Next and complete the integration
SDK Initialization
Swift Package Manager
Add the ContactsManager package to your Swift project by adding it as a dependency in your Package.swift
file:
Or in Xcode:
- Go to File > Swift Packages > Add Package Dependency
- Enter the repository URL:
https://github.com/arpwal/contactsmanager-ios.git
- Specify a minimum version of
<latest-version>
from the repository - Click Next and complete the integration
SDK Initialization
Coming soon
Coming soon
Coming soon