Hi,
is there a Unity method or a plugin that could return me whether the player gave my app a review and possibly also return what rating (how many stars) he gave the app?
i.e. for maybe doing sth like:
if (notRated PopupNotShownSince(n days)) {
ShowPleaseReviewPopup();
}
else {
ShowThanksForReviewingPopup();
GrantSomeBonus();
or: UnlockHiddenLevels()
}