jamesmontemagno / StoreReviewPlugin

Request app store reviews across Xamarin and Windows applications
MIT License
184 stars 24 forks source link

Question about frequency. #21

Closed kaviraj93 closed 3 years ago

kaviraj93 commented 3 years ago

Hi, I know this is not an issue, but a question. I can't find a way to raise a question on GitHub. Is there a way to check whether users already rated? I don't wanna show the prompt if already rated. And is there a way to get when last time ignored rating? If ignored I want to wait a week and then show the prompt again.

saamerm commented 3 years ago

As far as I know from what I have read, there is no way.

Xamarin is the closest to native development, so whenever you are in doubt, you can just google if a feature is possible in Swift on iOS and Java in Android. If it is possible there, then it is possible on Xamarin

saamerm commented 3 years ago

@kaviraj93

jamesmontemagno commented 3 years ago

These APIs don't have an api to check if they reviewed. I assume it is a privacy thing. However if you call the API and they already reviewed it they wont get requested again.

kaviraj93 commented 3 years ago

Thank you very much @saamerm and @jamesmontemagno respond to my question. I really appreciate it.