Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Когда вы впервые распространяете приложение с помощью консоли Firebase или инструмента CLI ( Firebase CLI , fastlane), App Distribution отправляет тестировщику электронное письмо с приглашением и инструкциями по установке и тестированию сборки.
В этом руководстве описывается, как установить и протестировать новое приложение, распространяемое через App Distribution с точки зрения тестировщика. Для ответов на часто задаваемые вопросы или помощи в устранении неполадок прочтите руководство по устранению неполадок .
Шаг 1 : Войдите в систему через Google, чтобы принять приглашение.
На устройстве iOS откройте приглашение по электронной почте в Safari. Вам необходимо открыть приглашение по электронной почте, чтобы правильно установить профиль Firebase и зарегистрировать свое устройство на шаге 2 .
При появлении соответствующего запроса войдите в систему с помощью Google и примите приглашение протестировать приложение.
После того, как вы примете приглашение, вам будет предоставлен доступ к установке тестового приложения. Вы также получите уведомления о сборке по электронной почте от Firebase, когда разработчик приложения распространит новую сборку и включит вас в качестве тестировщика.
Шаг 2 : Установите профиль Firebase
Специальные распределения
На странице тестового приложения нажмите «Зарегистрировать устройство» .
При появлении соответствующего запроса загрузите профиль Firebase, затем установите его в приложении «Настройки» .
Установка профиля дает Firebase разрешение на:
Зарегистрируйте тестовое устройство, собрав уникальный идентификатор устройства (UDID). Если вы тестируете распространение Ad Hoc, Firebase отправляет всем владельцам и редакторам проекта Firebase электронное письмо, включающее UDID тестового устройства, а также инструкции о том, как включить устройство в профиль подготовки приложения, чтобы сборку можно было протестировать на вашем устройстве.
Установите веб-клип Firebase App Distribution на домашний экран тестового устройства. Веб-клип позволяет вам устанавливать и получать доступ ко всем вашим тестовым приложениям.
Корпоративные дистрибуции
Этот шаг необязателен, но рекомендуется для тестирования Enterprise-signed дистрибутивов. Установка профиля добавляет веб-клип Firebase App Distribution на домашний экран вашего устройства, чтобы вы могли установить и получить доступ ко всем вашим тестовым приложениям. Чтобы вручную установить профиль:
В разделе Тестовые приложения выберите приложение, которое вы хотите протестировать.
В правом верхнем углу страницы приложения нажмите mobile_screen_share .
Следуйте отображаемым инструкциям по установке профиля Firebase.
Шаг 3 : Установка и тестирование сборки
Специальные распределения
После регистрации устройства разработчик должен обновить свой профиль обеспечения с помощью UDID вашего устройства и повторно распространить сборку, настроенную для запуска на вашем устройстве. Firebase отправит вам уведомление по электронной почте, когда сборка станет доступна для установки.
В разделе Тестовые приложения веб-клипа Firebase App Distribution выберите приложение, для которого вы хотите установить новую сборку, затем нажмите Загрузить . Сборка загрузится на домашний экран вашего устройства, чтобы вы могли сразу же начать тестирование.
Корпоративные дистрибуции
В разделе Тестовые приложения веб-клипа Firebase App Distribution выберите приложение, для которого вы хотите установить новую сборку, затем нажмите Загрузить . Сборка загрузится на домашний экран вашего устройства, чтобы вы могли сразу же начать тестирование.
В приложении «Настройки» > «Профили и управление устройством » выберите имя разработчика приложения и укажите, что вы ему доверяете.
Если у вас нет веб-клипа Firebase App Distribution , вы можете установить новую сборку для своего тестового приложения, нажав «Загрузить последнюю сборку» в электронном письме с уведомлением о новой сборке от Firebase.
Наконец, вернитесь на главный экран устройства и откройте тестовое приложение.
Шаг 4 : (Необязательно) Включите оповещения о новых сборках
Если Firebase App Distribution SDK был добавлен в ваше тестовое приложение, вы можете по желанию включить оповещения в приложении, которые появляются, когда новые сборки доступны для тестирования. Для получения дополнительной информации о SDK, включая то, как добавить его в тестовое приложение, обратитесь к руководству Get Started.
Откройте тестовое приложение на главном экране вашего устройства.
Войдите в систему с помощью учетной записи Google, которую вы использовали ранее на шаге 1 (учетная запись, которую вы использовали для принятия приглашения приложения). Оповещения в приложении включаются автоматически.
Вернуться к тестовому приложению. Теперь вы получаете оповещения в приложении, когда новые версии приложения доступны для тестирования.
Чтобы загрузить новую версию приложения прямо из оповещения, нажмите «Обновить» в диалоговом окне оповещения. Новая версия приложения будет загружена и добавлена на домашний экран вашего устройства.
[null,null,["Последнее обновление: 2025-07-03 UTC."],[],[],null,["\u003cbr /\u003e\n\niOS+ Android \n\n\u003cbr /\u003e\n\nWhen you first distribute an app using\nthe [Firebase console](/docs/app-distribution/android/distribute-console) or\na CLI tool ([Firebase CLI](/docs/app-distribution/android/distribute-cli),\n[fastlane](/docs/app-distribution/android/distribute-fastlane)),\nApp Distribution emails the tester an invitation with instructions on how to\ninstall and test the build.\n\nThis guide describes how to install and test a new app\ndistributed through App Distribution from a tester's point of view. For answers to\nfrequently asked questions or help with troubleshooting, read the\n[troubleshooting guide](/docs/app-distribution/troubleshooting).\n\n**Step 1**: Sign in with Google to accept the invitation\n\n1. On an iOS device, open the email invitation in Safari.\n You must open the email invitation to properly install the Firebase\n profile and register your device in [Step 2](#install-profile).\n\n2. When prompted, sign in with Google and accept the invitation to\n test the app.\n\n| **Keep the following in mind:**\n|\n| - After opening an invitation to test an app, you can sign in with any Google account to accept the invitation, not just the account to which the invitation was originally sent.\n| - Invitations can only be accepted once before becoming invalid.\n| - A Google account can be associated with any email address, not only addresses with Gmail or G Suite domains. Find out how to [sign in](https://support.google.com/accounts/answer/176347?co=GENIE.Platform%3DDesktop&hl=en&oco=1) with another email address.\nOnce you accept an invitation, you're given access to install the test app. You also receive build notification emails from Firebase when the app's developer distributes a new build and includes you as a tester. **Tip:** If you don't want to go through your email to accept new app invitations, you can also access your pending app invitations directly in the Firebase App Distribution web clip: [appdistribution.firebase.google.com](http://appdistribution.firebase.google.com).\n\n**Step 2**: Install the Firebase profile \n\nAd Hoc distributions\n\n1. In the test app's page, tap **Register device**.\n2. When prompted, download the Firebase profile, then install the profile in the **Settings** app.\n\nInstalling the profile gives Firebase permission to:\n\n- Register the test device by collecting the device's unique device ID (UDID). If you're testing an Ad Hoc distribution, Firebase sends all Owners and Editors of the Firebase project an email that includes the test device's UDID , along with instructions on how to include the device in the app's provisioning profile so that the build can be tested on your device.\n- Install a Firebase App Distribution web clip to the test device's home screen. The web clip allows you to install and access all of your test apps.\n\nEnterprise distributions\n\nThis step is optional but recommended for testing Enterprise-signed\ndistributions. The profile installation adds the Firebase App Distribution\nweb clip to your device's home screen, so you can install and access all\nyour test apps. To manually install the profile:\n\n1. Under **Test apps**, select the app you want to test.\n\n2. In the top right of the app's page, tap *mobile_screen_share*.\n\n3. Follow the instructions displayed to install the Firebase profile.\n\n**Step 3**: Install and test the build \n\nAd Hoc distributions\n\nAfter you register your device, the developer must update their\nprovisioning profile with your device's UDID and redistribute a build\nthat's configured to run on your device. Firebase emails you a notification\nwhen the build is available for you to install.\nIn the **Test apps** section of the Firebase App Distribution web clip, select the app for which you want to install a new build, then tap **Download** . The build is downloaded to your device's home screen so you can start testing right away. \n\nEnterprise distributions\n\n1. In the **Test apps** section of the Firebase App Distribution web clip, select the app for which you want to install a new build, then tap **Download** . The build is downloaded to your device's home screen so you can start testing right away. \n2. In the **Settings** app \\\u003e **Profiles \\& Device Management** screen, select\n the app's developer name and trust it.\n\nIf you do not have the Firebase App Distribution web clip, you can install\na new build for your test app by tapping **Download the latest build** in\nthe new build notification email from Firebase.\n\nFinally, return to your device's home screen and open the test app.\n\n**Step 4**: (Optional) Enable new build alerts\n\nIf the Firebase App Distribution SDK has been added to your test app, you\ncan optionally enable in-app alerts that appear when new builds are available\nto test. For more information about the SDK, including how to add it to a test\napp, refer to the Get Started guide.\n\n1. From your device's home screen, open the test app.\n\n2. When the **Enable alerts** dialogue appears, tap **Yes**.\n\n | **If you don't see the dialogue,** note the following:\n | - The dialogue may appear at a different point in your app, depending on where the developer implemented the feature.\n | - If the developer customized the dialogue, it may appear with different text, buttons, or other elements.\n | - Check that you have accepted terms on your test device when you accepted the invitation to test the app.\n3. Sign in with the Google account you previously used in [Step 1](#sign-in)\n (the account you used to accept the app's invitation).\n In-app alerts are turned on automatically.\n\n If you have trouble signing in to your Google account, visit the\n [troubleshooting guide](/docs/app-distribution/troubleshooting#google-signin-ios).\n4. Return to the test app. Now, you receive in-app alerts when new app versions\n are available for testing.\n\nTo download a new app version directly from an alert, tap **Update** in the\nalert dialogue. The new app version is downloaded and added to your device's\nhome screen.\n\nDelete your tester account\n\nTo delete your App Distribution tester account and its\ndata, see the [App Distribution troubleshooting \\& FAQ](/docs/app-distribution/troubleshooting#delete-tester-account)."]]