SuddenH4X / awesome-app-rating

An Android library providing a dialog, which asks the user to rate the app or give feedback. You can also use the library to show the Google in-app review easily under certain conditions.
Apache License 2.0
231 stars 40 forks source link

Clarification Regarding Complaince with Google Play Policies #99

Open sakibanda opened 2 months ago

sakibanda commented 2 months ago

Hello,

Recently my app was suspended and I see one of the reasons saying it cannot use "Techniques to evade app reviews are not allowed."

I am not sure whether this SDK is compliant with the Google Play Policy or not when using the function setRatingThreshold, please clarify.

SuddenH4X commented 2 months ago

Hi @sakibanda,

thanks for your message. It appears that Google has recently updated their policies regarding app reviews. One of the new rules is:

Techniques to evade app reviews are not allowed.

(See Deceptive Behavior)

This rule was announced in July, but there was a grace period until a few days ago. As a result, using the libraries dialog isn't compliant anymore. I will remove the custom dialog from this library in a future release and recommend using the in-app review feature instead.

rohitjakhar commented 2 weeks ago

But still i see many app like bumble, they show dialog to ask user to review their app on playstore. How do they do it?

sakibanda commented 2 weeks ago

Yes, many apps are still asking to rate 5 stars but no action is taken by Google, those are popular apps with millions of users. But, they are targeting new apps without much users. Google responded saying I need to file a complaint if I have any problem with those apps.

rohitjakhar commented 2 weeks ago

I think your implementation may be wrong, if you show proper message for app rating so there is no issue. If possible can you show me the UI?

sakibanda commented 6 days ago

Hi Rohit, No, i dont mean it in a wrong, I meant that apps which are affecting millions of users has to be reviewed carefully. I don't have any screenshots but I remeber seeing on popular apps, show text sounding "Rate us 5 Stars" , "Do you like using the app? Yes or No" and based on answer app shows play store rating. I don't think these are complaint with latest policy.

I will post screenshots when I come across next time.