Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Huawei AppGallery Support #810

Open
emirkorkmaz opened this issue May 13, 2020 · 6 comments
Open

Huawei AppGallery Support #810

emirkorkmaz opened this issue May 13, 2020 · 6 comments
Labels
enhancement Indicates new feature requests feature:other Involves a feature that doesn't fit in existing categories
Milestone

Comments

@emirkorkmaz
Copy link

Problem description

These days, device penetration of Huawei mobile phones are increasing and new models are without Google Play services.
In addition, Huawei has their own application store called AppGallery and releases occur through Huawei's developer console AppGallery Connect.
Most of the developers right now host GMS/Firebase and HMS (Huawei Mobile Services) ecosystems together in their codebase; it is necessary to configure 2 different releases.

Potential solutions/workarounds

Gradle Play Publisher would support AppGallery Connect Publishing API.
At the moment, developers using Gradle Play Plugin has to deal with AppGallery releases by themselves manually

Additional context

@emirkorkmaz emirkorkmaz added the enhancement Indicates new feature requests label May 13, 2020
@SUPERCILEX SUPERCILEX added the feature:other Involves a feature that doesn't fit in existing categories label May 13, 2020
@SUPERCILEX SUPERCILEX added this to the Backlog milestone May 13, 2020
@SUPERCILEX
Copy link
Collaborator

See #583 (comment)

@zhelanov
Copy link

zhelanov commented Nov 3, 2020

Yep, would be good!
For now our team uses plugin https://github.com/cianru/huawei-publish-gradle-plugin

@vlad-roid
Copy link

I will fall back to the plugin suggested by @zhelanov as well, but just wanted to clarify that it only allows uploading and publishing app releases (APK/AAB), sadly there's no support yet for updating the store listing.

@gotev
Copy link

gotev commented Jun 11, 2021

After some research and custom scripts for AppGallery I also ended up using https://github.com/cianru/huawei-publish-gradle-plugin

The two stores are different and have different APIs and mechanisms, so I think it's a good idea that this plugin keeps supporting only Play Store and that a dedicated plugin has to be used for Huawei.

@SUPERCILEX
Copy link
Collaborator

Just so it's out there, GPP's project architecture is fairly flexible and should be able to accommodate another store. I just don't have the time to do it, but if someone wanted to take that on I'd be happy to work with them.

@syslogic
Copy link

syslogic commented Sep 7, 2023

My Gradle plugin is rather slim, but it does the job (it uploads):
https://github.com/syslogic/agconnect-publishing-gradle-plugin

Still can manage products & translations with my PHP API wrapper:
https://github.com/syslogic/php-hms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Indicates new feature requests feature:other Involves a feature that doesn't fit in existing categories
Projects
None yet
Development

No branches or pull requests

6 participants