Frage

Have i any possibilities handle user review?

For example: - Can user writes review in some UITextField, and send it after writing?(Don't found something like this) - Or maybe I can handle his review on AppStore(But i can't found userAppleId on apstore web page)

War es hilfreich?

Lösung

I think you're asking if you can provide an interface inside your app for a user to use to write an App Store review of your app.

The answer is no, you can't do that.

Andere Tipps

You can do nothing with the review after the user wrote one for your app. And you can not make a textfield to let the user ti review your app. What you can do is open a url which lead the user to your app's page, so the user can start to write a review by just clicking the Write Review button in AppStore. There is a lot of open source libs for to simplify your work to lead users to review, for example iRate and appirater.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top