API to get android google play reviews(Getting device name and app version)(获取android google play评论的API(获取设备名称和应用版本))
问题描述
我想检索 google play 上特定应用的所有评论,我需要评论中的这些信息:评级、评论、设备名称和评论所针对的应用版本.
I want to retrieve all the reviews for a specific app on google play and I need these informations from the reviews : rating, comment, device name and app version the review was wrote for.
我尝试使用 android-market-api,但遗憾的是我只能获得评级、创建时间、作者姓名、文本、authorid.
I tried to use the android-market-api but sadly I can only get rating, creationtime, authorname, text, authorid.
所以我想知道是否有 API 或 url 我可以发送帖子或获取请求(如 android-market-api 发送帖子请求)来检索我需要的信息.
So I was wondering if there is an API or an url I can send a post or get request (like the android-market-api send a post request) to retrieve the information I need.
推荐答案
Google 终于提供了它(在 Google I/O 2016):
Finally Google offers it now (announced at Google I/O 2016):
Google Play 评论 API
这篇关于获取android google play评论的API(获取设备名称和应用版本)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:获取android google play评论的API(获取设备名称和应用版本)
基础教程推荐
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
- UIImage 在开始时不适合 UIScrollView 2022-01-01
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
- Play 商店的设备兼容性问题 2022-01-01
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
