firebase / firebase-android-sdk

Firebase Android SDK
https://firebase.google.com
Apache License 2.0
2.23k stars 565 forks source link

rename app distribution APK on upload #5044

Open michaelaubertcmc opened 1 year ago

michaelaubertcmc commented 1 year ago

What feature would you like to see?

The app distribution gradle plugin should let testers download APKs with the same file name as when they were uploaded

Testers can currently only download files named "app.apk" no matter the name of the apk file that was originally uploaded

Using the "artifactPath" parameter in gradle is a problem when the Android application has more than one build variant.

Could we add a "artifactName"?

How would you use it?

This would let us keep meaningful names of APKs when distributing them from developers to testers. It would allow us to avoid mistakes when testing our mobile application

Both Jenkins and Gitlab let us control the name of the artifacts. We would like Firebase App Distribution to be our source of truth instead.

harishrpatel commented 1 year ago

Yes, would love this feature for build variants/flavors. We use Github Actions and it would be great if we could pass build number like ${{ github.run_number }} and have it be part of the file name (if possible).

tandrej98 commented 1 year ago

Hi, is there any update on this please?

SiddheshShetye commented 9 months ago

This is really needed feature. any update on this?

argzdev commented 9 months ago

Hi folks, thanks for pinging this to our attention. Let me try bringing this up to our engineers to get some feedback.

Update: Currently, we can't promise any timeline for this feature, however we've added this in our radar and we'll take it into account when prioritizing our upcoming work.

tandrej98 commented 7 months ago

Hi there, do we have any news about this please?

jpgpuyo commented 6 months ago

Any updates on this? Thanks!

tandrej98 commented 2 months ago

Hi there, any updates here please?

iamsykez commented 1 month ago

Any update on this? It feels like a big oversight.

masztalski commented 1 week ago

Just found out about this issue as freshly moved from appCenter to firebase distribution. File should stay at least exactly same as it was uploaded. Sure, some extra control with parameters will be great, but at least stop renaming it