This package is Qualtrics' DXA iOS SDK to be used by iOS application via Swift Package Manager.
All the public APIs and supported scenarios are documented here: SDK overview.
The release notes for each version can be found here: Release Notes.
For CocoaPods guide, please refer to official documentation
2. Search for the package repository url: https://github.com/qualtrics/qualtrics-dxa-ios
in the top right corner and click Add Package
:
4. Verify that the package has been added to your Project Navigator in Xcode, under Package Dependencies
:
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.
targets: [
.target(name: "YourTarget", dependencies: [
.product(name: "QualtricsDXA", package: "qualtrics-dxa-ios")
])
]
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.