简体   繁体   中英

Query about distribution certificate and development certificate in iOS app distribution

i want to know do we need both distribution certificate and development certificate , if i want to give my app to any one else or want to install on other mobile?

how can i setup my code signing with this certificates in xcode ?

can anyone give me a screenshot for it?

  1. First you want to register with the Apple Developer Program (99$).
  2. After that you want add your Device UDID.
  3. Then you create the developer and distribution certificates.
  4. Download these certificates and install them into your system.
  5. Now In your Xcode Build Settings Set the Corresponding profile.
  6. Connect your device and run it.

The development and distribution is both necessary. They are both used in archiving which is a step you take when you want to upload your app to App Store. If you want to allow your friend to have the app you developed on their device, just connect the device in xcode and click on use for development. Then you can upload your app to their device for testing. You can register up to 99 devices to your development id. If you decide to publish your app on the App Store then you need to go through the steps of uploading your app and then you need your distribution profile. I hope this answer your question.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM