Reputation: 362
I want to try the new Firebase App Distribution feature, but the moment I drag my apk to upload it and create a new distribution, I get this error: "Something went wrong. 'app-release.apk' failed to upload."
As the documentation says (https://firebase.google.com/docs/app-distribution/android/distribute-console), I'm following my normal build process and signing the apk. I've tried signin it with my app signin key, with the debug key, with V1 signature, V2 signature, and with both V1 and V2.
Upvotes: 5
Views: 8606
Reputation: 6936
I also faced this problem and finally figure out the reason behind it. The problem is very low or unstable uploading speed of my ISP. Then I have tried to upload my APK with a high and stable uploading speed internet and it works fine.
Upvotes: 0
Reputation: 1
Same problem, but I'm using Chrome. When apk was uploaded, firebase have requested for checking that uploading item for existing, but response was error "ENTITY_NOT_FOUND" with 404 code.
Upvotes: -2