appcenter-docs icon indicating copy to clipboard operation
appcenter-docs copied to clipboard

Publish Separate build architecture apks through app center

Open SAShah-Fintech opened this issue 4 years ago • 0 comments

I am trying to publish react-native app on Google Play Store through app center. While building my app I have set def enableProguardInReleaseBuilds = true in android\app\build.gradle file. So, I have four apks 1) app-arm64-v8a-release.apk 2) app-armeabi-v7a-release.apk 3) app-x86_64-release.apk 4) app-x86-release.apk When I create new release and trying to upload the app it only allows me to upload 1 apk file or bundle. image

My requirement is to upload all 4 apks at a time through app center. Can you please help me out to do so or do I have any other option?? Let me know if it is possible through app center SDK, because my ultimate goal is to automate uploading apks through SDK.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

SAShah-Fintech avatar Jul 28 '20 08:07 SAShah-Fintech