Skip to main content
The Zixflow iOS SDK is available via CocoaPods (recommended for most projects) and Swift Package Manager. Minimum platform: iOS 13.0.

Setup Podfile

Add the following to your Podfile:
Alternative: Umbrella Pod (includes all modules)

Install

Import Modules


Swift Package Manager

If your team uses Swift Package Manager, Zixflow can provide the package source URL for your workspace (the native iOS SDK repository is private and is not linked from these docs).

Option 1: Xcode GUI

  1. Open your project in Xcode
  2. Navigate to FileAdd Package Dependencies…
  3. Enter the package URL provided by Zixflow
  4. Select version rule: Up to Next Major from 1.1.3
  5. Choose the products you need:
    • DataPipelines (required)
    • MessagingPushAPN (Apple push)
    • MessagingPushFCM (Firebase push)
    • Location (location tracking)
  6. Click Add Package

Option 2: Package.swift

Add the SDK to your Package.swift using the package URL provided by Zixflow:

Import Modules