You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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.
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 :)
The text was updated successfully, but these errors were encountered: