> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zixflow.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Example Apps

> Example Apps — Zixflow iOS SDK integration guide.

The SDK includes complete example applications:

### APN-UIKit Sample (SPM + UIKit)

**Location**: `/Apps/APN-UIKit/`

Demonstrates:

* Swift Package Manager installation
* UIKit integration
* Apple Push Notifications
* Location tracking
* Event tracking
* User identification

### CocoaPods-FCM Sample (CocoaPods + SwiftUI)

**Location**: `/Apps/CocoaPods-FCM/`

Demonstrates:

* CocoaPods installation
* SwiftUI integration
* Firebase Cloud Messaging
* Rich push notifications
* Settings configuration UI

### VisionOS Sample

**Location**: `/Apps/VisionOS/`

Demonstrates:

* visionOS compatibility
* Limited feature set
* APNs integration

### Running Example Apps

```bash theme={null}
# Setup sample app
make setup_sample_app app=APN-UIKit
# or
make setup_sample_app app=CocoaPods-FCM
```

***
