문제

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)

도움이 되었습니까?

해결책

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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top