Our platform does not directly support .aab format for Android apps, there's a common practice followed by developers to overcome this limitation. Here's how you can do it:

  1. Continue to generate your .aab files for internal usage, as they come with the benefits of smaller file sizes and dynamic features.
  2. When preparing your app for distribution through our platform, also generate a .apk file. This can be done through your Android development environment.
  3. If you're using our fastlane plugin, you can configure it to build the .apk file automatically for distribution, while maintaining your .aab file for internal use.

In this way, you can enjoy the benefits of .aab while also being able to distribute your app on our platform using .apk.