shr3jn / fastlane-plugin-huawei_appgallery_connect

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

groovy.lang.MissingPropertyException: No such property: packageSuffix for class: WorkflowScript #11

Closed juanmeanwhile closed 4 years ago

juanmeanwhile commented 4 years ago

Getting this exception when trying to use the plugin to upload an apk.

huawei_appgallery_connect( client_id: "415901348517643328", client_secret: "e7d3f9c4699e0ea516b1a3f6290f7549fa29e0ea4c924b1c3953a52a95511968", app_id: "102632931", apk_path: "a/path/to/my/apk", submit_for_review: false )

juanmeanwhile commented 4 years ago

Sorry, the error is nothing to do with this plugin