Reputation: 131
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!
Upvotes: 0
Views: 799
Reputation: 4695
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: How Can I Launch The Appstore App Directly from my Application
Upvotes: 2