fastlane-community / fastlane-plugin-ionic

Integrate your Ionic build into your Fastlane setup
MIT License
86 stars 45 forks source link

Output aab option isn't present #62

Open engmsaleh opened 4 years ago

engmsaleh commented 4 years ago

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

janpio commented 4 years ago

What are the ionic parameters used to achieve this?

engmsaleh commented 4 years ago

@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 commented 4 years ago

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 commented 4 years ago

Could you advise how to accomplish that?

janpio commented 4 years ago

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

adamsteen commented 3 years ago

see https://github.com/fastlane-community/fastlane-plugin-ionic/pull/64

TiBz0u commented 2 years ago

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