Unable To Submit App In App Store

Hello,

I’ve just updated to Xcode 4.3.1 in Lion and I’m getting an error.

I have CFBundleIdentifier = “com.tinytapps.timebird” in my build.settings.

* If I compile in Corona 767 then Corona gives me the error:? This bundle is invalid. The application-identifier entitlement is not formatted correctly; it should contain your 10-character App ID Seed, followed by a dot, followed by your bundle identifier: 42T6E46HA4.TimeBird

* If I then submit manually through Application Loader then I get the same error.

* If I remove the CFBundleIdentifier line from my build.settings then Corona returns no errors and allows me to upload using the Application Loader. However, then Application Loader gives me an error saying my Bundle ID does not match the one in iTunes Connect (com.tinytapps.timebird). [import]uid: 72256 topic_id: 23899 reply_id: 323899[/import]

I’m assuming that your distribution certificate is using an AppID with a wildcard?

In that case I’d recommend creating an AppID that is specific to your app (com.tinytapps.timebird) and then re-create your dev/distribution certificates with the new AppID.
If you do this you don’t need to specify a bundleID in build settings, [import]uid: 70847 topic_id: 23899 reply_id: 96287[/import]

Yes, this works

Thanks [import]uid: 72256 topic_id: 23899 reply_id: 96301[/import]

I’m having the same problem even when I use an AppID that is specific to my game.

I am not including the CFBundleIdentifier in my build.settings and Corona compiles the app successfully, but when I try to upload using Application Loader I get the message below.

The Bundle ID com.mydomain.game defined in you Xcode Project does not match
the Bundle ID that you entered for this app in iTunes Connect.
12345BCDE.com.mydomain.game

Note: I made the domain and AppID generic. The ID (12345BCDE.com.mydomain.game) does match what I’m seeing in iTunes Connect.

Any advice would be much appreciated. [import]uid: 19564 topic_id: 23899 reply_id: 107775[/import]