How to Add “Write a Review” / “Rate Us” Feature to My App?
I wish to add some sort of a "Write a Review" or "Rate Us" feature to my app so my customers can easily rate and review my app. Best practice I can think of is to have some sort of pop-up or open a UIWebView within my app so the user is not kicked off of my app while opening the App Store application as done in: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms://itunes.com/apps/myAppName"]]; Does anyone knows of a way to do that? StoreKit API (iOS 10.3 and up) As of iOS 10.3, the StoreKit API provides a way to request a review on the App Store without leaving your app.