-
-
Couldn't load subscription status.
- Fork 197
Closed
Description
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
I want to be able to generate .aab file when building NS Application for Android. This improves the size of the application that will be downloaded by the users from the Play Store.
Describe alternatives you've considered
Using .apk
Additional context
The feature is documented in this Documentation Pull Request
More information about the .aab format here.
Acceptance criteria
- 1. Should have flag for
tns build androidcommand, which should produce.aabfile. - 2. Should have reference to documentation about using
.aabfiles in output. - 3. Should have path to produced
.aabfile. - 4. Should be able to deploy manually
.aabfile on device usingbundletool. - 5. Should be able to publish manually to PlayStore
.aabfile fromreleasebuild. - 6. Should be able to install app from Play Store.
- 7. Should have error for
tns runwithaabflag. - 8. Should have error for
tns build ioswithaabflag. - 9. Should have error for
tns deploywithaabflag. - 10. Should have error for
tns debugwithaabflag. - 11. Should have error for
tns cloud buildwithaabflag. - 12. Should have error for
tns cloud runwithaabflag. - 13. Should have error for
tns cloud deploywithaabflag. - 14. Should have error for
tns cloud publishwithaabflag. - 15. Check
apksize on device (compare withapkbuild). - 16. Should have error for
tns build android --aab, ifandroid-runtimeversion is below 5.0.0 - 17. Should work as expected when build with
--env.snapshotoption with and without configuring
webpack plugin as described in documentation - 18. Should work with and without configuring
abiFiltersinapp.gradleas described in
documentation