So I was wondering which way is the right way to upload an app to the app store? Is it by using the Application Loader app that apple provides us with or is it by using the Submit feature in the Xcode organizer? Or does both work?
The question is for both Mac OS X Apps and iOS Apps
You can upload it using both ways, it is up to you. You upload either via the organizer using an Archive build or using the Application loader uising a compressed release build. I have tried both methods and I personally think that it is easier using xcode's organizer. But again this is all up to you. Sometimes you can have problems with the organizer, or you get errors back, if that happens then try using Application Loader. I haven't had any problems with Application Loader yet. So overall lets say, Application loader is the classic, safe but longer way, xcode's organizer is the easy and fast, but sometimes buggy way. Aswell I have encountered a problem where i couldn't build for Archiving, the 'Build for Archiving' button in the build tab was not enabled and I couldnt use the organizer, that's when I used Application Loader and it worked just fine.