There is no software with CFBundleIdentifier from "xxxxxx".

I am using Xcode6.0.1. I am trying to submit my application using Application Loader. But he gives me this error:

No software with CFBundleIdentifier from 'com.jiazhong.ios' exists. Verify that your package ID is correct. If so, you may need to log into iTunes Connect to create the application.

But my package id in xcode is the same as package id in itunes connection. I am also trying to solve a problem in this matter, there is no software with CFbundleidentifier exists , this does not work. How to fix this error? Can anybody help me?

+6
source share
2 answers

I had the same problem and for me the problem was that I didn’t have an application created in iTunes Connect. This is not a developer.apple.com app id. You must log in to your iTunes Connect account and create an application. Then you can select the package identifier created on the developer's portal. https://itunesconnect.apple.com

He solved my problem.

+7
source

I had the same problem and found out that the check fails if iTunesConnect does not have the corresponding application. Thus, validation also checks the availability of the iTunes Store on top of other checks.

+1
source

Source: https://habr.com/ru/post/976596/


All Articles