Se non utilizzi altri prodotti Firebase, devi solo creare un progetto e registrare la tua app. Tuttavia, se in futuro decidi di utilizzare altri prodotti, assicurati di completare tutti i passaggi della pagina collegata sopra.
Passaggio 1: Crea la tua app
Quando vuoi distribuire una versione pre-release della tua app ai tester,
crea l'APK utilizzando la procedura normale. Devi firmare l'APK con la chiave di debug o la chiave di firma dell'app.
Passaggio 2: Distribuire l'app ai tester
Per distribuire l'app ai tester, carica il file APK utilizzando la console
Firebase:
Apri la pagina App Distribution della
console Firebase. Quando richiesto, seleziona il progetto Firebase.
Nella pagina Release, seleziona l'app che vuoi distribuire dal menu a discesa.
Trascina il file APK dell'app nella console per caricarlo.
Al termine del caricamento, specifica i gruppi di test e i singoli tester
che devono ricevere la build. Poi, aggiungi le note di rilascio per la build.
Per saperne di più sulla
creazione di gruppi di tester, consulta la sezione Gestire i tester.
Fai clic su Distribuisci per rendere disponibile la build ai tester. Il tester
riceve automaticamente un invito via email per testare l'app.
(Facoltativo) Per condividere link a release specifiche con i tester che hanno accesso
a queste release, fai clic sull'icona
Link per copiare il link della release negli appunti.
Una volta distribuita la build, questa diventa disponibile nella
dashboard App Distribution della console Firebase per 150 giorni (cinque mesi).
Quando la build è a 30 giorni dalla scadenza, viene visualizzato un avviso di scadenza sia nella console sia nell'elenco delle build dei tester sul dispositivo di test.
I tester che non sono stati invitati a testare l'app ricevono inviti via email per
iniziare, mentre i tester esistenti ricevono notifiche via email che li informano che una nuova build
è pronta per il test. Per istruzioni su come installare l'app di test, vedi
Configurarsi come tester con App Distribution.
Puoi monitorare lo stato di ogni tester, ovvero se ha accettato l'invito e se ha scaricato l'app, nella console Firebase.
I tester hanno 30 giorni di tempo per accettare un invito a testare l'app prima che scada.
Quando un invito scade tra 5 giorni, nella console Firebase viene visualizzato un avviso di scadenza accanto al tester di una release. Un invito può essere
rinnovato inviandolo di nuovo utilizzando il menu a discesa nella riga del tester.
Passaggi successivi
Implementa il feedback in-app
per consentire ai tester di inviare facilmente feedback sulla tua app (inclusi
screenshot).
Scopri come mostrare avvisi in-app
ai tuoi tester quando sono disponibili nuove build della tua app da installare.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-03 UTC."],[],[],null,["\u003cbr /\u003e\n\nAPK AAB \n\n\u003cbr /\u003e\n\nThis guide describes how to upload APKs to App Distribution and distribute builds\nto testers using the Firebase console.\n\nBefore you begin\n\nIf you haven't already, [add Firebase to your Android\nproject](/docs/android/setup#console).\n\nIf you aren't using any other Firebase products, you only have to create a\nproject and register your app. However, if you decide to use additional\nproducts in the future, be sure to complete all of the steps on the page\nlinked above.\n| **Caution:** When you register your app with Firebase, make sure to enter the same package name as the app you're distributing. The package name value is case-sensitive and cannot be changed for your app in Firebase after it's registered with your Firebase project.\n\nStep 1. Build your app\n\nWhen you're ready to distribute a pre-release version of your app to testers,\nbuild your APK using your normal process. You must sign the APK with your debug\nkey or app signing key.\n\nStep 2. Distribute your app to testers\n\nTo distribute your app to testers, upload your APK file using the\nFirebase console:\n\n1. Open the [App Distribution page](https://console.firebase.google.com/project/_/appdistribution) of the\n Firebase console. Select your Firebase project when prompted.\n\n2. On the **Releases** page, select the app you want to distribute from\n the drop-down menu.\n\n3. Drag your app's APK file to the console to upload it.\n\n4. When the upload completes, specify the tester groups and individual testers\n you want to receive the build. Then, add release notes for the build.\n\n See [Manage testers](/docs/app-distribution/manage-testers) for more on\n creating tester groups.\n5. Click **Distribute** to make the build available to testers. The tester\n automatically receives an email invitation to test the app.\n\n6. (Optional) To share links to specific releases with testers who have access\n to those releases, click the\n **Link** icon to copy the release link to the clipboard.\n\nOnce you distribute your build, it becomes available in the\nApp Distribution dashboard of the Firebase console for 150 days (five months).\nWhen the build is 30 days from expiring, an expiration notice appears in both\nthe console and your tester's list of builds on their test device.\n\nTesters who haven't been invited to test the app receive email invitations to\nget started, and existing testers receive email notifications that a new build\nis ready to test. For instructions on how to install the test app, see\n[Get set up as a tester with App Distribution](/docs/app-distribution/get-set-up-as-a-tester?platform=android).\nYou can monitor the status of each tester-whether they accepted the\ninvitation and whether they downloaded the app-in the Firebase console.\n\nTesters have 30 days to accept an invitation to test the app before it expires.\nWhen an invitation is 5 days from expiring, an expiration notice appears in the\nFirebase console next to the tester on a release. An invitation can be\nrenewed by resending it using the drop-down menu on the tester row.\n\nNext steps\n\n- Implement [in-app feedback](/docs/app-distribution/collect-feedback-from-testers)\n to make it easy for testers to send feedback about your app (including\n screenshots).\n\n- Learn how to display [in-app alerts](/docs/app-distribution/set-up-alerts?platform=android)\n to your testers when new builds of your app are available to install.\n\n- Learn best practices for [distributing Android apps to QA testers using CI/CD](/docs/app-distribution/best-practices-distributing-android-apps-to-qa-testers-with-ci-cd)."]]