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

ratedThisVersion not set if using SKStoreReviewController? #307

Open
garrettmoon opened this issue Aug 25, 2017 · 4 comments
Open

ratedThisVersion not set if using SKStoreReviewController? #307

garrettmoon opened this issue Aug 25, 2017 · 4 comments

Comments

@garrettmoon
Copy link

It appears as if ratedThisVersion is not set when requesting reviews with SKStoreReviewController? If I'm reading things correctly, the rate method is never called.

This would mean that once the other thresholds are crossed for requesting a rating, we will continually prompt for a rating if using SKStoreReviewController.

Or I'm misunderstanding something :)

@nicklockwood
Copy link
Owner

SKStoreReviewController implements its own throttling, so it won't keep prompting aftet the user rates the app.

@garrettmoon
Copy link
Author

I assume this will also pretty quickly use up the 3 requests per year restriction on SKStoreReviewController.

@nicklockwood
Copy link
Owner

I'm not sure how that's measured. I'm assuming that a) it won't prompt the user to rate a version they've already rated, and b) a request to rate that doesn't display anything won't count against the 3 prompt limit.

AFAIK, there's no way to detect whether the user actually rated the app, which is why I don't set the ratedThisVersion flag.

@garrettmoon
Copy link
Author

Feel free to close this out, I mainly wanted to make sure it was reported if it was unknown.

One other point, because the ratedThisVersion flag is not set, the promptForNewVersionIfUserRated option does not work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants