Just a simple question about the submit process for AppSore using Xcode 4 (I know already asked, but didn’t work for me).
I have my app ready for publish. I have all my certificates, and I can see my provisioning profile with an ID such as xxxxxxx.com.blabla.App.
If I set my Xcode project identifier to com.blabla.App I can select my distribution certificate (it indicates “for Application Identifiers com.blabla.App “).
The project compiles but when I try to submit the App I get the following error
The bundle ID com.blabla.App” defined in your Xcode Project does not match the Bundle ID you entered for this app in iTunes connect xxxxxx.com.blabla.App.
If I try to use this bundle (xxxxxx.com.blabla.App) in the Xcode project, then I cannot select the certificated, is for (com.blabla.App) apps.
I know the solution should be very simple, but, It’s mu first time :).
thanks
Are you saying, that the Bundle ID in iTunes Connect and the one in your project settings are different from one another? If so, you should make them identical. My advise is to remove remove the app from iTunes connect and go trough the setup from start. When you do it, make sure you enter the same App ID as the one in Xcode.
Good luck!