有没有办法检查用户是否在应用商店中对您的应用进行了评分?
我目前有一种方法,可以提示用户在前 20 次加载应用程序后对商店中的应用程序进行评分,然后是接下来的 30 次加载,然后是接下来的 40 次加载,依此类推。用户在 UIAlert 上有 2 个选项:立即定价或稍后定价。我真的很想避免打扰那些已经花时间评价该应用程序的用户。有没有一种简单的方法可以做到这一点?
尽管形式很糟糕,但我正在用我能管理的最好(差)解决方案来回答我自己的问题,所以我正在寻找比这更好的东西。
非常感谢任何人花时间思考这个问题!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己的糟糕解决方案:
如果用户选择“RATE NOW”,则不再提示用户。否则,请继续按所述时间表询问。
此解决方案的问题:
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: