FutureMind / bitrise-step-huawei-app-gallery-apk-distribution

MIT License
7 stars 3 forks source link

Update link : 'For more languages refer to Language Types' #2

Closed lmr001 closed 3 years ago

lmr001 commented 4 years ago

https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agcapi-reference-langtype

lmr001 commented 4 years ago

I'm getting the following failure: Lang is: en-EN Obtaining a Token Obtaining a Token - Done Obtaining the File Upload URL Obtaining the File Upload URL - Done Uploading a File Uploading a File - Done Updating App File Information - add previoulsy [REDACTED]ed file FileName: build_102.apk Updating App File Information - Done

Message:[AppGalleryConnectPublishService]The language does not exist ! Code: 204144650

klamborowski commented 4 years ago

@lmr001 You should use one of allowed languages from page you linked in first comment.

For English only this two is available: (obraz)

lmr001 commented 4 years ago

@lmr001 You should use one of allowed languages from page you linked in first comment.

For English only this two is available: (obraz)

@klamborowski I did change it, see below.

Lang is: en-US Obtaining a Token Obtaining a Token - Done Obtaining the File Upload URL Obtaining the File Upload URL - Done Uploading a File Uploading a File - Done Updating App File Information - add previoulsy [REDACTED]ed file FileName: build_104.apk Updating App File Information - Done Message:[AppGalleryConnectPublishService]The language does not exist ! Code: 204144650

klamborowski commented 4 years ago

I've made some test runs. en-US -> Failed (The language does not exist ! Code: 204144650) en-GB -> Failed (The language does not exist ! Code: 204144650) pl-PL -> Success

Both en languages is valid according to Huawei documentation. https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/agcapi-app-file-info_v2

@lmr001 Did you submit issue to Huawei bug tracker?

lmr001 commented 4 years ago

@klamborowski No I did not submit issue.

klamborowski commented 4 years ago

@lmr001 I've got response from Huawei.

Dear developer,

Please set en-US or en-GB language information first.

You can find instruction in https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/agcapi-app-language-info_update_v2.

Sincerely,

Huawei Developer Alliance Support Team

Probably it could also done via App Gallery Console. Could you check AppGallery Connect -> App information -> Localization and let me know which languages you have there?

For me there is only Polish, which could be reason of failures on en family language: obraz

lmr001 commented 4 years ago

Screenshot 2020-06-11 at 08 31 11

klamborowski commented 4 years ago

@lmr001 for English (UK) you should use en-GB.

Please try it and let me know if it helps.

klamborowski commented 4 years ago

@lmr001 did you try solution above?

lmr001 commented 3 years ago

@klamborowski The solution works. This can be closed.