docs: add mobile bundle ID whitelisting requirement for production#1354
Conversation
- Add new Production Setup section with mobile app identifier requirements - Include warning about staging vs production enforcement differences - Reference mobile app identifiers documentation - Addresses WAL-6167: improve visibility on mobile SDK setup for production Co-Authored-By: Agus <agustin@paella.dev>
Original prompt from Agus |
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Co-Authored-By: Agus <agustin@paella.dev>
Description
This PR addresses WAL-6167: Improve visibility on mobile SDK setup for production by adding critical mobile bundle ID whitelisting information to production setup sections across mobile SDK documentation.
Problem: Customers like Starshot were experiencing silent request failures when moving from staging to production because their mobile app identifiers (bundle IDs/package names) weren't whitelisted on production API keys. The existing documentation step was easy to miss, and staging doesn't enforce this requirement the same way production does.
Solution: Enhanced production setup documentation in three locations to prominently highlight the mobile bundle ID whitelisting requirement:
All changes include:
com.company.appname, Android:com.company.appname)/introduction/platform/api-keys/client-side#mobile-app-identifiersTest plan
Documentation rendering:
<Warning>component renders correctly in the React Native quickstart (crossbit-main)Technical accuracy verification:
Manual testing: Documentation changes only - no code functionality to test.
Package updates
No package updates required - documentation changes only.
Link to Devin run: https://app.devin.ai/sessions/6807ee0813584eddb002dd391c7bb1d4
Requested by: Agus (agustin@paella.dev)
Human Review Checklist: