iOS Sinch SDK - Installation
This guide demonstrates how to easily implement our SDK for chat and for push features.
Prerequisites
- Xcode 14+ and a familiarity with how to use the Xcode UI.
- Swift Package Manager (iOS 13+)
- Access to SDK GitHub repository.
Important!
This SDK GitHub repository is private, so you need to email Sinch to gain access.
Installing the dependencies
You can install the necessary dependencies using the Swift package manager inside of Xcode.
Swift Package Manager:
To install the dependency using the Swift package manager:
-
In Xcode, navigate to the Swift package manager interface and enter the following link
https://github.com/sinchlabs/sinch-chat-ios-sdk
. - Log in to your GitHub account using your GitHub credentials and your GitHub personal token .
Next, you must initialize your solution.