Quickstart

Prev Next

This Quickstart walks you through the minimum integration of the Mapp Intelligence iOS SDK v5: add the dependency, initialize the SDK, and apply the global configuration. After these three steps, the SDK is ready to send tracking requests.

Steps

  1. Add the SDK Dependency — install the SDK via CocoaPods, Swift Package Manager, or XCFramework.

  2. Initialize the SDK — call initWithConfiguration(_:onTrackdomain:) in your AppDelegate or @main App.

  3. Configure Global Tracking — set app‑wide defaults for logging, request interval, batch support, and crash tracking.

Before you begin

Make sure your project meets the iOS requirements described in Requirements & Compatibility.

What comes next

Once the SDK is initialized, continue with a tracking implementation path under Tracking — start with Object Oriented Tracking for typed events, or use the Query Parameter Tracking (Legacy) calls when you forward parameters from a runtime layer.