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
4
votes
1 answer

Firebase distribution Error: failed to upload distribution. it took longer than expected to process your binary, please try again

'[' success == success ']' firebase appdistribution:distribute test.apk --app 1:1234567890:android:0a1b2c3d4e5f67890 --release-notes "Bug fixes and improvements" --testers-file testers.txt i getting app details... i uploading…
4
votes
1 answer

Firebase App Distribution and Google play secure signing

I've setup Firebase App Distribution on our projects with the provided "App Tester" android app which is amazing. Although I identified one major issue that I know a lot of people using this tool are experiencing and from what I saw, nobody actually…
4
votes
0 answers

Unable to install Firebase App Tester application on Android device with Device Policy profile

Unable to install Firebase App Tester application on Android device within work profile - error when uploading APK file through app management of Google Cloud Identity service. Secure corporate access on personal devices is used in a company.There…
4
votes
3 answers

How can i use Firebase App distribution without google account?

I am a Fabric user it works flawless for app distribution purpose. Recently I migrated my Fabric app to Firebase platform (as Google is removing Fabric) for app distribution with my testers. I followed their doc…
Dev
  • 99
  • 2
  • 9
4
votes
0 answers

How can i disable distributions in Firebase App Distribution

I'm switching Fabric Crashlytics Beta to Firebase App Distribution and it works perfectly. when I'm distributing my app in many version like 1.0.2, 1.0.3 and invited to group testers but there were some versions of my app that I don't want group…
4
votes
1 answer

Flutter app works as .apk, but "installation failed" with firebase distribution

I am trying to put a Flutter app on Firebase app distribution. I build the .apk, then transfer it onto my android phone. When I test it, no issues. Then, I upload the .apk to Firebase app distribution and try to install it on my phone (after…
4
votes
0 answers

iOS and Firebase app distribution doesn't want to sign app with development profile and distribute it

I have problem with firebase app distribution. I am using Xcode 11 and there are new iOS Development certificates, namely Apple Development certificates. I have added fastlane, added plugin to fastlane for firebase-app-distribution. But when I am…
Michał Ziobro
  • 10,759
  • 11
  • 88
  • 143
4
votes
1 answer

How Does Firebase App Distribution name distributions?

I was assuming Firebase App Distribution names distributions by the versionName. For me it displays empty value. There is only versionCode in brackets. This is how it looks at firebase: Does anyone know what is the distribution name and how to…
kolczak
  • 181
  • 9
4
votes
1 answer

Gradle task to automate release notes from commit message in gradle for Firebase App Distribution dev builds

We use Travis CI and deploy dev and QA builds continuously - and recently set up Firebase App Distribution. I'd like to be able to use the git commit message as "release notes" for dev and QA builds, and automate that in gradle where…
rdmcbath
  • 305
  • 1
  • 9
4
votes
2 answers

FirebaseAppDistribution: Missing app id in the appDistributionUpload gradle command

I am using the Firebase App Distribution with the Gradle plugin. When I try to run the appDistributionUploadDebug command I receive the error: Getting appId from output of google services plugin FAILURE: Build failed with an exception. * What went…
4
votes
2 answers

Error when trying to upload apk to Firebase App Distribution

I want to try the new Firebase App Distribution feature, but the moment I drag my apk to upload it and create a new distribution, I get this error: "Something went wrong. 'app-release.apk' failed to upload." As the documentation says…
Granjero
  • 340
  • 3
  • 13
3
votes
0 answers

Send Android App from Firebase App Distribution to Google Play Console Production directly

I'm using Firebase App Distribution for sharing the App with testers. Now what I want is to send App directly in Google Play Console production when testers pass it, rather then I upload the app to Google Play Console. Is there any way ? I tried to…
3
votes
0 answers

Firebase App Distribution - Could not find APK after renaming it

Note: this only occurs after upgrading Firebase App Distribution Gradle plugin to 3.0.0 or newer. Hi there, We have in our project a gradle task to rename the apk file after generating it: applicationVariants.all { variant -> variant.outputs.all…
rcorchero
  • 31
  • 1
3
votes
0 answers

FIREBASE_TOKEN abruptly expired

We set up our CI to upload APK build to firebase app distribution using firebase app distribution gradle plugin. We authenticate via the FIREBASE_TOKEN approach. We have been using the same FIREBASE_TOKEN for years without any problem. The last…
You Qi
  • 8,353
  • 8
  • 50
  • 68
3
votes
2 answers

Integrity could not be verified for iOS build which previously worked

Since 2 days I cannot install apps from Firebase App Distribution any more. The flow worked before and nothing has changed in the iOS signing process. This can be proved by trying to load and install old builds which previously worked on all phones.…
luckyhandler
  • 10,651
  • 3
  • 47
  • 64
1 2
3
10 11