App Credentials

What the dashboard needs to register an app, and where to find each value.

When you register an app in the dashboard, you'll need these values.

PlatformFieldWhere to find it
iOSBundle IDXcode → General → Identity, or App Store Connect → App Information
iOSApple Team IDdeveloper.apple.com → Account → Membership (10-char code)
iOSApp Store IDApp Store Connect → App Information → Apple ID (e.g. id1490012345)
AndroidPackage namePlay Console → App signing, or applicationId in app/build.gradle
AndroidSHA-256 fingerprintsPlay Console → Test and release → App integrity → App signing — copy the SHA-256 for both the App signing key and the Upload key. Debug key: keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android
Register every Android fingerprint you install from — Play-installed builds are signed by Google's app-signing key, sideloads by your upload key, and dev builds by each machine's debug key. A missing fingerprint is the #1 reason App Links open the browser.