r0adkll / upload-google-play

A GitHub action to upload an Android .apk or .aab file to the Google Play Console
MIT License
762 stars 138 forks source link

What about metadata other than changelogs? #209

Open inson1 opened 7 months ago

inson1 commented 7 months ago

Can I update them too?

Pleas add it to FAQ

boswelja commented 7 months ago

What metadata is there, other than changelogs?

inson1 commented 7 months ago

@boswelja descriptions (2), images, title, icon

https://support.google.com/googleplay/android-developer/answer/9898842?hl=en

boswelja commented 7 months ago

There is currently no way you can update any of those with this action

inson1 commented 7 months ago

@boswelja This action, so its feature request or it isnt possible?

boswelja commented 7 months ago

I recall the Google Play Edits API lets us submit most of those, but I'm not sure it's in-scope for this action. How often do you need to update your store listing?

inson1 commented 7 months ago

@boswelja Well f-droid updates it. So it would be great for uniting it. Some apps has in Full Description feature section with features, which is updated in every big update.

boswelja commented 7 months ago

@r0adkll Got a minute? Would love your thoughts on this. Personally, I think these fields should be out-of-scope, since they're updating the listing, rather than the release

gregoirekourdouli commented 4 months ago

Hi, same here, I am using this action and wanted to update the store listings as well, so i created this action. To be used with @r0adkll action because mine only upload the listing, not the app itself.