Requesting user to rate/review/comment on Android Market(请求用户对 Android Market 进行评分/评论/评论)
问题描述
有没有一种方法可以要求用户从应用程序(活动)内对应用程序进行评级/评论/评论.
Is there a way I can request user for a rating/review/comment for the application from within the application (Activity).
我能想到的一个选择是在应用程序中创建一个指向 Android 市场的链接,用户可以在其中输入评论/评级/评论.我正在寻找的是允许用户在不离开应用程序的情况下执行此操作.
One option I can think is to create a link in the application to Android market where user can enter review/rating/comment. What I am looking is to allow the user to do this without leaving the application.
另外,我需要了解用户是否已经查看过.(在这种情况下,我可以选择将链接更改为修改评论"而不是添加评论").
Also, I need to find out if the user has already reviewed. (Which case, I may choose to change the link to 'Revise the review' instead of 'Add a review').
这可能吗?
或者,如果我重定向到市场页面,是否可以将用户直接带到评论部分(不是页面顶部)
Alternatively, if I redirect to the market page, is it possible to take the user straight to the review section (not top of page)
推荐答案
没有.目前,您唯一能做的就是将用户引导至市场进行评分或发表评论.希望他们将来能够构建一个市场 API,以实现更好的应用与市场互动.
No. Currently the only thing you can do is direct the user to the market to rate or leave a comment. Hopefully they will build a market api in the future that will allow better app-market interaction.
这篇关于请求用户对 Android Market 进行评分/评论/评论的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:请求用户对 Android Market 进行评分/评论/评论
基础教程推荐
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01