Если у вас много тестировщиков, вы можете использовать группы для более удобного управления доступом тестировщиков к релизам. Подробнее см. в статье Добавление и удаление тестировщиков из группы .
Пределы тестера
Firebase App Distribution имеет следующие ограничения для тестировщиков:
Добавьте до 500 тестировщиков в проект Firebase.
Добавьте максимум 200 тестировщиков в группу App Distribution
Чтобы добавить больше тестировщиков, запросите бесплатное увеличение лимита .
Добавление и удаление тестировщиков с помощью Firebase App Distribution API
Вы можете использовать конечные точки testers.batchAdd и testers.batchRemove в API Firebase App Distribution для добавления или удаления тестировщиков из App Distribution с помощью HTTP-запроса к API App Distribution.
Добавление и удаление тестировщиков из группы
Вы можете добавлять и удалять тестировщиков из групп на вкладке «Тестировщики и группы» на странице «Распространение приложений» в консоли 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-06 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)."]]