shr3jn/fastlane-plugin-huawei_appgallery_connect

Fastlane failed without any indication

Closed this issue · 2 comments

Hi there! Thanks for your great library!

Unfortunately it doesn't work properly. On the fastlane log, there are these elements:
[13:19:34]: ---------------------------------------
[13:19:34]: --- Step: huawei_appgallery_connect ---
[13:19:34]: ---------------------------------------
[13:19:34]: Fetching app access token
[13:19:35]: Fetching upload URL
[13:19:36]: Uploading app
[13:19:38]: Upload app to AppGallery Connect successful
[13:19:38]: Saving app information

But in the fastlane resume, it indicates "huawei_appgallery_connect" is failed, and I don't know why, I have no additional informations.

My fastline is really simple:
huawei_appgallery_connect(
client_id: options[:CLIENT_ID_HUAWEI],
client_secret: options[:CLIENT_SECRET_HUAWEI],
app_id: options[:APP_ID_HUAWEI],
apk_path: lane_context[SharedValues::GRADLE_APK_OUTPUT_PATH]
)

Could you help me please?

What is printed after "[13:19:38]: Saving app information" ?

Hi! It's fixed now. It was aab file generated and no apk. Sorry for my mistake.