I'm trying to get users to write reviews in the app without being redirected to the app store.
So, I have added the following code to show in app rate popup to the users.
-(void)showRatePopupIfAvailable{
if([SKStoreReviewController class])
[SKStoreReviewController requestReview];
}
I tried both similator and device. Pop-up is viewed successfully, but I can't to click on submit button. Is there a configuration I should also do?
Tested iOS Version : 10.3.2