Trying to upload app and validation for bundle identifier is failing - ios

Itunes store operation failed. No suitable records were found verify your bundle identifier is correct.
This error comes up when I try to validate my app in the organizer. My understanding is that it's because they're not the same name in the bundle ID and on the itunes connect page. I've made them both the same name in each bundle ID but it still comes up. What i've noticed though is the "application-identifier" hasn't been changed yet even though i've renamed the bundle ID. Is there somewhere else I have to change the name so that it syncs up with the other 2 bundle ID's and I don't get this error?

Found the answer. I had to rename either the Executable file, the bundle display name, or the bundle name in the info section.

Related

No suitable application records were found. Verify your bundle identifier

I am trying to upload an app in App store. But every time when I try it gets failed. it gives me following error
But I have double check it,the Id is same.
What I Have done After getting that error multiple times
I deleted my certificates and app ID and provision profiles
I created all other again. (Certificates, app Id and profiles)
I registered that app on newly created Bundle Identifier
but still I am getting this error. Have a look at Bundle Id that I am using. I am not printing it fully though
"MyAppName as Prefix - com.ma........"
there is a prefix and then the Bundle Id is same. So I think prefix is creating problem to bring that error.
I have really no Idea why this error is keep on showing whereas everything is setup as expected. Any Help ???

iTunes Store operation failed

I have a problem with one of my iOS application.
I try to validate archive in Organizer but i have this message :
Archive validation failed with errors : Archive validation failed due
to the issues listed below. iTunes Store operation failed. No suitable
application records were found. Verify your bundle identifier
'org.alamofire.Alamofire' is correct.
i use Alamofire in this application and the bundle identifier is not recognized, it is the first time i have this problem, in the previous version uploaded no problem with alamofire !
EDIT : of course bundle identifier of my app is like 'com.organization.myApp' and is created on developer center, i already uploaded archive on iTunes connect with alamofire and no problem. But Alamofire has also a bundle identifier (com.alamofire.Alamofire) and this time it implies this issue.
Thank you for your help
It clearly mentions that the bundle identifier of your app is not matching with the bundle identifier on iTunes record for your app. Are you sure you are archiving the correct Target from your workspace?
I had similar issue. The wondering part is that bundle id (com.xyzcompany.abcappname) exists in Bundle Id section of my apple developer account.
The solution was to clean Xcode, delete the derived data content and then start Archive.
In your case the bundle id seems to be reserved type (use of alamofire). Try changing your Bundle Id. For eg. com.YourCompanyName.AppName

Multiple errors when trying to validate app before submitting

I am trying to validate my app, but getting the errors in the image.
In Itunes Connect I have:
Bundle ID: phil.quotes
The error messages are very specific and all came at once, though I have only trying changing the field 'bundle identifier' under 'info' in Xcode
as far as I know, because the result of apple has given you, you have signed an application tied to another bundle identifier. Go to your project properties, check the bundle identifier and the most important, the distribution certificate you have created. They should match. I dont know if you are resigning the application or changing the bundle identifier. Some people do that in some companies when you submit an app : you send the ipa and then they change the bundle identifier (which is unique for every app) and resign the application with their own certificates. Check that and try again, it should work.

ERROR-ITMS-9000: Bundle identifier cannot be changed

ERROR ITMS-9000: "The bundle identifier cannot be changed from the current value, if you want to change your bundle identifier, you will need to create a new application in iTunes Connect. "at SoftwareAssets/SoftwareAsset (MzItmspSoftwareAssetPackage)
I have tried recreating the provisioning profile, checked the appid matches in all areas - restarted machine, deleted and re-added tags - always get the same error?
please check your itunesconnect bundle identifier and your app bundle identifier it should be same.because you are getting error due to your bundle identifier is mismatch with your itunesconnect bundle identifers. you can check also following link this is also suffering with your problem
The bundle identifier cannot be changed from the current value error

Validating IOS Application Archive

I have created an archive for a new version of a product already on the app store. I have incremented the version number to 2. I have created version 2 in tuned.
When I go to Organizer>Archives, I see my correct app name, icon, Version 2, and correct bundle identifier.
When I click VALIDATE then NEXT to log on to iTune connect,I get a dialog saying:
Choose a profile to sign with.
At that point, the application name is wrong (being the name of a test application I created a while ago). This is displayed in a non-changeable label. The provisioning profile looks correct, being the only value in the drop down list.
The validation then fails with three messages:
The bundle is invalid. The bundle identifier is already in use by a different software package.
The bundle identifier cannot be changed from its current value 'Test Bundle'. If you want to change your bundle identifier, you will need to create a new application in iTunes Connect.
The bundle identifier matches the name of the one I create for the test application. However, if I got to General>identity the project has a the correct bundle id (Not 'test Bundle').
In other words, the General>Identify>Bundle Identifier matches the bundle when I am asked to select the bundle identifier. However, the application name does not match the application name of the project and the bundle ID reported in validation errors does not match the bundle ID from General>Identify>Bundle Identifier.
Where is the wrong application name and bundle ID being picked up?
posting from my comment for further reference:
when you create a new app entry in your iTunesConnect.apple.com account, and turned it to "ready to upload binary", what's the bundle id you have used there?
does it match the one in your provisioning profile?
Application Name, version numbers and bundle identifiers should match between iTunesConnect and your binary.(its possible that when you created the app on iTC some other bundle id was selected)

Resources