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
Never expose your secret API key in client-side code. Only use the public key for mobile SDKs.