In-App review feature in iPhone App
Posted
by boreas
on Stack Overflow
See other posts from Stack Overflow
or by boreas
Published on 2010-06-02T13:03:52Z
Indexed on
2010/06/03
8:14 UTC
Read the original article
Hit count: 164
I have recently seen in some Apps that review and rating (with 5 stars) can be integrated into the app. Does anyone have an idea how this is done? e.g. with a http request?
More specific: Can I create a view in my App with a UITextField and a Button, so that when the user writes his review in the textfield and click send, the review should be posted to the "Customer Reviews" in the App Store? and the rating should also be done inside the App similarly.
© Stack Overflow or respective owner