← Guides & resources
iOS Feedback SDK Guide for Swift Apps
Step-by-step iOS feedback SDK integration for Swift and SwiftUI apps using FeedJarKit — setup, UI, and dashboard triage.
· ios feedback sdk
An iOS feedback SDK lets Swift and SwiftUI apps collect user input without custom backend work. FeedJarKit provides a built-in feedback sheet and a programmatic submit API.
Install FeedJarKit
- Add the Swift package from the FeedJar iOS SDK repository
- Call FeedJar.configure(apiKey:) at app launch
- Present FeedJar.presentFeedback(from:) or use SwiftUI sheet wrapper
When to show the feedback UI
- Settings → Send feedback (always on)
- After completing a core workflow
- From a shake gesture in debug builds only (optional)
Verify in the dashboard
Submit a test message from the simulator, filter by app in the FeedJar dashboard, and confirm metadata arrives. Use separate API keys for staging and production.
Frequently asked questions
- Does FeedJar support SwiftUI?
- Yes. FeedJarKit includes a SwiftUI sheet wrapper via feedJarFeedbackSheet modifier.
- How long does iOS SDK setup take?
- Most teams integrate in under 5 minutes with SPM and a single API key.