|
|
|
|
|
by coin3x
2192 days ago
|
|
> 3. At Google I/O 2018, Google introduced an alternative app distribution format called the Android App Bundle with the file extension .aab. This format requires giving a copy of your app’s signing key to Google. AABs are harder for users to manually sideload as they aren’t natively supported by Android’s package installer and must be unpacked and devs have to do more work to distribute on other platforms. App bundle is a way to reduce hassle of uploading multiple apks for cutting down apk size on different targets. Developers can and always have to build regular apks for other distribution platforms or for users to sideload. I don't see how AAB makes devs do more work. |
|