简体   繁体   English

我如何以编程方式从appstore获知应用程序信息

[英]How can I know app information from appstore programmatically

I am developing one application.我正在开发一个应用程序。 In that I want to know some X application is available in AppStore or not programmatically.因为我想知道某些 X 应用程序在 AppStore 中是否可用或不以编程方式提供。 So please tell me how can I access and get the information from app store programmatically.所以请告诉我如何以编程方式访问应用程序商店并从中获取信息。

You could use for that purposes iTunes Search API .您可以为此目的使用iTunes Search API There are a lof of different filters by which you could find apps from iOS App Store and Mac App Store.您可以使用许多不同的过滤器从 iOS App Store 和 Mac App Store 中查找应用程序。

The Search API allows you to place search fields in your website to search for content within the iTunes Store, App Store, iBookstore and Mac App Store.搜索 API 允许您在网站中放置搜索字段,以在 iTunes Store、App Store、iBookstore 和 Mac App Store 中搜索内容。 You can search for a variety of content;您可以搜索各种内容; including apps, ebooks, movies, podcasts, music, music videos, audiobooks, and TV shows.包括应用程序、电子书、电影、播客、音乐、音乐视频、有声读物和电视节目。 You can also call an ID-based lookup request to create mappings between your content library and the digital catalog.您还可以调用基于 ID 的查找请求来创建内容库和数字目录之间的映射。 Terms and conditions apply.条款和条件适用。

The Affiliate Program allows you to earn a commission on qualifying revenue generated by clicks initiated from your website or app into the iTunes Store, App Store, iBookstore, and Mac App Store.联属网络营销计划允许您从从您的网站或应用程序发起的点击进入 iTunes Store、App Store、iBookstore 和 Mac App Store 所产生的合格收入中赚取佣金。 For more information on the Affiliate Program, see http://www.apple.com/itunes/affiliates .有关联属网络营销计划的更多信息,请访问 http://www.apple.com/itunes/affiliates

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我们可以从 iPhone App 中的 AppStore 访问 App 信息吗 - Can we access App Information from the AppStore in iPhone App 如何直接从我的应用程序启动Appstore应用程序 - How Can I Launch The Appstore App Directly from my Application 如何知道从appstore更新后是否第一个应用启动 - how to know if first app launch after update from appstore 如何知道用户是否在Appstore上对应用程序进行了评级 - How to know that user has rated the app on appstore or not 我无法将我的应用程序从xcode上传到appstore - I can't upload my app to the appstore from xcode 如何从 AppStore 中删除对 iPad 的支持 - How can I remove iPad support from AppStore 开发人员向我发送了.ipa文件,没有任何其他信息。 如何将其上传到AppStore? - Developer sent me .ipa file without any additional information. How can I upload it to the AppStore? 如何将日历信息从Web服务发送到iPhone应用程序? - How can I send calendar information from webservice to iphone app? 当我无法提供测试帐户时,如何向AppStore提交需要登录的应用程序? - How can I submit a login-required app to the AppStore when I can't provide an account for test? AppStore,我有一个正在审查的应用程序,我可以将自己手动发布的版本更改为自动发布吗? - AppStore, I have an app in review, can I change it manually released by myself from automatically release?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM