ios 10 & XCode8 Signing

Target

iOS 10 & XCode 8 version
Signing setup

Action Items

  • Developer setup - 開發
  • Distribution setup - 上架

Quick Start

Developer setup - 開發

XCode 8 : TARGETS -> General -> Signing

  1. Enable Automatically manage signing.
  2. Select Team.

Sample Setup:

Distribution setup - 上架

Step 1: Signing

XCode 8: TARGETS -> General -> Signing

  • Disable Automatically manage signing.

Step 2: Signing(Debug)

XCode 8: TARGETS -> General -> Signing(Debug)

  • Select Product Provisioning Profile.

Step3: Signing(Release)

XCode 8: TARGETS -> General -> Signing(Release)

  • Select Product Provisioning Profile.

Sample Setup:

Reference

文章目录
  1. 1. Target
  2. 2. Action Items
  3. 3. Quick Start
    1. 3.1. Developer setup - 開發
      1. 3.1.1. Sample Setup:
    2. 3.2. Distribution setup - 上架
      1. 3.2.1. Step 1: Signing
      2. 3.2.2. Step 2: Signing(Debug)
      3. 3.2.3. Step3: Signing(Release)
      4. 3.2.4. Sample Setup:
  4. 4. Reference
,