Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output aab option isn't present #62

Open
engmsaleh opened this issue Nov 6, 2019 · 7 comments
Open

Output aab option isn't present #62

engmsaleh opened this issue Nov 6, 2019 · 7 comments

Comments

@engmsaleh
Copy link

I need to output aab file instead of apk as per Google current recommendations

@janpio
Copy link
Collaborator

janpio commented Nov 10, 2019

What are the ionic parameters used to achieve this?

@engmsaleh
Copy link
Author

@janpio This is what I currently using

desc "Deploy android app on play store - Internal Lane"
 lane :internal do
   bump_version
   ionic(
     platform: 'android',
     build_number: ENV['CORDOVA_BUILD_NUMBER'],
     keystore_path: keystore_path,
     keystore_alias: keystore_alias,
     keystore_password: keystore_password
   )
   supply(
     apk: ENV['CORDOVA_ANDROID_RELEASE_BUILD_PATH'],
     track: 'internal',
   )
 end```

@janpio
Copy link
Collaborator

janpio commented Nov 16, 2019

Yeah, I meant how the ionic CLI by Ionic can change their behavior to output aab instead of apk - because this plugin of course only uses that ionic CLI.

@engmsaleh
Copy link
Author

Could you advise how to accomplish that?

@janpio
Copy link
Collaborator

janpio commented Nov 17, 2019

No, I do not know if it is possible and asking you if you know.

@adamsteen
Copy link

see #64

@TiBz0u
Copy link

TiBz0u commented Oct 21, 2021

This issue is fixed since release 0.2.0. However, this version doesn't seems to be pushed
https://rubygems.org/gems/fastlane-plugin-ionic/versions/0.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants