אם יש לכם מספר גדול של בודקים, אתם יכולים להשתמש בקבוצות כדי לנהל בקלות רבה יותר את הגישה של הבודקים לגרסאות. מידע נוסף זמין במאמר בנושא הוספה והסרה של בודקים מקבוצה.
מגבלות למשתמשים
Firebase App Distribution כפוף למגבלות הבאות על משתמשים:
הוספת עד 500 בודקים לפרויקט ב-Firebase
הוספה של עד 200 בודקים לקבוצת App Distribution
כדי להוסיף עוד בודקים, צריך לבקש הגדלת מכסה ללא עלות.
הוספה והסרה של בודקים באמצעות Firebase App Distribution API
אפשר להשתמש בנקודות הקצה testers.batchAdd ו-testers.batchRemove ב-Firebase App Distribution API כדי להוסיף בודקים ל-App Distribution או להסיר אותם ממנו באמצעות בקשת HTTP אל App Distribution API.
הוספה והסרה של בודקים מקבוצה
אפשר להוסיף בודקים לקבוצות ולהסיר אותם מהקבוצות בכרטיסייה בודקים וקבוצות בדף הפצת האפליקציות במסוף Firebase. קבוצות שימושיות לניהול הגישה לגרסאות של מספר רב של בודקים. לדוגמה, אפשר ליצור קבוצה כדי להעניק גישה לקבוצה קטנה של בודקים לגרסה מוקדמת של אפליקציה. אחרי שמיישמים את המשוב מהקבוצה הראשונית של הבודקים, אפשר ליצור קבוצה למספר גדול יותר של בודקים.
כשמוסיפים בודקים לקבוצה או מסירים אותם ממנה, הם מקבלים גישה לכל הגרסאות שהופצו לקבוצה הזו או מאבדים את הגישה אליהן.
הסרת בודק מקבוצה
כשמסירים בודק מקבוצה:
הבודק יוסר מכל הגרסאות שהייתה לו גישה אליהן באופן בלעדי דרך הקבוצה שממנה הוא הוסר.
אם הבודק הוא חבר בקבוצה אחרת שיש לה גם גישה לגרסה, הגישה של הבודק לגרסה הזו נשמרת.
מחיקת קבוצה
כשמוחקים קבוצה, כל הבודקים בקבוצה הזו מוסרים מכל הגרסאות שהייתה להם גישה אליהן באופן בלעדי דרך הקבוצה הזו. ברוב המקרים, המחיקה של קבוצה מתבצעת כמעט באופן מיידי. אבל אם יש לכם מספר גדול של בודקים וגרסאות, המחיקה של הקבוצה עשויה להימשך זמן רב יותר. אחרי שמוחקים קבוצה, היא לא מופיעה יותר בדף הפצת האפליקציות במסוף Firebase.
יכול להיות שייקח זמן עד שהסרת קבוצה תיכנס לתוקף. אחרי שמסירים קבוצה, יכול להיות שבודקים ספציפיים מהקבוצה שהוסרה יופיעו באופן זמני ברשימת האנשים שיש להם גישה לגרסה ספציפית.
[[["התוכן קל להבנה","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\niOS+ Android \n\n\u003cbr /\u003e\n\nThis document describes how to add and remove testers in App Distribution, including\nthe following tasks:\n\n- [Add and remove testers from a Firebase project](#add-remove-testers-project)\n- [Add and remove testers with the Firebase App Distribution API](#add-remove-testers-api)\n- [Add and remove testers from a group](#add-remove-testers-group)\n\nAdd and remove testers from a Firebase project\n\nYou add and remove testers in the **Testers \\& Groups** tab of\nthe [App Distribution page](https://console.firebase.google.com/project/_/appdistribution)\nin the Firebase console.\n\nIf you have a large number of testers, you can use groups to more easily\nmanage tester access to releases. To learn more, see\n[Add and remove testers from a group](#add-remove-testers-group).\n\nTester limits\n\nFirebase App Distribution has the following tester limits:\n\n- Add a maximum of 500 testers to a Firebase project\n\n- Add a maximum of 200 testers to an App Distribution group\n\nTo add more testers, request a no-cost\n[limit increase](https://console.firebase.google.com/project/_/appdistribution/limits).\n\nAdd and remove testers with the Firebase App Distribution API\n\nYou can use the `testers.batchAdd` and `testers.batchRemove` endpoints in the\n[Firebase App Distribution API](/docs/reference/app-distribution/rest)\nto add or remove testers from App Distribution using an HTTP request to the\nApp Distribution API.\n\nAdd and remove testers from a group\n\nYou can add and remove testers from groups in the **Testers \\& Groups** tab of\nthe [App Distribution page](https://console.firebase.google.com/project/_/appdistribution)\nin the Firebase console. Groups are useful for managing access to releases\nfor a large number of testers. For example, you could create a group to grant\na small group of testers access to an early release of an app. Once you\nimplement feedback from the initial tester group, you can create a\ngroup for a larger number of testers.\n\nWhen you add or remove testers from a group, those testers gain or lose\naccess to *all of the releases* which were distributed to that group.\n\nRemove a tester from a group\n\nWhen you remove a tester from a group:\n\n- The tester is removed from *all* releases that they had access to *exclusively* via the group from which they were removed.\n- If the tester is a member of a different group which also has access to a release, the tester retains access to that release.\n\nDelete a group\n\nWhen you delete a group, all of the testers in that group are removed from all\nreleases that they had access to exclusively via that group. In most cases,\ngroup deletion occurs almost immediately; but if you have a large number of\ntesters and releases, the group delete can take longer. After you\ndelete a group, it is no longer listed in the App Distribution page of the\nFirebase console.\n\nDeleting a group may not take effect immediately; after you\ndelete a group you might temporarily see individual testers from the deleted\ngroup listed as having access to a specific release.\n\nNext steps\n\n- [Import testers from CSV files](/docs/app-distribution/import-testers-csv-files).\n\n- To learn how to increase your internal testing base, see [Create invite links](/docs/app-distribution/create-invite-links).\n\n- To register additional iOS devices manually or programmatically, see\n [Register additional iOS devices](/docs/app-distribution/register-additional-devices)."]]