Questions tagged [fabric-beta]
36 questions
12
votes
2 answers
How do I disable email notifications for Firebase App Distribution
I have just tried switching from Fabric/Crashlytics Beta to Firebase App Distribution for distributing my Android app to testers. I do so using the Gradle plugin as described…

danwilkie
- 794
- 6
- 10
11
votes
4 answers
Download Android APK file from Fabric Beta
Is it possible to download the Android APK file from Fabric Beta? We have multiple releases uploaded.

awardak
- 322
- 3
- 10
9
votes
1 answer
Fabric Beta versus Apple TestFlight for iOS beta app distribution?
What are the advantages/disadvantages of using Fabric's Beta kit versus Apple's TestFlight service for beta iOS app distribution? When and why would you choose one over the other?

Derek Soike
- 11,238
- 3
- 79
- 74
6
votes
6 answers
Cannot install Android APK from Crashlytics Beta
After uploading a new build to Crashlytics Beta, users are not able to install
Here's what's happening:
User receives an email notification with the latest build
Taps "Check it out", which opens Beta by Crashlytics
Clicking "Install Update" results…

tenprint
- 1,123
- 1
- 11
- 29
6
votes
3 answers
Fabric beta manual distribution sometime does not send invitation email
The Fabric beta manual distribution sometime does not send invitation email even in the webpage it show "Invited" to the person. If I click resend invitation, that person will get it. My QA team people has to come to me all the time for resend the…

An Quoc Duy Nguyen
- 197
- 1
- 15
5
votes
1 answer
How to Upload Android APK to Fabric Beta
What I want?
I have an Android App that I want to upload to Fabric Beta.
How do I want it ?
I want to upload my Android App to Fabric Beta using Fastlane.
What goes wrong ?
After running my fastlane fastlane beta command, I get a nice report that…

Ivelius
- 4,953
- 7
- 30
- 54
5
votes
5 answers
Getting error "The package appears to be corrupt" in Fabric Beta on Android 6
All my beta testers with Android 6 get this error when installing my app from Beta:
App not installed. The package appears to be corrupt
No problems for users with Android 7+. The APK can be dirrectly installed on all devices, including those with…

rzhik
- 91
- 2
- 4
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
using fabric beta testing with react-native expo project
Is there a way I can use Fabric beta testing with react-native expo project ?
I searched all over the internet but didn't find an example of this.
Edit 1: The project has been already created using CRNA command.
PS: I know I can detach from expo…

mina sameh
- 1,069
- 7
- 20
3
votes
1 answer
fabric beta testing number of users
I am checking the difference b/w fabric for beta testing and itunes testflight. I know for testflight the number of users is limited to 2000. what is the limit for fabric beta testing?
Unable to find that info.

subodh1989
- 696
- 6
- 13
- 40
2
votes
0 answers
Android fastlane deployment with flavored applicationId
I have Fastlane set up to build variants of my app. I have a Fabric Beta app for one of the variants set up and working for one of the variants, the original one.
Now that I've added another flavor with a different applicationId, and configured…

Tyler
- 19,113
- 19
- 94
- 151
2
votes
1 answer
Fabric gradle plugin integrate with AS3.0(android-gradle-plugin-3.0)
Error:
Execution failed for task ':app:crashlyticsUploadDistributionPreviewRelease'.
getMainOutputFile is no longer supported. Use getOutputFileName if you need to determine the file name of the output.
When I call…

Kevin Yao
- 21
- 3
2
votes
1 answer
Beta by Crashlytics app doesn't install
I added myself as a tester for my Android app. Received and opened the email on my Android device. Got to this screen:
Clicked on "Download" and got this:
The problem now: The "INSTALL" button doesn't work, i.e., it's not clickable.
This was on…

awardak
- 322
- 3
- 10
1
vote
0 answers
Uplaod .apk to fabric via curl over proxy
We are trying to upload .apk file generated from a pipeline in Jenkins to fabric via freestyle job through command line over a proxy server which has authentication.
We have also tried Fabric beta publisher which is not helping via a proxy which has…

Sudhamsh Kandukuri
- 33
- 8
1
vote
0 answers
Disallow uploading of the same build to Fabric Beta (crashlytics)
I am working on an app which can automatically deploy to beta-services (we use Testflight for iOS and Fabric Beta for Android). The entire deployment-process is run over BitRise, using fastlane-commands, and is set up to make an internal build &…

matthias_code
- 833
- 8
- 21