You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bzon First of all, thank you for making this tool.
We're trying out your tool in our workflow but there's a small problem after uploading apk to AWS S3. When downloading the apk from S3, the file is incorrectly detected as a zip file (something like app-release.apk.zip), and I'd have to change the file name before install it. According to this stackoverflow post: https://stackoverflow.com/questions/44501951/android-apk-is-getting-downloaded-as-a-zip-file-on-mobile-chrome-browser , the MIME type of the S3 object might be incorrect.
Is it possible to set this when uploading to S3?
The text was updated successfully, but these errors were encountered:
@bzon First of all, thank you for making this tool.
We're trying out your tool in our workflow but there's a small problem after uploading apk to AWS S3. When downloading the apk from S3, the file is incorrectly detected as a zip file (something like app-release.apk.zip), and I'd have to change the file name before install it. According to this stackoverflow post: https://stackoverflow.com/questions/44501951/android-apk-is-getting-downloaded-as-a-zip-file-on-mobile-chrome-browser , the MIME type of the S3 object might be incorrect.
Is it possible to set this when uploading to S3?
The text was updated successfully, but these errors were encountered: