Skip to main content

Setup

Learn how to setup the Dojo iOS SDK.

GitHub release

The Dojo iOS SDK is available on CocoaPods and Swift Package Manager.

  1. Ensure you have the latest version of CocoaPods.
  2. In your existing Podfile, add the following lines:
  1. Run the following command to install these pods:
pod install
info
  • To get the latest version of the mobile SDK, run pod update.
  • Ensure that you exclude payment-related fields from tracking if you are using screen recording or session recording services like LogRocket or UXCam. You can do that by setting themeSettings.analyticsExcludedFieldsIdentifier with your identifier value.