Using Swift Package Manager (SPM)
Step 1 - If the integration is being made with SPM (Swift Package Manager), please integrate VWO with the following:
URL: https://github.com/wingify/ios-mobile-insights-artifacts.git
Using CocoaPods
Step 1 - You can use CocoaPods to install the VWO Insights IOS SDK by adding the below pods to your Pod file.
pod 'VWO-Insights'
Run the pod install
command.
NOTE - In previous integration steps, the developer needed to add the PrincipalClass key in the Info.plist file.However, with the updated SDK version v0.4.13, this step is no longer required. Please ensure you remove this key when updating the SDK to the newer version.