Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Firebase App Distribution
plat_ios
plat_android
Mit Firebase App Distribution können Sie Ihre Apps ganz einfach an vertrauenswürdige Tester verteilen.
Wenn Sie Ihre Apps schnell auf die Geräte der Tester bringen, können Sie frühzeitig und häufig Feedback erhalten. Wenn Sie Crashlytics in Ihren Apps verwenden, erhalten Sie automatisch Stabilitätsmesswerte für alle Ihre Builds. So wissen Sie, wann Sie bereit für die Veröffentlichung sind.
Startbereit?
So vertreiben Sie Ihre iOS-Apps:
Firebase-Konsole
Firebase-CLI
fastlane
REST API
So vertreiben Sie Ihre Android-Apps:
Firebase-Konsole
Firebase CLI
fastlane
Gradle
REST API
Hauptmerkmale
Plattformübergreifend |
Sie können sowohl Ihre iOS- als auch Ihre Android-Vorabversionen an einem Ort verwalten. |
Schnelle Verteilung |
Mit schnellem Onboarding, ohne SDK-Installation und sofortiger App-Bereitstellung können Sie Vorabversionen schnell an Ihre Tester weitergeben. |
Passt in Ihren Workflow |
Verteilen Sie Builds über die Firebase Console, das Firebase-Befehlszeilentool (CLI), fastlane oder Gradle (Android). Automatisieren Sie die Verteilung, indem Sie die CLI in CI-Jobs (Continuous Integration) einbinden. |
Testerverwaltung |
Sie können Ihre Testteams verwalten, indem Sie sie in Gruppen organisieren. Sie können ganz einfach neue Tester hinzufügen, indem Sie ihnen E‑Mail-Einladungen senden, die sie durch den Onboarding-Prozess führen. Sie können den Status jedes Testers für bestimmte Versionen Ihrer App einsehen. So sehen Sie, wer eine Einladung zum Testen angenommen und die App heruntergeladen hat. Wenn Sie In-App-Feedback aktivieren, können Sie leichter Feedback zu Ihren Vorab-Apps von Testern erhalten. |
Kompatibel mit Android App Bundles |
Releases für Ihr Android App Bundle für Tester bei Google Play bereitstellen App Distribution lässt sich in den Google Play-Dienst für die interne App-Freigabe einbinden, um das Testen und Starten von Apps zu optimieren. |
Kompatibel mit Crashlytics |
In Kombination mit Crashlytics erhalten Sie Informationen zur Stabilität Ihrer Testverteilungen. |
Beispiel für den Implementierungspfad
|
Neuesten Vorab-Build hochladen |
Laden Sie zuerst Ihr aktuelles APK, AAB oder IPA mit der Firebase-Konsole, Fastlane, Gradle oder den CLI-Tools in App Distribution hoch. |
|
Tester einladen |
Fügen Sie dann die Tester hinzu, die Ihre App ausprobieren sollen. Die Tester erhalten eine E‑Mail mit einer Anleitung für den Onboarding-Prozess. |
|
Feedback einholen |
Feedback von Testern einholen, Stabilitätsdaten im Blick behalten und die App iterativ verbessern |
|
Neue Betaversionen veröffentlichen |
Wenn Sie einen neuen Build zum Testen haben, laden Sie ihn einfach in App Distribution hoch. Ihre Tester werden benachrichtigt, dass ein neuer Build zum Ausprobieren verfügbar ist. |
Nächste Schritte
Best Practices kennenlernen
So vertreiben Sie Ihre iOS-Apps:
Firebase-Konsole
Firebase-Befehlszeilentool
fastlane
REST API
So vertreiben Sie Ihre Android-Apps:
Firebase-Konsole
Firebase-CLI
fastlane
Gradle
REST API
Weitere Informationen zu App Distribution finden Sie in den folgenden Codelabs:
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-08-23 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-08-23 (UTC)."],[],[],null,["# Firebase App Distribution\n=========================\n\nplat_ios plat_android \n\nFirebase App Distribution makes distributing your apps to trusted testers painless.\nBy getting your apps onto testers' devices quickly, you can get feedback early\nand often. And if you use Crashlytics in your apps, you'll automatically\nget stability metrics for all your builds, so you know when you're ready to\nship.\n\n\u003cbr /\u003e\n\nReady to get started?\n\nLearn how to distribute your iOS apps:\n\n[Firebase console](/docs/app-distribution/ios/distribute-console)\n[Firebase CLI](/docs/app-distribution/ios/distribute-cli)\n[fastlane](/docs/app-distribution/ios/distribute-fastlane)\n\n[REST API](/docs/reference/app-distribution/rest)\n\nLearn how to distribute your Android apps:\n\n[Firebase console](/docs/app-distribution/android/distribute-console)\n[Firebase CLI](/docs/app-distribution/android/distribute-cli)\n[fastlane](/docs/app-distribution/android/distribute-fastlane)\n[Gradle](/docs/app-distribution/android/distribute-gradle)\n[REST API](/docs/reference/app-distribution/rest)\n\nKey capabilities\n----------------\n\n|--------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Cross-platform | Manage both your iOS and Android pre-release distributions from the same place. |\n| Fast distributions | Get early releases into your testers' hands quickly, with fast onboarding, no SDK to install, and instant app delivery. |\n| Fits into your workflow | Distribute builds using the Firebase console, the Firebase Command Line Interface (CLI) tool, fastlane, or Gradle (Android). Automate distribution by integrating the CLI into continuous integration (CI) jobs. |\n| Tester management | Manage your testing teams by organizing them into groups. Easily add new testers with email invitations that walk them through the onboarding process. View the status of each tester for specific versions of your app, which indicates who has accepted a testing invitation and downloaded the app. Enable in-app feedback to make it easier to collect feedback on your pre-release apps from testers. |\n| Works with Android App Bundles | Distribute releases to testers for your Android App Bundle in Google Play. App Distribution integrates with Google Play's internal app sharing service to streamline your app testing and launching processes. |\n| Works with Crashlytics | When combined with Crashlytics, get insights into the stability of your test distributions. |\n\nExample implementation path\n---------------------------\n\n|---|--------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| | Upload your latest pre-release build | First, upload your latest APK, AAB, or IPA to App Distribution using the Firebase console, fastlane, Gradle, or the CLI tools. |\n| | Invite testers | Then, add the testers you want to try your app. Testers will receive an email that walks them through the onboarding process. |\n| | Get feedback | Get feedback from your testers, monitor stability data, and iterate on your app. |\n| | Release new beta builds | Whenever you have a new build ready for testing, just upload it to App Distribution. Your testers will be notified that a new build is available to try out. |\n\nNext steps\n----------\n\nLearn best practices\n\n- [Best practices for distributing Apple apps to QA testers using CI/CD and fastlane](/docs/app-distribution/best-practices-distributing-apple-apps-to-qa-testers-with-ci-cd-fastlane)\n- [Best practices for distributing Android apps to QA testers using CI/CD](/docs/app-distribution/best-practices-distributing-android-apps-to-qa-testers-with-ci-cd)\n\nLearn how to distribute your iOS apps:\n\n[Firebase console](/docs/app-distribution/ios/distribute-console)\n[Firebase CLI](/docs/app-distribution/ios/distribute-cli)\n[fastlane](/docs/app-distribution/ios/distribute-fastlane)\n[REST API](/docs/reference/app-distribution/rest)\n\nLearn how to distribute your Android apps:\n\n[Firebase console](/docs/app-distribution/android/distribute-console)\n[Firebase CLI](/docs/app-distribution/android/distribute-cli)\n[fastlane](/docs/app-distribution/android/distribute-fastlane)\n[Gradle](/docs/app-distribution/android/distribute-gradle)\n[REST API](/docs/reference/app-distribution/rest)\n\nTo learn more about App Distribution, check out the following codelabs:\n\n- [Distribute app bundle releases to testers](https://firebase.google.com/codelabs/appdistribution-app-bundles).\n\n- [Alert testers about your new app releases with Firebase App Distribution Android SDK](https://firebase.google.com/codelabs/appdistribution-android).\n\n- [Alert testers about your new app releases with the Firebase App Distribution iOS SDK](https://firebase.google.com/codelabs/appdistribution-ios).\n\n- [Distribute your pre-release iOS builds faster with App Distribution and fastlane](https://firebase.google.com/codelabs/appdistribution-udid-collection)."]]