views:

158

answers:

1

i am trying to build a ratings alert inside my iPhone application which I want to make it look similar to the alert view, when the application is going to be delete.But i would like to make the rating by pressing the button it should send my rating to the itunes. is it possible?

Thanks in advance!

+2  A: 

You cannot programatically insert reviews into the App Store. The best you can do is ask users to give a review, then open up a URL linking to your app in the App Store. See here for more information: http://stackoverflow.com/questions/226986/how-can-i-launch-the-appstore-app-directly-from-my-application

alku83
If you found this answer helpful, please press the ✔ next to it.
Emil