This guide demonstrates how to easily implement our SDK for chat and for push features.
- 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.
You can install the necessary dependencies using the Swift package manager inside of Xcode.
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]((/docs/sinch-chat/getting-started/ios/initialization/) your solution.