Manual Integration by Downloading Modules from the GitHub Repository
Method 3: Manual Installation
This section provides the steps necessary for adding and configuring the Webex Connect SDK within your XCode project.
- Download SDKs:
- Download the required Webex Connect iOS SDKs (Core, Push, InAppMessaging) directly from
the official GitHub repository: Webex Connect iOS SDK Releases.
- Download the required Webex Connect iOS SDKs (Core, Push, InAppMessaging) directly from
- Add SDKs to Project:
- Unzip the downloaded SDKs.
- Drag and drop the .xcframework files into your Xcode project.
- In the prompt that appears, select "Create groups" and "Copy items if needed."
- Configure Project:
- Select your project in the Xcode navigator.
- Go to the General tab and in the Frameworks section, change the Embed status to "Embed &
Sign" for the newly added frameworks.
And follow the next steps (Project Setup) provided in the iOS Modularization SDK Quick Start Guide.
Updated about 1 month ago