ios - When I use requestReview function of StoreKit, is there any way to know if the user has clicked on Submit or Not Now or Cancel button? -
i using skstorekitreviewcontroller
in 10.3 , above request rating of app. alert displayed. however, need implement logic, wherein, if user has rated app 1 major release should not ask user again rating. hence, there way know user has submitted rating? also, want know if user clicked on "not now", can prompt them again rating after few days. there way know this?
according this apple developer page, you cannot prompt user more 3 times in year.
give users easy way provide feedback on app store without leaving app using skstorereviewcontroller api. can prompt ratings 3 times in 365-day period.
this means if user dismisses controller, system automatically offer rate app again after time. cannot, however, set time manually.
Comments
Post a Comment