0

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!

venkat
  • 131
  • 1
  • 12
  • It is difficult to understand your question. Please rephrase and try again. – Alex Reynolds May 11 '10 at 07:03
  • Actually I need to prompt the Voting Popup within my App by clicking a button. The user has to set the Stars in the popup and submit it by clicking the "Vote" button in the popup which intern ( in background) update the rating of my app in the Appstore/ itunes. Here we allow the user to give his rate/vote without closing the app. This is the requirement. Please give your comments. – venkat May 11 '10 at 08:27

1 Answers1

2

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

Community
  • 1
  • 1
Ben Williams
  • 4,695
  • 9
  • 47
  • 72