I have app using Play App Signing. I want upload app to Huawei App Gallery. Google recommend to download signed, universal APK from bundle explorer and then upload to store outside Google Play.
If you also distribute your app outside of Google Play or plan to later and want to use the same signing key, you have two options:
- Either let Google generate the key (recommended) and then download a signed, universal APK from the app bundle explorer to distribute outside of Google Play. You can also download signed APKs from the Google Play Developer API.
- Or you can generate the app signing key you want to use for every app store, and then transfer a copy of it to Google when you opt in to Play App Signing.
https://support.google.com/googleplay/android-developer/answer/9842756?hl=en
How I can automate this with Fastlane so I not need to manually download universal APK from bundle explorer every time?