簡體   English   中英

訪問其他 Android 應用評論

[英]Access other Android Apps Reviews

我正在構建一個應用程序,我想在其中從其他 Android 應用程序的 Google Play 商店獲取評論、評論和評級列表。

使用 Google Developer Play API 我可以獲得我托管的應用程序的評論列表,但它很難找到一種方法來獲取其他應用程序(不是我的帳戶發布的)的評論/評論列表。 讓我知道是否有人對此要求有任何想法。

從任何 Google App 獲取所有評論。

https://still-plateau-10039.herokuapp.com/reviews?id=mytown.preschool

id={google-app-id}

這將返回一個 json

 [
id: "id",
userName: "Sonal Zade",
userImage: "user-image-h96/photo.jpg",
date: "April 15, 2017",
url: "url",
score: 5,
title: "",
text: "I have fun to play your games but the problem is that these games."
]

該服務將返回應用程序上的所有評論

或者簡單地在本地托管服務的源代碼可以在https://github.com/tohir87/googleplay-reviews找到

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM