Rating and reviews from within an IOS app [duplicate]

余生长醉 提交于 2019-12-17 17:38:28

问题


Possible Duplicate:
Direct “rate in iTunes” link in my app?

It's possible to let the user rate or write a review from within my app ?, or my only option is to prompt a message asking my user to rate the app ?

In-app purchases can be rated ?

Someone told me that when an app was erased, it was possible to ask the user to ask rate the app, but that feature was removed in IOS4. It's this true ?, the SDK provides me any support to do this kind of stuff ?

thanks !


回答1:


Lot of apps use Appirater (written by Arash Payan) for Rating. It is extremely customizable and free. You can do lot of customizations by changing settings. eg. Prompt user to rate only if he has had your app for 7 days and has used it at least 5 times.

I have blogged about the same here as well: http://iostipsntricks.wordpress.com/2011/05/10/how-to-get-people-to-rate-your-ios-app/




回答2:


The best you can do is a direct link to the review page in iTunes. So you ask them to rate the app and supply a button that takes them directly to the reviews page. See this previous StackOverflow answer.

Rate on delete used to be built into the operating system and forced upon everyone. It's now been removed. Many of us consider this to be a good thing, since the implicit question was "what do you think of this app, given that you don't want to keep it?".

EDIT: iOS 6 came out after this answer was first posted; Apple has added SKStoreProductViewController which allows you to show the iTunes page for any product directly inside your app. So you can remove the step that jumps out to an external display.




回答3:


You can prompt the user to rate your app or leave a review, and if they agree (press the OK button or whatever), then you can open a URL that points to your App on the App Store. On an iOS device, iTunes links should open the correct part of the App Store, and the user can rate / review from there.

To get a URL that links to your app, you can copy it from the iTunes Connect interface in the Manage Your Applications section.




回答4:


All the rating features are aspects of iTunes/AppStore applications, or in the case of the rate-app-on-delete-app part of iOS itself. There is nothing you can do to get the same functionality in your application... Other than perhaps use a rating system totally outside of the iTunes system.



来源:https://stackoverflow.com/questions/4784248/rating-and-reviews-from-within-an-ios-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!