What build type use for distribution?
I'm creating the build of my iOS app to distribute it. Actually I 'Build for Archive', I Archive it, Validate and then Submit.
开发者_JAVA技巧What are the differences between the different kind of Build command? What's the best solution for distribution? I have to use Build or Build for Archive?
Thanks
From the "Project" drop down menu just choose "Archive" it will build it and archive it all in one go.
You are going to want to build and archive so that you can submit your application through organizer. Once archived you can go into organizer and validate and submit your application bundle for App Store℠ approval.
精彩评论