Documentation

Everything you need to integrate FeaturePulse into your iOS app. Native SwiftUI SDK, 4 lines of code, under 5 minutes.

Setup in 4 Lines

Add FeaturePulse to your iOS app in under 5 minutes.

1// 1. Configure
2FeaturePulse.shared.apiKey = "your-key"
3
4// 2. Show UI
5NavigationStack { FeaturePulse.shared.view() }
6
7// 3. Track Revenue (Optional)
8FeaturePulse.shared.updateUser(payment: .monthly(9.99, currency: "USD"))
9
10// 4. Track Engagement (Optional)
11RootView().featurePulseSessionTracking()

Quick Start

Get up and running in under 5 minutes

Features

Configure MRR tracking, engagement, and more

Integrations

Connect with your existing tools

iOS SDK Reference

Full API documentation on GitHub

Start with FeaturePulse Today

Start collecting feature requests from your iOS users today. Free to get started, no credit card required.