首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >查询我的应用、编辑我的应用、上传新应用的iTunes应用商店接口

查询我的应用、编辑我的应用、上传新应用的iTunes应用商店接口
EN

Stack Overflow用户
提问于 2013-04-05 00:35:42
回答 1查看 4.7K关注 0票数 3

苹果是否提供网络服务应用程序接口,用于查询我在我的账户下销售的iOS应用程序,编辑这些应用程序,以及上传新的应用程序?如果是这样的话,谁能提供一个链接?

我唯一能找到的就是Application Loader工具,它允许通过文件对IAP进行批量创建操作。此工具是否支持批量创建应用程序?此工具是否支持编辑现有IAP?

https://itunesconnect.apple.com/docs/UsingApplicationLoader.pdf

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2013-04-05 00:52:09

更新

App Store Connect API提供了对一组有限的App Store连接功能的访问。

老答案

没有只对您可用来执行私有操作的web服务API。您必须登录到iTunes连接并在那里执行此操作。

有一个用于访问公共可用信息的web服务。It is documented here

例如,有关Yelp应用程序的更多信息,您可以发送以下请求:

https://itunes.apple.com/lookup?id=284910350

它将像这样返回JSON:

代码语言:javascript
复制
{
  "resultCount": 1,
  "results": [
    {
      "kind": "software",
      "features": [
        "iosUniversal"
      ],
      "supportedDevices": [
        "all"
      ],
      "isGameCenterEnabled": false,
      "screenshotUrls": [
        "http://a1283.phobos.apple.com/us/r1000/084/Purple/v4/d7/10/4e/d7104e7c-69b9-c30e-fb74-dc9ad4907e5d/mzl.qhnhnswp.png",
        "http://a1583.phobos.apple.com/us/r1000/091/Purple/v4/f2/9e/1f/f29e1ff0-15ae-955b-9470-95e777e0d302/mzl.ehinvjli.png",
        "http://a232.phobos.apple.com/us/r1000/080/Purple/v4/fa/be/87/fabe8765-de35-ae10-6eba-4b77dee9579c/mzl.ypncttex.png",
        "http://a1190.phobos.apple.com/us/r1000/114/Purple2/v4/86/68/86/86688674-4540-b317-9e1f-fc2c8adede50/mzl.ekbdqwzg.png",
        "http://a296.phobos.apple.com/us/r1000/115/Purple2/v4/b6/ca/e1/b6cae1d2-5754-d092-c2c3-09dce16a5b86/mzl.xroiibzd.png"
      ],
      "ipadScreenshotUrls": [
        "http://a1855.phobos.apple.com/us/r1000/069/Purple2/v4/27/53/59/27535982-a8ab-752b-1352-14376dbd52fa/mzl.pzkmvqsc.1024x1024-65.jpg",
        "http://a1384.phobos.apple.com/us/r1000/120/Purple/v4/d8/61/72/d86172b0-c012-b520-aaea-0fe405af8220/mzl.ayvdvsyz.1024x1024-65.jpg",
        "http://a1714.phobos.apple.com/us/r1000/107/Purple/v4/d4/e6/54/d4e65417-151e-c358-cf46-67034eb1c809/mzl.cqcnsrnw.1024x1024-65.jpg",
        "http://a668.phobos.apple.com/us/r1000/115/Purple2/v4/9f/0f/0c/9f0f0c76-86cf-5af0-7d62-e57d05cdb7d9/mzl.gdkkhahb.1024x1024-65.jpg",
        "http://a886.phobos.apple.com/us/r1000/080/Purple2/v4/4e/2c/e8/4e2ce8be-f69d-2fd9-b79a-e9a689dd1ad6/mzl.vjffwbxj.1024x1024-65.jpg"
      ],
      "artworkUrl60": "http://a1154.phobos.apple.com/us/r1000/093/Purple2/v4/df/d2/d1/dfd2d173-7901-1c41-fcc3-ea953e698961/57.png",
      "artworkUrl512": "http://a1157.phobos.apple.com/us/r1000/108/Purple/v4/db/b7/fb/dbb7fb10-29a7-4771-e781-38fffee81c85/mzl.atjqxuth.png",
      "artistViewUrl": "https://itunes.apple.com/us/artist/yelp/id284910353?uo=4",
      "artistId": 284910353,
      "artistName": "Yelp",
      "price": 0,
      "version": "6.5.1",
      "description": "Looking for a burrito joint open now?  An Irish pub nearby?  A gas station you can drive to before your tank hits empty?  Yelp for your iPhone or iPad is here to help.  Use us to search for places to eat, shop, drink, relax and play then read reviews from an active community of locals in the know.   \n\nFEATURES:\n★ Search for businesses near you \n★ Tap quick links to find nearby bars, restaurants, cafes and more\n★ Narrow your searches by 'hood, distance, price, and what's open now\n★ Browse reviews to read what's great (and not so great) in your city\n★ Find great Deals offered by your favorite local businesses on iPhone\n★ Add tips, photos, and draft reviews for your favorite businesses\n★ Check-in and share on Facebook and Twitter\n★ Make reservations on OpenTable without leaving the Yelp app\n★ Look up addresses and phone numbers for thousands of businesses, then call or map them from your iPhone or iPad\n★ Yelp does augmented reality with Monocle. Overlay business information onto the world around you.",
      "currency": "USD",
      "genres": [
        "Travel",
        "Navigation"
      ],
      "genreIds": [
        "6003",
        "6010"
      ],
      "releaseDate": "2008-07-11T07:00:00Z",
      "sellerName": "Yelp, Inc.",
      "bundleId": "com.yelp.yelpiphone",
      "trackId": 284910350,
      "trackName": "Yelp",
      "primaryGenreName": "Travel",
      "primaryGenreId": 6003,
      "releaseNotes": "New in 6.5.1:\nJust to show how much we love our Yelpers, we're knocking out two big feature requests with this release:\n☆ Apparently 300 characters per Tip wasn't enough for you to fully express yourself. We dig that. This release gives you 200 more.\n☆ From the \"More Reviews\" list on iPhone, pull down to expose a review search box. Now you can skip the other stuff and find out exactly what people think about the \"carne asada burrito\" at that new Mexican spot down the street.\n\nNew in 6.5:\n☆ We gave our iPad business page a whole lot of love. It's now more streamline and clear, with more emphasis on business photos. In addition, we're now showing Yelp Deals and our new \"Explore the Menu\" feature.\n☆ Yelp search just got more social: Now you can see which friends are checked in to businesses directly from your search results.\n☆ Getting to a restaurant just after closing is a major bummer. Now we'll indicate if a business will be closing soon or is just about to open.\n☆ We also got in a TON of bug fixes and enhancements: showing your review first in the reviews list, supporting updated reviews on iPad, swipe-able photos on the business page, and huge speed improvements on iPhone5!",
      "formattedPrice": "Free",
      "wrapperType": "software",
      "trackCensoredName": "Yelp",
      "languageCodesISO2A": [
        "SV",
        "TR",
        "NB",
        "DA",
        "DE",
        "EN",
        "ES",
        "FI",
        "FR",
        "IT",
        "NL",
        "PL"
      ],
      "fileSizeBytes": "18176675",
      "contentAdvisoryRating": "12+",
      "averageUserRatingForCurrentVersion": 3.5,
      "userRatingCountForCurrentVersion": 74,
      "artworkUrl100": "http://a1157.phobos.apple.com/us/r1000/108/Purple/v4/db/b7/fb/dbb7fb10-29a7-4771-e781-38fffee81c85/mzl.atjqxuth.png",
      "trackViewUrl": "https://itunes.apple.com/us/app/yelp/id284910350?mt=8&uo=4",
      "trackContentRating": "12+",
      "averageUserRating": 3.5,
      "userRatingCount": 170887
    }
  ]
}
票数 5
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/15816827

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档