How to Add "Write a Review" / "Rate Us" Feature to My App?

Posted by Ohad Regev on Stack Overflow See other posts from Stack Overflow or by Ohad Regev
Published on 2011-07-18T16:33:20Z Indexed on 2012/06/08 22:40 UTC
Read the original article Hit count: 202

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about ios

Related posts about uiwebview