Join Bill Weinman for an in-depth discussion in this video Creating and testing the installer, part of Distributing Mac OS X Applications Through the App Store.
The application installer is a key piece of the process of submitting your…application to the App store.…It's really a very simple piece and Xcode will take care of creating it for you.…So we'll start by making a working copy of BWDemo-03-done,. You can of course use…the results from your last chapter if you've been following along.…I will call this BWDemo-04-working.…We'll go ahead and open our Xcode project in Xcode and the first thing I'm…going to do, I am going to select this node at the top of the tree there and I'm…going to press Command+I and I am going to confirm our Build settings.…
So we want to have Build selected up here and we want to have Release…selected in the Configuration, and confirm that our Architecture is set to…32/64-bit Universal, our Valid Architectures has no PowerPC in it, just the…i386 and the x86_64.…Our Debug Information is DWARF with dSYM File and we are signing our project…with the correct code signing certificate.…So confirm that all that's correct, and then we will come down here and…
Released
2/5/2011- Understanding the human interface guidelines for OS X
- Generating certificates
- Signing your app and its installer
- Setting up the Info.plist file
- Creating and testing the installer
- Registering an application in iTunes Connect
- Checking the status of an application
- Following the Apple marketing guidelines
- Linking to the App Store
Share this video
Embed this video
Video: Creating and testing the installer