The Unblu iOS mobile SDK serves as a way to integrate the Unblu platform into native iOS apps.
Unblu delivers the Unblu iOS mobile SDK as several Swift packages on GitHub: https://github.com/unblu/ios-sdk-xcframeworks
Please read the license file
To add the Unblu iOS mobile SDK Swift package to your Xcode project:
-
In Xcode, go to File > Add Packages.
-
Enter the following repository URL: https://github.com/unblu/ios-sdk-xcframeworks
-
In the Dependency Rule dropdown, select Up To Next Major Version.
-
Select the project you want to add it to.
-
Click Add Package.
-
In the window that appears, choose the ios-sdk-xcframeworks package and click Add Package.
-
Select the package products you require:
- UnbluCallKitModule
- UnbluLiveKitWebRtcProvider
- UnbluMobileSDK
- UnbluVonageWebRtcProvider
-
Click Add Package.
The Unblu ios-sdk-xcframeworks package and package products appears in the project's package dependencies.
For more information about adding Swift packages in Xcode, refer to Adding package dependencies to your app.