开发者_StackOverflow中文版
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionIt has been a few months since I have code signed an app and I can't remember exactly what do I need to do?
Everything is 100% ready except this- Read all the docs that other users suggested you to (re)read.
- Update/create provision profile for distribution, set status of app in
iTunesConnect
Waiting for upload. - Sign your application in Xcode with this profile
- Select
iOS Device
Product->Archive
- If build was successfully ended then
Organizer
will open. Submit your application.
Here are two apple docs that you should (re)read from Apple's iOS Development Guide:
Building and Running Applications
Managing Devices and Digital Identities
These walk you through the code signing identities. Read them. Bookmark them.
精彩评论