gpt4 book ai didi

ios - 如何获取应用商店中显示的点赞数

转载 作者:行者123 更新时间:2023-11-28 22:41:30 24 4
gpt4 key购买 nike

我想知道是否存在一种方法可以获取 App Store 或 Game Center 中显示的点赞数。通过这种方式,我可以检查用户是否真的喜欢我在 Facebook 上的应用程序。

谢谢!

最佳答案

您应该使用 iTunes 查找 API 以 JSON 格式的结果取回您需要的信息:
http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html

你应该使用 Angry Birds Rio 的链接应该是这样的:
http://itunes.apple.com/lookup?id=420635506

{
"resultCount":1,
"results":[
{
"artistId":298910979,
"artistName":"Rovio Entertainment Ltd",
...
"averageUserRating":4.5,
"averageUserRatingForCurrentVersion":4.5,
...

关于ios - 如何获取应用商店中显示的点赞数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14410919/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com