How to build AAB for Expo Custom Development Client

Hello

We want to upload our Custom Expo Development Client to Play Console so we can distribute internally to our developers. To do so we need an AAB rather than an APK since Google doesn’t accept APK anymore.

Is there any anyway to generate Android App Bundle for Custom Development Client? When I put "developmentClient": true in eas.json, it defaults to APK.

Any help will be appreciated :slight_smile:

you can remove “developmentClient”: true and set gradleCommand to :app:bundleDebug, but I’m not sure if you can submit debug builds to the play store and development client has to be debug build