Richard Eng
Richard Eng

Reputation: 2024

Validating an existing app in App Store

I have an existing app in the App Store (Version 1.0). I'm trying to change the displayed title of the app in the App Store. The only to do this, apparently, is to update the binary and edit the title, subject to app review.

So I go into Xcode and change the version number (I've tried bumping up the Build number, as well as the Version number). I do the archive, but when it comes to validating the archive, it tells me "No suitable application records were found."

What gives??

Upvotes: 0

Views: 206

Answers (2)

Remy Vanherweghem
Remy Vanherweghem

Reputation: 3955

Make sure that

  1. Changing the name did not changed the bundle id.
  2. You're in Waiting to Upload mode.

Upvotes: 0

esqew
esqew

Reputation: 44699

  • Ensure an application record exists for your application in iTunes Connect.
  • Ensure the application record status is at least Waiting to Upload.

Source (Apple Documentation)

Upvotes: 1

Related Questions