آزمایشکنندگان را در برگه آزمایشکنندگان و گروهها در صفحه توزیع برنامه در کنسول Firebase اضافه و حذف میکنید.
اگر تعداد آزمایشکنندههای زیادی دارید، میتوانید از گروهها برای مدیریت آسانتر دسترسی آزمایشکننده به نسخهها استفاده کنید. برای کسب اطلاعات بیشتر، به افزودن و حذف آزمایشکنندگان از یک گروه مراجعه کنید.
محدودیت های تستر
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 لیست نمی شود.
حذف یک گروه ممکن است بلافاصله اعمال نشود. پس از حذف یک گروه، ممکن است به طور موقت آزمایشکنندههای فردی از گروه حذفشده را ببینید که به عنوان دسترسی به نسخه خاصی فهرست شدهاند.
تاریخ آخرین بهروزرسانی 2025-09-06 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[],[],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)."]]