Firebase App Distribution API에서 testers.batchAdd 및 testers.batchRemove 엔드포인트를 사용하여 App Distribution API에 대한 HTTP 요청을 사용하는 앱 배포에서 테스터를 추가 또는 삭제할 수 있습니다.
그룹에서 테스터 추가 및 삭제
Firebase Console의 앱 배포 페이지에 있는 테스터 및 그룹 탭에서 그룹에 테스터를 추가하고 삭제할 수 있습니다. 그룹은 많은 수의 테스터를 대상으로 출시 버전 액세스 권한을 관리하는 데 유용합니다. 예를 들어 그룹을 만들어 소규모 테스터 그룹에 앱의 초기 버전 대한 액세스 권한을 부여할 수 있습니다. 초기 테스터 그룹의 의견을 구현한 후에는 더 많은 테스터를 위한 그룹을 만들 수 있습니다.
그룹에서 테스터를 추가하거나 삭제하면 해당 테스터는 관련 그룹에 배포된 모든 출시 버전에 대한 액세스 권한을 얻거나 잃게 됩니다.
그룹에서 테스터 삭제
그룹에서 테스터를 삭제할 때는 다음 사항에 유의하세요.
테스터는 삭제된 그룹을 통해 배타적으로 액세스할 수 있는 모든 출시 버전에서 삭제됩니다.
테스터가 출시 버전에 액세스할 수 있는 다른 그룹의 구성원인 경우 테스터는 해당 출시 버전에 계속 액세스할 수 있습니다.
그룹 삭제
그룹을 삭제하면 해당 그룹의 모든 테스터가 해당 그룹을 통해 배타적으로 액세스할 수 있는 모든 출시 버전에서 삭제됩니다. 대부분의 경우 그룹 삭제는 거의 즉시 이루어집니다. 하지만 테스터와 출시 버전이 많으면 그룹 삭제 시간이 길어질 수 있습니다. 그룹을 삭제하면 더 이상 Firebase Console의 '앱 배포' 페이지에 표시되지 않습니다.
그룹 삭제는 즉시 적용되지 않을 수도 있습니다. 그룹을 삭제한 후에도 일시적으로 삭제된 그룹의 개별 테스터가 특정 출시 버전에 대한 액세스 권한이 있는 것으로 표시될 수 있습니다.
[null,null,["최종 업데이트: 2025-08-13(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)."]]