qualtrics/qualtrics-dxa-ios
This package is Qualtrics' DXA iOS SDK to be used by iOS application via Swift Package Manager.
Installation
For CocoaPods guide, please refer to official documentation
XCode installation
1. Navigate to File->Add Packages...
<img src="docs/images/add_package_dependencies.png" width="400">
2. Search for the package repository url: https://github.com/qualtrics/qualtrics-dxa-ios in the top right corner and click Add Package:
<img src="docs/images/search_sources.png" width="800">
3. Add package to your target:
<img src="docs/images/choose_package.png" width="800">
4. Verify that the package has been added to your Project Navigator in Xcode, under Package Dependencies:
<img src="docs/images/verify.png" width="400">
Package dependency
1. In your Package.swift file, add QualtricsDXA as a dependency:
You can check the latest available version in the Release Notes
dependencies: [
.package(url: "https://github.com/qualtrics/qualtrics-dxa-ios.git", .upToNextMinor(from: "0.3.0"))
]Use .upToNextMinor to take advantage of bug fixes and new features that are non-breaking, ensuring stability as the package progresses.
2. Add QualtricsDXA as a dependency to target that depends on the SDK:
targets: [
.target(name: "YourTarget", dependencies: [
.product(name: "QualtricsDXA", package: "qualtrics-dxa-ios")
])
]Issues / Support
For help on the Qualtrics SDK, you will want to reach out to our support team via our Support Portal. If you do not have a login, please work with your brand admin to file a support ticket. We do not take support requests or community PRs through GitHub.
Package Metadata
Repository: qualtrics/qualtrics-dxa-ios
Default branch: main
README: README.md