-
-
Notifications
You must be signed in to change notification settings - Fork 340
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
Comments
See #583 (comment) |
Yep, would be good! |
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. |
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. |
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. |
My Gradle plugin is rather slim, but it does the job (it uploads): Still can manage products & translations with my PHP API wrapper: |
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
The text was updated successfully, but these errors were encountered: