简体   繁体   中英

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:

在此处输入图片说明

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

The ID in Xcode:

在此处输入图片说明

And the ID in iTunes Connect:

在此处输入图片说明

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 ?

在此处输入图片说明

It doesn't work with Application Loader either:

在此处输入图片说明

确保应用程序和iTunes Connect上的捆绑包ID相同。

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.

Try using the Application Loader utility instead of the Archive upload to the App Store. It's available in the menu under Xcode... Open Developer Tool... Application Loader. You still have to create an Archive first; main difference is that you have to pick out your Archive via a Finder interface. Plus, you can get an active timeline for all the tasks, with current task and elapsed times.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM