Skip to main content
This guide’s code samples show how to integrate the Zixflow iOS SDK end to end. Use the pages below as your working reference—source repositories are private and are not available for public clone.

What a complete integration covers

AreaWhat to implementDocs
Install & initializeInstall via CocoaPods or SPM, initialize the SDKInstallation, Quick Start
Identify & trackIdentify users, track events and screensCore Features
In-app messagingModal, inline, event listeners, inboxIn-App Messaging
Push notificationsAPNs or FCM, rich push / NSEPush Notifications
Push trackingDelivery and open metricsPush Notification Tracking
LocationOptional location moduleLocation Tracking
API surfaceFull method referenceAPI Reference

Suggested build order

  1. Install the SDK (Installation).
  2. Initialize the SDK and identify a test user (Quick Start).
  3. Add event and screen tracking (Core Features).
  4. Enable push (APNs or FCM) and verify delivery on a physical device.
  5. Enable in-app messaging and optionally location.
If you need a full sample project for your team, contact Zixflow support—public example repos are not published.