Lightweight SDK for mobile apps. Collect, manage, and prioritize user feedback with Certificate Pinning, automated security updates, and GDPR compliance.
// Configure once at app startup
let configuration = GrenFeedback.Configuration(
apiKey: "your_api_key",
userId: "user_123"
)
GrenFeedback.shared.configure(with: configuration)
// Collect feedback from anywhere in your app
GrenFeedback.shared.sendFeedback(
GrenFeedback.Feedback(
title: "Feature request",
description: "Add dark mode support",
categoryId: "feature_request"
)
)Production-ready features designed for engineering teams that value security and user feedback
Scale your product portfolio without restrictions
Collect feedback at scale with no volume limits
Direct access to engineering support
Custom integrations with your existing tools
Hear from engineering teams who have integrated GrenFeedback into production apps
"Swift SDK integration was incredibly simple. Three lines of code and I was collecting user feedback. The technical documentation is excellent and covers all edge cases."
Alex Chen
Senior iOS Developer
"As a developer, I appreciate how lightweight the SDK is. It adds minimal overhead to the app and the setup is straightforward. Finally, an SDK that understands developer needs."
Sarah Johnson
Full Stack Developer
"The API is intuitive and well-designed. Integrating feedback into Android was a matter of minutes. Data types are well-defined and the documentation covers all use cases."
Miguel Torres
Mobile Developer
Everything you need to know about GrenFeedback
GrenFeedback is a lightweight mobile feedback SDK platform designed for iOS and Android developers. It provides native Swift and Kotlin SDKs to collect, manage, and prioritize user feedback directly from mobile applications.
Integration is simple. For iOS, add the Swift SDK via Swift Package Manager. For Android, add the Kotlin SDK via Maven Central. Configure the SDK with your API key and start collecting feedback in minutes.
Yes, GrenFeedback includes advanced security features including certificate pinning with automated updates, RSA-signed responses to prevent MITM attacks, multi-tenant architecture with data isolation, and GDPR compliance.
GrenFeedback provides native SDKs for iOS (Swift, iOS 15+) and Android (Kotlin, API 21+). We also offer a REST API for web integrations and webhooks for real-time notifications.
GrenFeedback offers a free tier with essential features. Paid plans start with transparent pricing based on your needs. Enterprise plans are available for large organizations with custom requirements.
Yes, you can create custom feedback categories with custom colors and settings. Categories can be public or private, and you can enable voting on public categories to let users prioritize features.
Yes, GrenFeedback supports webhooks with HMAC-SHA256 signature verification. You can receive real-time notifications for feedback events, API key events, and project updates.
Rate limits depend on your plan tier. Free tier includes generous limits for development and small apps. Higher tiers offer increased limits and priority support.