zoukankan      html  css  js  c++  java
  • 新版iTunes connect上传iOS应用

    http://www.brianjcoleman.com/tutorial-distribute-apps-using-new-itunes-connect/

    Screen Shot 2014-09-15 at 8.16.47 PM

    Recently Apple updated their iTunes Connect portal (http://itunesconnect.apple.com) with a brand new look and feel. It was a very welcomed change since the portal has not been changed in years. You’ll notice that Apple has created icons for everything, it’s much easier to navigate around and it looks really nice when viewing on tablets or phones. At first I didn’t think any functionality changed, just a look and feel, until I went to submit my first update. The distribution process has changed quite a bit and now takes a lot longer.

    DISTRIBUTE YOUR APP

    Below is a step-by-step walkthrough on how to distribute your app using the new iTunes Connect portal. Much of it is the same, but the order has changed a little.

    1. Make sure that you have completed all the configuration the app needs. I.e. New Version and enter all your app details.
      Screen Shot 2014-09-15 at 8.17.35 PM

    2. Archive and upload your build using Xcode. Previously you needed to set everything up in iTunes Connect and set the status to “Waiting for Upload”, but now you can upload the binary anytime.
      Screen Shot 2014-09-16 at 9.08.59 AM

    3. At this time, you’ll see your build under the Prerelease tab. The status will be “Uploaded”. Now you have to wait for Apple to process your binary. This is where they check for non-public API usage and validate your binary. Note: This could take anywhere from 45 minutes to an hour or two.
      Screen Shot 2014-09-15 at 4.39.41 PM

    4. If your binary is rejected, you’ll receive an email from Apple just like before about the issues. If it passes, you’ll see a + plus icon beside the Build section under your new version.
      Screen Shot 2014-09-15 at 7.57.50 PM

    5. Click the plus sign to select a build. The plus sign appears only if you have not yet selected a build. If you have already selected a build, you can remove it and select a new one.
    6. A list pops up containing all of the uploaded builds. Select the one you want to set as the current build.
      Screen Shot 2014-09-15 at 7.58.09 PM

    7. After you click Done, it appears in the Build section of Versions along with its upload date and time.
      Screen Shot 2014-09-15 at 7.58.17 PM

    8. Click Save at the top of the page.
    9. Next, click the Submit for Review button in the top right part of the page.
      Screen Shot 2014-09-15 at 7.58.38 PM

    10. Answer questions about Export Compliance and Content Rights.
    11. Answer questions about the Advertising Identifier (IDFA). Indicate whether your app uses the Advertising Identifier, and if so, in what way. Read How to use Apple’s Identifier for Advertisers (IDFA) for more details about this step.
      Screen Shot 2014-09-15 at 7.58.59 PM

    12. Click Submit. iTunes Connect returns to Versions on the App Details page.

  • 相关阅读:
    cordova 里js和oc通信原理
    awakeFromNib
    CALayer树形结构
    SDWebImage原理,转载
    gcd多线程
    block的存储形态
    关于weak对象什么时候释放
    Swift是否和OC一样有runtime机制
    大数据基础
    python进行离线打包并安装
  • 原文地址:https://www.cnblogs.com/zsw-1993/p/4879184.html
Copyright © 2011-2022 走看看