firebase-app-distribution Questions

1

I am trying to update the Firebase app distribution logo. After uploading my client App to Firebase, the logo remains as a basic avatar image, that is, if the App is called "Excellent", t...

3

Solved

I have an issue with Firebase Distribution configuration. Here's a part of my build.gradle in Kotlin DSL flavorDimensions("dim") productFlavors { create("fl1") { application...
Congius asked 26/6, 2020 at 9:51

1

Solved

Our team has been using Firebase Distribution to test our apps without encountering any issues. However, today, we are unable to download anymore. The Playstore page shows something like this...

8

Solved

I setup Firebase app distribution feature in Fastlane Fastfile to distribute beta version of my iOS app. It was working fine but It suddenly started showing errors. This is how my lane looks like. ...
Allveta asked 11/1, 2021 at 6:3

5

so 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 tha...

2

I'm attempting to distribute an Android app bundle via Firebase App Distribution. I'm following the docs here: https://support.google.com/firebase/answer/6392038?authuser=1 I seem to be getting stu...
Rhinencephalon asked 29/9, 2021 at 14:43

2

Solved

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 insta...
Midwinter asked 31/1, 2022 at 7:50

2

We use Firebase App Distribution to share app with testers and customers, but now they're getting a "Developer mode required" message. Perhaps someone has had such a situation and you kno...
Pettish asked 16/9, 2022 at 10:59

3

I am deploying an aab with Firebase App Distribution to testers in my company for the first time. Devices not any worries while others ... Some are blocked on the download window without having any...

12

I'm using the Firebase app distribution service for the Android platform. For automatic distributions, I've set up the Gradle file according to the steps mentioned in the docs. The setup and auth a...
Tini asked 27/9, 2019 at 6:5

4

I'm implementing app distribution for android with github actions, everything seems to be okay but I'm getting an error: * What went wrong: Execution failed for task ':app:appDistributionUploadQaRe...

4

Solved

I'm trying to migrate from Crashlytics Beta to Firebase App Distribution. CircleCi in the Middle. The build failes in CircleCi with the following error: What went wrong: Execution failed for...

1

Solved

Solved: The Firebase troubleshooting page has been updated: When you upload an AAB to App Distribution, Google Play automatically resigns the generated APK using a test app signing key certificate...

2

Solved

I am using Android Gradle Plugin version 7.0.0-alpha14 and Gradle version 7.0 and when I try to upload the app to app distribution through the Gradle plugin version 2.1.0 it fails on a task app:app...

1

I'm trying distribute app using firebase app distribution via fastlane. When I run firebase_app_distribution, it seems to login into Google successfully but somehow at the end it returns 404. I log...
Dickinson asked 14/4, 2022 at 3:25

1

latest_testflight_build_number allows easy build number bump example increment_build_number({ build_number: latest_testflight_build_number + 1 }) Is there something similar for Firebase App Di...
Koger asked 3/4, 2020 at 7:1

5

Solved

We pushed iOS app to Firebase distribution and sent invitations to every tester. Our testers followed all steps and get ready to test the app. Unfortunately, the testers get the message “ ...
Oe asked 6/10, 2019 at 23:31

2

Solved

I'm using Circle-Ci and Firebase App Distribution for our Continuous Distribution Every thing was working perfectly until today I'm receiving the below error: [10:52:11]: --- Step: firebase_app_dis...
Semifinal asked 9/2, 2021 at 11:19

2

Solved

I am adding "Firebase App Distribution" based on Google document to my Android application but after running appDistributionUploadRelease Gradle task I get this error message: 10:18:03 PM: Executi...
Pentecost asked 2/10, 2019 at 20:31

3

Solved

I'm trying to migrate from Fabric to Firebase since Fabric will not be available beyond March 31, 2020. I already have done the first steps: adding plugins and dependencies to gradle, adding analy...

2

Solved

Is there any way to get registered tester's UDID. We deleted wrongly mail which comes from Firebase accidentally. Before Firebase App Distribution, we can find it in Fabric Beta. But now we can not...
Unbearable asked 18/2, 2020 at 15:3

3

Solved

I have recently finished developing an application and I wanted to publish it between few friends to test it. I have sent it to 4 different users where 3 opened it without any problem while the 4th...
Chaker asked 30/11, 2020 at 20:28

1

Solved

I'm developing an iOS application and using App Distribution to distribute my test releases to QA Team, I didn't had any problem before, everything was smooth and pretty (estrange considering iOS d...

2

Solved

I receive an Firebase App Distribution invitation on my corporate google account. But when I accept invitation by clicking on "Go setup" in email, I mistakenly accepted the invitation with my perso...

0

We have been using Firebase App Distribution for a while now, via Fastlane plugin: fastlane-plugin-firebase_app_distribution 0.2.3 fastlane version 2.160.0 Uploading the build in the Fastfile: fi...
Gullett asked 2/10, 2020 at 10:41

© 2022 - 2024 — McMap. All rights reserved.