הפצת אפליקציות ל-Android לבודקים באמצעות מסוף Firebase
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
במדריך הזה מוסבר איך להעלות קובצי APK אל App Distribution ולהפיץ גרסאות build לטסטרים באמצעות מסוף Firebase.
לפני שמתחילים
אם עדיין לא הוספתם את Firebase לפרויקט Android, אתם צריכים להוסיף אותו.
אם אתם לא משתמשים במוצרים אחרים של Firebase, אתם צריכים רק ליצור פרויקט ולרשום את האפליקציה. עם זאת, אם תחליטו להשתמש במוצרים נוספים בעתיד, הקפידו לבצע את כל השלבים בדף שאליו קישרנו למעלה.
שלב 1. יצירת האפליקציה
כשמוכנים להפיץ גרסת טרום-השקה של האפליקציה לבודקים, צריך ליצור את קובץ ה-APK באמצעות התהליך הרגיל. חובה לחתום על ה-APK באמצעות מפתח הניפוי באגים או מפתח חתימת האפליקציה.
שלב 2. הפצת האפליקציה לבודקים
כדי להפיץ את האפליקציה לבודקים, צריך להעלות את קובץ ה-APK באמצעות
Firebase Play Console:
פותחים את הדף App Distribution במסוף Firebase. כשמוצגת בקשה, בוחרים את הפרויקט ב-Firebase.
בדף Releases (גרסאות), בוחרים את האפליקציה שרוצים להפיץ מהתפריט הנפתח.
גוררים את קובץ ה-APK של האפליקציה למסוף כדי להעלות אותו.
אחרי שההעלאה מסתיימת, מציינים את קבוצות הבודקים והבודקים האישיים שרוצים שיקבלו את הגרסה. אחר כך מוסיפים את נתוני הגרסה של ה-build.
מידע נוסף על יצירת קבוצות בודקים זמין במאמר בנושא ניהול בודקים.
לוחצים על הפצה כדי להפוך את הגרסה לזמינה לבודקים. הבודק מקבל אוטומטית הזמנה באימייל לבדיקת האפליקציה.
(אופציונלי) כדי לשתף קישורים לגרסאות ספציפיות עם בודקים שיש להם גישה לגרסאות האלה, לוחצים על סמל הקישור כדי להעתיק את הקישור של הגרסה ללוח.
אחרי שמפיצים את הגרסה, היא זמינה בלוח הבקרה App Distribution של מסוף Firebase למשך 150 ימים (חמישה חודשים).
כשנותרו 30 יום עד לתפוגה של הגרסה, מופיעה הודעה על תפוגה גם במסוף וגם ברשימת הגרסאות של הבודק במכשיר הבדיקה.
בודקים שלא הוזמנו לבדוק את האפליקציה מקבלים הזמנות באימייל כדי להתחיל, ובודקים קיימים מקבלים התראות באימייל על כך שגרסת build חדשה מוכנה לבדיקה. הוראות להתקנת אפליקציית הבדיקה מופיעות במאמר הגדרת חשבון כבודק ב-App Distribution.
אתם יכולים לעקוב אחרי הסטטוס של כל בודק – האם הוא אישר את ההזמנה והאם הוא הוריד את האפליקציה – במסוף Firebase.
לבודקים יש 30 ימים לאשר את ההזמנה לבדיקת האפליקציה לפני שהתוקף שלה פג.
כשנותרו 5 ימים עד שתוקף ההזמנה יפוג, מופיעה הודעה על תפוגת התוקף בFirebase במסוף לצד הבודק בגרסה. אפשר לחדש הזמנה על ידי שליחה מחדש שלה באמצעות התפריט הנפתח בשורת הבודק.
השלבים הבאים
כדאי להטמיע משוב מתוך האפליקציה כדי להקל על הבודקים לשלוח משוב על האפליקציה (כולל צילומי מסך).
כאן מוסבר איך להציג התראות בתוך האפליקציה לבודקים כשגרסאות build חדשות של האפליקציה זמינות להתקנה.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-09-03 (שעון UTC)."],[],[],null,["\u003cbr /\u003e\n\nAPK AAB \n\n\u003cbr /\u003e\n\nThis guide describes how to upload APKs to App Distribution and distribute builds\nto testers using the Firebase console.\n\nBefore you begin\n\nIf you haven't already, [add Firebase to your Android\nproject](/docs/android/setup#console).\n\nIf you aren't using any other Firebase products, you only have to create a\nproject and register your app. However, if you decide to use additional\nproducts in the future, be sure to complete all of the steps on the page\nlinked above.\n| **Caution:** When you register your app with Firebase, make sure to enter the same package name as the app you're distributing. The package name value is case-sensitive and cannot be changed for your app in Firebase after it's registered with your Firebase project.\n\nStep 1. Build your app\n\nWhen you're ready to distribute a pre-release version of your app to testers,\nbuild your APK using your normal process. You must sign the APK with your debug\nkey or app signing key.\n\nStep 2. Distribute your app to testers\n\nTo distribute your app to testers, upload your APK file using the\nFirebase console:\n\n1. Open the [App Distribution page](https://console.firebase.google.com/project/_/appdistribution) of the\n Firebase console. Select your Firebase project when prompted.\n\n2. On the **Releases** page, select the app you want to distribute from\n the drop-down menu.\n\n3. Drag your app's APK file to the console to upload it.\n\n4. When the upload completes, specify the tester groups and individual testers\n you want to receive the build. Then, add release notes for the build.\n\n See [Manage testers](/docs/app-distribution/manage-testers) for more on\n creating tester groups.\n5. Click **Distribute** to make the build available to testers. The tester\n automatically receives an email invitation to test the app.\n\n6. (Optional) To share links to specific releases with testers who have access\n to those releases, click the\n **Link** icon to copy the release link to the clipboard.\n\nOnce you distribute your build, it becomes available in the\nApp Distribution dashboard of the Firebase console for 150 days (five months).\nWhen the build is 30 days from expiring, an expiration notice appears in both\nthe console and your tester's list of builds on their test device.\n\nTesters who haven't been invited to test the app receive email invitations to\nget started, and existing testers receive email notifications that a new build\nis ready to test. For instructions on how to install the test app, see\n[Get set up as a tester with App Distribution](/docs/app-distribution/get-set-up-as-a-tester?platform=android).\nYou can monitor the status of each tester-whether they accepted the\ninvitation and whether they downloaded the app-in the Firebase console.\n\nTesters have 30 days to accept an invitation to test the app before it expires.\nWhen an invitation is 5 days from expiring, an expiration notice appears in the\nFirebase console next to the tester on a release. An invitation can be\nrenewed by resending it using the drop-down menu on the tester row.\n\nNext steps\n\n- Implement [in-app feedback](/docs/app-distribution/collect-feedback-from-testers)\n to make it easy for testers to send feedback about your app (including\n screenshots).\n\n- Learn how to display [in-app alerts](/docs/app-distribution/set-up-alerts?platform=android)\n to your testers when new builds of your app are available to install.\n\n- Learn 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)."]]