Search code examples
iosxcode8.2ios10.2

Why am I having so much trouble submitting my app to Apple?


This is my first time trying to submit an app to Apple, and I'm having a bunch of issues. I'm pretty sure I've generated all my certificates, AppID's, etc... I've been running the app on my phone just fine, then all of a sudden I started getting errors submitting. My first error was this:

enter image description here

But as you can see, the Bundle ID's are the same:

The ID in Xcode:

enter image description here

And the ID in iTunes Connect:

enter image description here

So I tried changing the Bundle ID, and made sure the Bundle ID's were the same across iTunes connect, Xcode, etc. I started out the project with a different name. Should I just start a new project with consistent naming?

Should the Bundle Identifier in Info read com.Kaen.M01eskin ?

enter image description here

It doesn't work with Application Loader either:

enter image description here


Solution

  • Somewhere the bundle identifier is getting M01eskin---prepended to it. As you can see in the dialog. I would check in your info.plist if perhaps there is something in Bundle identifier before the $(PRODUCT_BUNDLE_IDENTIFIER).

    You could try hard coding it there and see if that resolves your problems.

    Or try looking in your build settings for the target under Product Bundle Identifier and check there as well.