All Questions
Tagged with google-fabric fabric-beta
25
questions
0
votes
1
answer
46
views
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 ...
1
vote
0
answers
21
views
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 ...
0
votes
1
answer
113
views
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: ~...
5
votes
1
answer
450
views
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 ...
1
vote
1
answer
65
views
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 ...
1
vote
2
answers
652
views
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 ...
-3
votes
1
answer
231
views
Releasing unsigned apk with Fabric from different Mac
it's since one year that i release unsigned apk with Fabric without problems. My work colleague has configured a new Mac for releasing sometimes the same app (always unsigned apk). If he release the ...
1
vote
2
answers
160
views
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?
0
votes
1
answer
74
views
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 ...
0
votes
0
answers
77
views
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 ...
1
vote
2
answers
3k
views
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 ...
3
votes
1
answer
621
views
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 ...
1
vote
1
answer
1k
views
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 ...
0
votes
1
answer
60
views
Show update dialog with Fabric Beta
Is there any way to get last build version from Fabric Beta in Android? Or maybe is there any chance to show dialog like in iOS?
4
votes
1
answer
928
views
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 ...