zoukankan      html  css  js  c++  java
  • How to Create a Provisioning Profile for iPhone

    If you're making iPhone and iPad apps, there are some processes you must work through to go from development to testing on actual Apple devices. A Provisioning Profile is necessary in order to install development applications on development iPhones and iPads. We'll show you how to do it.

     

    Steps

    1. Create a Provisioning Profile for iPhone Step 1.jpg
      1
      Log in to the iOS Development Center at https://developer.apple.com/devcenter/ios/index.action
      Ad
       
    2. Create a Provisioning Profile for iPhone Step 2.jpg
      2
      Enter the Developer Program Portal. Click on the "iOS Developer Program Portal" on the right side of the page, under "iOS Developer Program".
      • Note that if you are not a registered Apple iOS Developer, you will need to sign up for this program before proceeding so that you can run a simulation on your IOS device. Currently the development program is currently a $99 annual fee to join.
    3. Create a Provisioning Profile for iPhone Step 3.jpg
      3
      Click on Provisioning on the left side of the page. Once you have logged into the iOS Provisioning portal, you can do this.
    4. Create a Provisioning Profile for iPhone Step 4.jpg
      4
      Click on the "New Profile" button.
    5. Create a Provisioning Profile for iPhone Step 5.jpg
      5
      Enter a profile name. Select the certificates and devices you would like to associate with this profile, then choose an app ID.
    6. Create a Provisioning Profile for iPhone Step 6.jpg
      6
      Click submit. This will generate your profile.

    Downloading a Development Provisioning Profile

    1. Create a Provisioning Profile for iPhone Step 7.jpg
      1
      Log into the iOS Provisioning Portal. Once logged in, click Provisioning on the left-hand side.
    2. Create a Provisioning Profile for iPhone Step 8.jpg
      2
      Select the appropriate tab. Click either the Development or the Distribution tab to show your profiles.
    3. Create a Provisioning Profile for iPhone Step 9.jpg
      3
      Download the profile. Locate the desired Provisioning Profile, and in the Actions column, click the Download button.
  • 相关阅读:
    606. Construct String from Binary Tree
    696. Count Binary Substrings
    POJ 3255 Roadblocks (次短路)
    POJ 2823 Sliding Window (单调队列)
    POJ 1704 Georgia and Bob (博弈)
    UVa 1663 Purifying Machine (二分匹配)
    UVa 10801 Lift Hopping (Dijkstra)
    POJ 3281 Dining (网络流之最大流)
    UVa 11100 The Trip, 2007 (题意+贪心)
    UVaLive 4254 Processor (二分+优先队列)
  • 原文地址:https://www.cnblogs.com/lisa090818/p/4060049.html
Copyright © 2011-2022 走看看