Questions tagged [fabric-beta]
36 questions
1
vote
1 answer
Fabric Beta API Add Testers
Fabric Beta tool is very helpfull for app development. But now I would like to manage users from external app.
This means to be able at least Add Tester and Remove Testers. Did some work with such Fabric API?
I know about distribution plugins, but…

Solata
- 1,444
- 3
- 28
- 42
1
vote
2 answers
Flutter APK release build fails to upload to Fabric Beta
Having this issue only with Flutter builds. I've tried uploading both with the Android Studio Fabric plugin, and with Fastlane command.
When attempting to upload using the Android Studio Fabric plugin drag & drop, an error displays showing:
Unable…

jesobremonte
- 3,198
- 2
- 22
- 30
1
vote
2 answers
Add testers via Firebase Crashlytics platform
Before now in Fabric Beta
I could add new testers via Add Testers button:
How could I add new testers via Firebase platform?

Victor
- 914
- 12
- 15
1
vote
0 answers
Proxy issue with Fabric Beta Publisher and Jenkins in android app
I use Fabric Beta Publisher plugin for Jenkins to upload my release in Fabric. I have configure the proxy into Jenkins with plugins -> advanced. Also I have configure the proxys params into my VM. I have a timeout issue .
Any REX for using Fabric…

Younes Ben Tlili
- 263
- 1
- 2
- 15
1
vote
2 answers
Fabric causes errors when testers try download app
My testers have problem with an app I had uploaded to Fabric Beta. During normal testing they uninstall already installed app from their devices and they download new version from Fabric. In that case everything works fine. App will download and…

Kamil Harasimowicz
- 4,684
- 5
- 32
- 58
1
vote
1 answer
How to change release version in crashlytics?
There are some builds pushed to fabric/crashlytics, but they hold one release version (no idea where taken from) with numerous build numbers. How to change/increment/sync the release version in fastlane?

kol23
- 1,498
- 3
- 16
- 35
1
vote
1 answer
email address doesn't get testing invitation in Fabric Beta
I use Fabric Beta. I release it to 10 users, all @gmail.com created at the same time.
Unfortunately, one email address stopped getting invitations at some point.

jakub
- 3,576
- 3
- 29
- 55
1
vote
0 answers
App version always 0.0(0) after upload to fabric beta
I have strange problem with app version in fabric beta. After executing task :app:crashlyticsUploadDistribution build uploaded successfully. Version name and version code are correct for build, but version in the list of uploaded builds is always…

V. Gerasimenko
- 209
- 2
- 10
1
vote
1 answer
ios beta distribution with Free account
I have integrated Fabric Crashlytics sdk with my ios application, using the Fabric mac desktop app.
I archive my application using the free apple developer account. I uploaded the application using Fabric desktop app.
Setup with my email.
open the…

Eugene Lim
- 269
- 3
- 15
1
vote
2 answers
Class not found when unmarshalling when installing an app via Fabric Beta
I'm having this strange error when users are installing my app via Fabric's Beta causing the install to fail. This seems to only affect Samsung devices.
Class not found when unmarshalling: com.android.packageinstaller.InstallFlowAnalytics
…

stealthcopter
- 13,964
- 13
- 65
- 83
0
votes
1 answer
Since April 1st upload to Crashlytics Beta fails
We are using Jenkins Pipelines with a pipeline script and the Fabric Beta Publisher step.
Since April 1st the step fails, but no other error is visible.
Was part of Fabric/Crashlytics still disabled on April 1st? (Although the migration phase was…

Brian Nürnberg
- 1
- 1
0
votes
1 answer
How can I auto deploy Fabric Crashlytics Beta with Circle CI in Android
I want to auto deploy to Beta Fabric With Circle CI in Android
I add command in config.yml but it not work
deployDevelop:
<<: *defaults
steps:
- attach_workspace:
at: ~/code
- run:
name: Deploy develop to…
user11303297
0
votes
1 answer
iOS Test build closes after opening
When opening test builds on iOS the app closes immediately after the launch screen. I've implemented Crashlytics as well but no crash reports come up.
Or does Crashlytics not report crashes from 3rd party libraries maybe or do I need to implement…

Tom Spee
- 9,209
- 5
- 31
- 49
0
votes
0 answers
Crashlytics halted compilation: Body is too long
I am trying to upload my release notes to Fabric Beta using fastlane's crashlytics method. I am getting the following error:
Crashlytics halted compilation because it had a problem uploading the distribution.Validation failed: Body is too long…

Cristian Bănărescu
- 1
- 1
- 3
0
votes
1 answer
Fabric Beta: Channel conflict between orgs?
I am trying to distribute two Android apps with the same package name through two different orgs in Fabric Beta (I realize this is an odd thing to do, but they're different versions of the same app and for reasons I need to see if I can keep them in…

Matt
- 657
- 6
- 12