菜鸟教程小白 发表于 2022-12-12 15:08:47

iOS:访问当前版本的 App Store 评论数量


                                            <p><p><strong>我的问题:使用什么 API 来访问 App Store 中当前应用版本的评论数量?</strong> </p>

<p>我在一些应用中看到了这一点,包括 Overcast(下面的屏幕截图)</p>

<p> <img src="/image/80z8f.jpg" alt="app screenshot"/> </p>

<p>我还没有跳到 Swift,所以请 Objective-C !</p>

<p>我无法在文档中或通过搜索找到答案。有任何想法吗?谢谢</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您可以使用 iTunes 搜索 API:
<a href="https://itunes.apple.com/lookup?id=" rel="noreferrer noopener nofollow">https://itunes.apple.com/lookup?id=</a> <em>Your_App_9Digit_ID</em>。
结果是一个 JSON 文档。你可以解析它
并根据您的目的使用 <em>userRatingCount</em> 字段。
以下是搜索 API 完整文档的链接:<a href="http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html" rel="noreferrer noopener nofollow">http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于iOS:访问当前版本的 App Store 评论数量,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/29930369/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/29930369/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iOS:访问当前版本的 App Store 评论数量