britannio / in_app_review

A Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS, and MacOS. It makes it easy for users to rate your app.
314 stars 82 forks source link

support AppGallery for huawei devices . #54

Open Joseph-Nathan opened 2 years ago

Joseph-Nathan commented 2 years ago

can it done to support devices not include gms ?

mahmoud-atef-eden commented 2 years ago

any solutions?

britannio commented 2 years ago

Is there an API for it?

manfromarce commented 2 years ago

As far as I know there isn't an API for requesting reviews on Huawei, but as fallback you can open AppGallery with appmarket://details?id=com.xx.xx

Letalus commented 9 months ago

hmm this doesnt sound like, it should be done by the package. In case you want this specific functionality, you could implement this directly within your app. What do you think @manfromarce

@britannio Im voting to close this issue

britannio commented 9 months ago

hmm this doesnt sound like, it should be done by the package. In case you want this specific functionality, you could implement this directly within your app. What do you think @manfromarce

@britannio Im voting to close this issue

It may be suitable for the openStoreListing() feature but it doesn't seem like a popular request.

xurc commented 8 months ago

seem like a popular request

I came here for the same thing. Sooner or later, more or less popular applications begin to be listed in AppGallery, and it would be great to have everything-in-one plugin. Listing on the Microsoft Store is even less popular, yet you support it at least in openStoreListing().

peeravit-s commented 6 months ago

Found this API for Huawei implementation.

https://developer.huawei.com/consumer/en/doc/AppGallery-connect-Guides/agc-comments-develop-0000001062858332

@britannio