shr3jn/fastlane-plugin-huawei_appgallery_connect

Add build number parameter in huawei_appgallery_connect_submit_for_review action

Closed this issue · 1 comments

huawei_appgallery_connect_submit_for_review(
    client_id: "<CLIENT_ID>",
    client_secret: "<CLIENT_SECRET>",
    app_id: "<APP_ID>",


    # Optional, Parameter beyond this are optional
    version_code: 20310 # number example

    # release time to release app on specific date
    release_time: "2019-12-25T07:05:15+0000",

    # For phase wise release: set these parameters
    phase_wise_release: true,
    phase_release_start_time: "2019-12-25T07:05:15+0000",
    phase_release_end_time: "2019-12-28T07:05:15+0000",
    phase_release_percent: "10.00",
    phase_release_description: "<DESCRIPTION>"
)

This is to promote a previous uploaded build, but not the latest. Based on fastlane/fastlane#18497 which sadly wasn't never fixed.

shr3jn commented

Huawei AGC API does not have a build number parameter.