Basic Configuration
Add this to your App file (typicallyApp.swift):
API Key Setup
- Get your API key from the SuggestKit Dashboard
- Use your public key (starts with
public_) - never use the secret key in mobile apps - Store securely in your app’s configuration
Environment Configuration
Production Environment
Sandbox Environment
Use sandbox for testing and development:Advanced Configuration
User Management
Set Current User
Call this after user authentication:Clear User Session
Configuration Validation
Verify your setup with debug mode:Error Handling
Handle configuration errors gracefully:Next Steps
📱 Basic Usage
Start showing feedback UI
🎨 Customization
Style the components