shr3jn / fastlane-plugin-huawei_appgallery_connect

Fastlane plugin to upload android apps to Huawei AppGallery Connect
MIT License
82 stars 21 forks source link

Disable directly release #1

Closed KevinKoenigNormal closed 4 years ago

KevinKoenigNormal commented 4 years ago

Is it possible to prevent direct pushing via fastlane parameters but to release it from the download area (manually)?

shr3jn commented 4 years ago

Sure, I will add a date option to release the app on scheduled date.

KevinKoenigNormal commented 4 years ago

would it also be possible to just upload the app and release it via the web console?

shr3jn commented 4 years ago

Does appgallery provide manual release feature?

KevinKoenigNormal commented 4 years ago

I think if it is in Release by Phase it can be released manually https://developer.huawei.com/consumer/en/service/hms/catalog/AGCConnectAPI.html?page=hmssdk_appGalleryConnect_api_reference_update_phasedrelease_V2

shr3jn commented 4 years ago

I guess in download mode, it will just the download the apk file from own server. The release will not be manual.

KevinKoenigNormal commented 4 years ago

Would it be possible with the option Releasing the App by Phase?

shr3jn commented 4 years ago

Ok I will add that option.

KevinKoenigNormal commented 4 years ago

Thank you very much, sir.

shr3jn commented 4 years ago

I've added option for phase wise release. Please check the updated Fastfile for example.