Secrets and rotation
The credentials used to connect Apple, RevenueCat, and the SpendDaddy API can grant access to sensitive business data. Handle them like production secrets.
What should never be exposed
- Private keys
- API tokens
- Webhook URLs that include secrets
- SpendDaddy API keys
Never embed the SpendDaddy API key in a mobile app. Send events from your backend or another trusted server-side gateway.