Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode: No suitable application records were found. Verify your bundle identifier is correct

I'm having a strange issue when trying to upload my ios app, it was working perfectly fine 24 hours ago but when attempting to upload, it will not go.

I am admin on the developer and app store connect accounts. The app has existed for a few years so it's not a new app, the bundle id matches correctly and I have all proper provisioning profiles and certificates.

This issue makes zero sense since less than 24 hours ago I was able to upload the app just fine.

like image 785
xiience Avatar asked Aug 02 '18 17:08

xiience


People also ask

How do I find my bundle ID XCode?

Open you project with XCode, select the top project item in the project navigator at the left. Then select TARGETS -> General. Bundle Identifier is found under Identity.

What is a valid bundle identifier?

A bundle ID uniquely identifies a single app throughout the system. The bundle ID string must contain only alphanumeric characters (A–Z, a–z, and 0–9), hyphens (-), and periods (.). Typically, you use a reverse-DNS format for bundle ID strings. Bundle IDs are case-insensitive.


1 Answers

It seems like this problem may be related to Apple making some changes to user roles in iTunes connect. Using an admin account to remove and re-add your permissions for your app may fix it.

https://forums.developer.apple.com/message/324473#324473

like image 98
Peter Willsey Avatar answered Nov 07 '22 04:11

Peter Willsey