0

APks generated in my app mode debug

APks generated in my app mode debug

It generates the apk in debug mode, in release mode it sends me an abb, but how do I get the application uploaded to the play store.

pepperlove
  • 170
  • 14
  • Does this answer your question? [Difference between apk (.apk) and app bundle (.aab)](https://stackoverflow.com/questions/52059339/difference-between-apk-apk-and-app-bundle-aab) – pepperlove Jul 06 '21 at 04:02

1 Answers1

0

Create a Google Play Console account (costs a one time fee of $25) -> Create App (follow all the steps)-> New Release, then upload your aab/apk in the given section, and your good to go.

Note: Google announced that all apps will be moved to the aab format, so I would recommend that you use aab instead of apk for release.

Shagufta
  • 40
  • 5