microsoft / appcenter-sdk-android

Development repository for the App Center SDK for Android
Other
274 stars 135 forks source link

Ignore file size check if original update file has AAB extension format #1690

Closed MikhailSuendukov closed 1 year ago

MikhailSuendukov commented 1 year ago

Description

Added the is_install_page=true parameter to the URL for the release details request in order to receive a link to download the APK file even if an ABB file has been uploaded to the portal. Also, due to the fact that when uploading an AAB file to the portal, the release details indicate the size of the AAB file, even if we download the APK file, we ignore the check of the size of the uploaded file in this case.