File > Add Packages, and enter the following URL:#Installation
#With Swift Package Manager
You can very easily install our SDK with Swift Package Manager.
To do so, open XCode on your application project, go to
And click
Add Package.
That’s it ! You can now use EngageIOS within your app 🎉#With CocoaPods
You can also install our SDK with CocoaPods.
To do so, add the following line to your Podfile:
And run
pod install in your terminal.#Manual install
If you don’t want to use Swift Package Manager, you can still install our SDK manually.
Download the latest EngageIOS.xcframework from the repository's releases page and add it to your project:
- Select your project in the Project Navigator
- Select your target
- Select the
Generaltab - Scroll down to
Frameworks, Libraries, and Embedded Content - Click the
+button - Select
Add Other... - Select the
EngageIOS.xcframeworkfile you downloaded and clickOpen

This step should also automatically add the file to your
Link Binary With Libraries build phase and set its status to Required: