English topic guide inspired by the original iOS Developer Notebook, expanded for both iOS and Android teams.
// Xcode launch argument for staging API // Edit Scheme > Arguments Passed On Launch: -apiBaseURL https://staging.example.com
// Android Studio Build Variant usage // Use "staging" buildType with matching applicationIdSuffix for QA installs.