Questions tagged [firebase-app-distribution]

Firebase App Distribution makes distributing your apps to trusted testers painless.

Firebase App Distribution helps get your apps onto testing devices quickly, you can get feedback early and often. If you use Crashlytics in your apps, you’ll automatically get stability metrics for all your builds, so you know when you’re ready to ship.

Currently Firebase App Distribution is a beta release. This means that the functionality might change in backward-incompatible ways. A beta release is not subject to any SLA or deprecation policy and may receive limited or no support.

Firebase App Distribution can be used with both iOS and Android. There are different ways to distribute your apps:

IOS:

Distribute IOS apps with console

Distribute IOS apps with cli

Distribute IOS apps with fastlane

Android:

Distribute Android apps with console

Dsitribute Android apps with cli

Distribute Android apps with fastlane

Distribute Android apps with gradle

158 questions
3
votes
1 answer

firebaseAppDistribution - No signature of method: build.android() is applicable for argument types: (build_run_closure1) values: [build_run_closure1@x

I have a capacitor app and I'm trying to implement the Firebase Distribution with Gradle (https://firebase.google.com/docs/app-distribution/android/distribute-gradle?authuser=1&apptype=aab) but I'm stuck at this error: No signature of method:…
3
votes
0 answers

Firebase App Distribution app is linking to Google Play - App not found

We have connected the play console from the firebase app distribution but still, it is saying No apps are linked. We have the project in play console with the same package name which is currently in an internal testing state. Not sure what is…
3
votes
1 answer

Firebase app distribution via gradle updating the same APK instead of creating new one

I recently integrated firebase app distribution in my app and used the Firebase console. I used to generate APK and upload manualy via console and distribute the app. I was so naive. Then I came to know that this entire process can be automated via…
Rajat Beck
  • 1,523
  • 1
  • 14
  • 29
3
votes
0 answers

How do i share the .aab with testing team

Currently we are exporting APK to the play store and we are using Firebase app distribution for our testing track but now we want to start using App bundles instead of APK but the issue here that Firebase app distribution does not support. After a…
3
votes
2 answers

For firebase app distribution, what is the maximum size of the release notes?

I got an error that my release notes were too long. I can trim it down but I need to know the limit.
3
votes
2 answers

Device UDID is already present in my developer account still getting the error as waiting for developer in firebase and fastlane

I am trying to build the app and upload to firebase through fastlane. Add distributed successfully, but after the distribution the app shows the Waiting for developer and need to add the UDID. But already I have added that UDId of the user in my…
sejn
  • 2,040
  • 6
  • 28
  • 82
3
votes
1 answer

Could not determine java version from '15.0.1'

I try to upload my test package firebase App Distribution by using ./gradlew assembleAlphaDebug appDistributionUploadAlphaDebug code snippet through android studio terminal, 5 days before I updated my java version and then I have started getting…
Samet ÖZTOPRAK
  • 3,112
  • 3
  • 32
  • 33
3
votes
3 answers

How to update tester feedback in Firebase Distribution?

I implemented Firebase Distribution in my app. It working well. But during testing how the tester will update the feedback. There is no feature in the tester app. In the Firebase documentation, they mentioned tester can share the feedback.
Magesh Pandian
  • 8,789
  • 12
  • 45
  • 60
3
votes
0 answers

Flutter with FirebaseAppDistribution ignore "--target"

Updated (07 Nov 2019) I've tried the following command and it works as expected Assume that flavor=Staging and build=Release, Build_Variant=StagingRelease. And based on Flutter entry point file (--target)=lib/main_stg.dart ./gradlew…
2
votes
1 answer

"Firebase App Distribution Admin" role is missing

I'm struggling to configure the firebase app distribution to deploy my android application. But I'm receiving the following error: App Distribution halted because it had a problem uploading the APK: [403] The caller does not have permission It…
2
votes
0 answers

Firebase app distribution: How to add testers to tester group automatically with command?

I am using the below Firebase command to invite testers to my Firebase app as per the documentation here: https://firebase.google.com/docs/app-distribution/ios/distribute-cli firebase appdistribution:testers:add anothertester@email.com…
Rohith S
  • 80
  • 1
  • 6
2
votes
1 answer

How can I export my AAB from Firebase app distribution to Play store?

According to this support article: When you upload an app bundle to App Distribution, it’s exported to Google Play to generate an APK that's optimized for your tester's device configuration. But this answer in Firebase documentation: AAB builds…
2
votes
2 answers

Is there any way to download apps programatically from firebase app distribution?

My main goal is to programatically download an app that is being distributed to the testers from firebase app distribution. The effect should be the same as pressing "Download" button on specified release from app distribution here: I've tried…
Ciszko
  • 175
  • 1
  • 13
2
votes
1 answer

Is app distribution possible simultaneously for smartphone and Wear with Firebase?

I wrote two apps for Android for the department I work at. One Wear and one Mobile App, which are in one project. I registered the app with Firebase and downloaded the Firebase Tester app to the phone. I also used the Android Studio terminal to…
SeRo
  • 85
  • 7
2
votes
2 answers

Android: Firebase App Distribution with AAB leads to production store

I want distribute my app AAB for testers via App Distribution. But when I upload AAB to App Distribution and open it on device, it leads not on internal app sharing with new version, but to Google Play Store with production version. How can I fix…