קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Firebase App Distribution
plat_ios
plat_android
יכולות עיקריות
פלטפורמות שונות |
אפשר לנהל את ההפצה של גרסאות קדם-הפצה גם ב-iOS וגם ב-Android ממקום אחד. |
הפצות מהירות |
הפצה מהירה של גרסאות מוקדמות לבודקים, עם תהליך הצטרפות מהיר, ללא צורך בהתקנת SDK ועם מסירת אפליקציות מיידית. |
משתלב בתהליך העבודה |
אפשר להפיץ גרסאות build באמצעות מסוף Firebase, כלי ממשק שורת הפקודה (CLI) של Firebase, fastlane או Gradle (Android). אפשר לבצע אוטומציה של ההפצה על ידי שילוב של ה-CLI במשימות של אינטגרציה רציפה (CI). |
ניהול בודקים |
אפשר לארגן את צוותי הבדיקה בקבוצות כדי לנהל אותם. אפשר להוסיף בקלות בודקים חדשים באמצעות הזמנות באימייל שמסבירות להם את תהליך ההצטרפות. אפשר לראות את הסטטוס של כל בודק בגרסאות ספציפיות של האפליקציה, ולבדוק מי אישר את ההזמנה להשתתפות בבדיקה והוריד את האפליקציה. כדי לאסוף בקלות משוב מהבודקים על אפליקציות טרום-השקה, אפשר להפעיל משוב בתוך האפליקציה. |
עובד עם קובצי Android App Bundle |
הפצת גרסאות לבודקים של Android App Bundle ב-Google Play. App Distribution משתלב עם שירות השיתוף הפנימי של אפליקציות ב-Google Play כדי לייעל את תהליכי הבדיקה וההשקה של האפליקציה. |
עובד עם Crashlytics |
כשמשלבים את הנתונים עם Crashlytics, מקבלים תובנות לגבי היציבות של חלוקות התנועה בניסוי. |
דוגמה לנתיב הטמעה
|
העלאת הגרסה האחרונה שלפני ההשקה |
קודם צריך להעלות את קובץ ה-APK, ה-AAB או ה-IPA העדכני אל App Distribution באמצעות מסוף Firebase, fastlane, Gradle או כלי ה-CLI. |
|
הזמנת בודקים |
לאחר מכן, מוסיפים את הבודקים שרוצים שינסו את האפליקציה. הבודקים יקבלו אימייל עם הסבר על תהליך ההצטרפות. |
|
איך מקבלים משוב |
לקבל משוב מהבודקים, לעקוב אחרי נתוני היציבות ולבצע שינויים באפליקציה. |
|
פרסום גרסאות בטא חדשות |
בכל פעם שיש לכם גרסה חדשה שמוכנה לבדיקה, פשוט מעלים אותה אל
App Distribution. הבודקים יקבלו הודעה על כך שגרסת build חדשה זמינה להתנסות. |
השלבים הבאים
שיטות מומלצות
איך מפיצים אפליקציות ל-iOS:
Firebase console
Firebase CLI
fastlane
REST API
כאן מוסבר איך להפיץ את האפליקציות ל-Android:
Firebase console
Firebase CLI
fastlane
Gradle
REST API
כדי לקבל מידע נוסף על App Distribution, אפשר לעיין ב-codelabs הבאים:
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-23 (שעון UTC).
[null,null,["עדכון אחרון: 2025-08-23 (שעון UTC)."],[],[],null,["Firebase App Distribution \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| 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| | 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\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)."]]