A few weeks ago, I created an iphone application and successfully sent it to the application store. Now the client needs some functions that I made for another application, so I duplicated this second application (project) in xcode and worked with it to fit my client needs.
My problem is that now I can’t understand how to download this project as an update for the first application.
I went to the application in itunesconnect and selected “Add version”, filled in the details (new version number and description), so now I have version 1.1 with the status “Preparing to download”.
From xcode, I selected Product-> archive, but in Organizer Archives, when I select Distribute-> Submit in the IOS App Store, I get the following message: No suitable application records were found. Please make sure you have set up a record for this application on iTunes Connect
Does this mean that it does not recognize this application as the original loaded in the application store? (Perhaps something is related to the application identifier?)
Am I missing something here? The Bundle identifier is the same for both projects (as seen from the Info.plist files).
Is it even possible?
Thanks in advance.
source
share