Integrate user feedback collection into your mobile applications with our lightweight, easy-to-use SDKs.
Our platform offers a complete solution for collecting, managing, and analyzing user feedback.
Lightweight SDKs that integrate in minutes. Start collecting feedback immediately.
Multi-tenant isolation with data encryption and GDPR compliance.
Complete dashboard to analyze trends and prioritize improvements.
Choose the SDK that best fits your development platform.
Native SDK for iOS applications with Swift. Compatible with iOS 15+.
let configuration = GrenFeedback.Configuration(
apiKey: "your_api_key",
userId: "user_123"
)
GrenFeedback.shared.configure(with: configuration)
Native SDK for Android applications with Kotlin. Compatible with API 21+.
val configuration = GrenFeedback.Configuration(
apiKey = "your_api_key_here",
userId = "user_123"
)
GrenFeedback.configure(configuration)
Receive real-time notifications about events in your projects. HMAC-SHA256 signed.
POST /webhooks/grenfeedback
Headers:
X-GrenFeedback-Signature: <hmac>
X-GrenFeedback-Event: feedback.created
Follow these steps to integrate GrenFeedback into your application.
Sign up for GrenFeedback and create a project to get your API key.
Install the appropriate SDK for your platform using the package manager.
Initialize the SDK with your API key at the start of your application.
Use the SDK API to send feedback from anywhere in your app.
Access the dashboard to manage and analyze received feedback.
Use feedback insights to continuously improve your product.