[Resolved] Bundle ID confusion

I am submitting my first app (or trying to) and I am getting this message:
The bundle ID in your Xcode project does not match the bundle ID that you entered for this app in iTunes Connect.com

also application failed codesign verification. The signature was invalid, contains disallowed entitlements, or was not signed with the iPhone distribution certificate.
I just did a build same as always and in the code signing identity section I used iPhone developer, not Adhoc.

Can anyone advise me?
I don’t hardly use Xcode, except when I am putting the app on my device for testing. How can I access my bundle ID? Any advice would be great…
THanks!
Laura [import]uid: 106593 topic_id: 25116 reply_id: 325116[/import]

Hey Laura,

In your build.settings file did you specify a bundle ID? If so, remove it.

As to building, you mention you are submitting your first app but you also say you used a developer ID, “not AdHoc”.

What you are using should still be distribution but rather than AdHoc it should be “App Store”.

We actually have a walkthrough stickied up the top of this subforum that may be helpful to you.

Please let me know how you get on.

Peach :slight_smile: [import]uid: 52491 topic_id: 25116 reply_id: 102229[/import]

PS - Bundle ID is whatever you entered when creating the certificate, eg;

com.peachpellen.aweseomeapp :slight_smile: [import]uid: 52491 topic_id: 25116 reply_id: 102230[/import]

Thanks Peach,
Your advice was very good, and for whatever reason I didn’t quite understand the difference between the developer build and the distribution build. I actually had a distribution certificate, but had not quite realized I had it. I hope submitting to amazon is easier!
Thanks [import]uid: 106593 topic_id: 25116 reply_id: 102286[/import]

Hey again Laura,

Great! Am very happy to hear that.

I haven’t dealt with Amazon before but the process for Apple is notoriously frustrating so I imagine it can’t be that bad :wink:

Peach [import]uid: 52491 topic_id: 25116 reply_id: 102377[/import]