Is there a way to check if a user has rated your app on the app store?

痴心易碎 提交于 2019-12-10 12:45:01

问题


I currently have a method that prompts the user to rate my app on the store after the first 20 times they load the app, then the next 30 loads, then the next 40 loads, and so on. The user has 2 options at the UIAlert: RATE NOW or MAYBE LATER. I would really like to avoid annoying the users who have already taken the time to rate the app. Is there a simple way to do this?

Despite the bad form, I'm answering my own question with the best (poor) solution I can manage, so I'm looking for something better than that.

Many thanks to anyone taking the time to think about this one!


回答1:


My own poor solution:

If the user selects RATE NOW, then never prompt the user again. Otherwise, continue asking on the schedule described.

Problems with this solution:

  • The user may not actually submit a review after clicking NOW.
  • The user may rate the app independently from my prompting, and I certainly don't want to annoy someone who takes the time to rate it.


来源:https://stackoverflow.com/questions/5318666/is-there-a-way-to-check-if-a-user-has-rated-your-app-on-the-app-store

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