I know I can setup my conditions to prompt StoreKit’s alert by using SKStoreReviewController.requestReview().
However, will it ask again once the user has already rated, because it seems I have no way in knowing whether the user did rate? Or can I track whether the user tapped a star or dismissed the alert with “not now”?
Thanks for the help!