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

Firebase App Distribution new build alerts on Android

In-app build alerts exist on iOS. It's a beta release feature. See here. Does this exist on Android yet? Is it possible? I can't find any information.
mmm111mmm
  • 3,607
  • 4
  • 27
  • 44
0
votes
1 answer

How to configure Firebase App Distribution for a flavor dimension combination?

I am currently working on an Android application in which one there is several flavor dimensions and several product flavors: flavorDimensions "environment", "deviceType" productFlavors { playstore { dimension "deviceType" } …
rolandl
  • 1,769
  • 1
  • 25
  • 48
0
votes
2 answers

IPA not uploaded to App Distribution using fastlane

I'm trying to upload IPA and APK files of a Flutter app to Firebase App Distribution using fastlane. First time I deploy, both IPA and APK files were successfully uploaded to App Distribution. But after the first time, every time I deploy, the APK…
Whezer
  • 101
  • 1
  • 7
0
votes
1 answer

Distributing a Flutter app using fastlane and Firebase App Distribution

I distributed a Flutter app using fastlane and Firebase App Distribution. I needed to distribute it again so I incremented the build number in pubspec.yaml file: version: 1.0.0+1 => 1.0.0+2 and Xcode's Build: 1 => 2 and ran git commit and ran…
Whezer
  • 101
  • 1
  • 7
0
votes
0 answers

Why does Firebase App Distribution claim that new Android app version is downgrade?

I'm using Firebase App Distribution to distribute my app for iOS and Android. For most users on iOS & Android, that worked with the latest version. But for one user, Firebase claimed that the new version was a downgrade. I'd like to know how to…
Karsten Silz
  • 1,036
  • 11
  • 18
0
votes
1 answer

Setting appDistributionProperties.apkPath from Kotlin dsl

I've tried converting our Android app to use the Kotlin DSL for gradle and I can't get AppDistribution to work in my CI build. This is the error I got: App Distribution found more than 1 output file for this variant. Please contact…
Robert Jeppesen
  • 7,837
  • 3
  • 35
  • 50
0
votes
1 answer

Firebase Console delete part of Project

I am using firebase with my android and iOS app. My android app got removed from play store once (had to be 18+, it was 16+, don't know why they deleted it, its a joke app and no nudity or brutality is shown :D). Now many users have the old version…
0
votes
1 answer

Can't install Firebase distribution builds on devices using iOS 9

I have a couple devices running on iOS 9 as that's our minimum supported version. After I receive the firebase distribution email, and tapping on the download link, I got redirected to a blank web page in these devices. The same provisioning…
0
votes
1 answer

Firebase App Distribution APK will not install

I'm using the Firebase App distribution to send out updates to a few testers and the most recent APK I uploaded will not install on Android devices (actually it is several new versions that all have issues installing). I had previously uploaded a…
E Run
  • 57
  • 7
0
votes
1 answer

Firebase App Distribution - Could not find the APK. Make sure you build first by running ./gradlew assemble[Variant]

I have recently updated the version of the Firebase Appdistribution Gradle plugin from 1.4.0 to 2.0.1. Since then Jenkins started giving the build time error below: Execution failed for task app:appDistributionUpload[Variant]. Could not find the…
Aydinozkan
  • 2,508
  • 2
  • 21
  • 26
0
votes
0 answers

Service credentials file does not exist. Please check the service credentials path and try again

i have followed this answer but i havent found didnt worked from answer --> https://stackoverflow.com/a/58777598/12553303 i have been trying to upload app upload to testers using app distribution using gradle method still getting error…
0
votes
1 answer

firebase_app_distribution can not distribute to testers groups on CirclceCI

On firebase console a testers group exists with name and alias, e.g. test-group. I'm distribution with: firebase_app_distribution( app: ****, service_credentials_file: ***, groups: 'test-group', firebase_cli_token: **** ) When run…
0
votes
1 answer

Firebase App Distribution - Multiple IPA for same release/version (per environment) is not working

I'm using Firebase App Distribution via Circle CI and Fastlane. So far, I am able to submit the build and validate that the release is available at the Firebase portal, however, even I have differents lanes per environmnet, I can only see just one…
Felipe Diaz
  • 343
  • 5
  • 13
0
votes
1 answer

Firebase App Distribution - Update existing IPA for new UDID

I am new to all this, but I am assuming the IPA for Ad-Hoc through Firebase App Distribution contains the provision profile with allowed device UDIDs. If then I want to add a new device, I need to update the profile, rebuild and re-upload the IPA.…
0
votes
0 answers

Using in-house distribution for iOS testing / QA purpose

I’m currently working in a large telecommunication holding. We are using multiple accounts with the Apple Developer Program for different companies in holding. This accounts have multiple applications. We are facing now a challenge with our main IT…
1 2 3
10
11