Home > Blockchain >  Does app bundle converts to apk during instalation on device from Google Play?
Does app bundle converts to apk during instalation on device from Google Play?

Time:11-26

I want to upload an app bundle to Google Play. And question is: does .aab converts to .apk during instalation from GP like it is doing bundle tool for manual instalation?

CodePudding user response:

Yes Google Play extracts apk from aab

https://developer.android.com/guide/app-bundle

  • Related