用于监控iphone应用商店评论的API [英] API to monitor iphone app store reviews

查看:134
本文介绍了用于监控iphone应用商店评论的API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试为我开发的几个iPhone应用程序开发一个评论监控系统,例如当有人进来时给我发送评论内容。(现在,没有iPhone,我不能甚至查看评论。)我希望有一些应用程序商店的在线浏览器(如cyrket for android),但我不确定这是否存在(我通过搜索找不到任何确定的答案)。

I'm trying to develop a review monitoring system for several iPhone apps I've developed, for instance to email me with the contents of a review when one comes in. (Right now, without an iPhone, I can't even view reviews.) I was hoping there was some online browser for the app store (like cyrket for android), but I am unsure if this exists (I can't find any definitive answer via searching).

是否有可以删除的在线浏览器?或者至少有一些我可以用来查看应用评论的API?或者它会嗅探数据包并对应用商店协议进行逆向工程吗?

Is there any online browser that can be scraped? Or is there at least some API I can use to view app reviews? Or will it come down to sniffing packets and reverse engineering the app store protocol?

推荐答案

不幸的是,这里的答案都没有诀窍,我没有得到我需要的反馈。

Unfortunately, none of the answers here did the trick, and I didn't get the feedback I needed.

然而,我找到了答案。

可以从Apple反馈中找到rss feed(在itunes connect站点中,用json替换xml这个词(对于喜欢使用json对象的那些[喜欢我])。但是请注意,XML有2个额外的字段, JSON中缺少的内容:< updated> (非常有用)和< content type =html>

One can just go to the rss feed from Apple feedback (in the itunes connect site and replace the word xml with json (for those [like me] who prefer to work with json objects). However note, that XML has 2 extra fields, that are missing in JSON : <updated>(very useful) and <content type="html">.

https://itunes.apple.com/HERE-YOU-PUT-THE-CONTRY-CODE/rss/customerreviews/id=PUT- APP-ID-HERE / sortBy = mostRecent / json
APP ID - 您无法在视图详细信息选项卡中从itunsconnect获取您的应用ID。
国家代码 - 比如以色列的il,意大利的等等。

https://itunes.apple.com/HERE-YOU-PUT-THE-CONTRY-CODE/rss/customerreviews/id=PUT-APP-ID-HERE/sortBy=mostRecent/json APP ID - you cant get your app id from itunsconnect in the view details tab. country codes - like il for israel, it for italy and etc.

例如,在我的情况下,链接是 -

For example, in my case the link was -

https:// itunes。 apple.com/il/rss/customerreviews/id=567630281/sortBy=mostRecent/xml

我希望这会有所帮助。

I hope this helps.

这篇关于用于监控iphone应用商店评论的API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆