Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Request failed with error code "ENTITY_ERROR.ATTRIBUTE.INVALID.DUPLICATE"

App record creation failed due to an invalid attribute. Request failed with error code "ENTITY_ERROR.ATTRIBUTE.INVALID.DUPLICATE", and reason "The provided entity includes an attribute with a value that has already been used The Bundle ID you entered has already been used."

I have an app, which uploaded in the AppStore (React Native app). Recently, I recreated project using new version of React Native. App working correctly, I choose bundle id from my uploaded app, enter image description herebut when I uploading my app to TestFlight it gives error (photo).

like image 400
михаил киселёв Avatar asked Sep 07 '25 16:09

михаил киселёв


1 Answers

The problem for me was, that I only tried to create the app from Xcode. Go to AppStoreConnect, Apps, and create the app manually with the bundle ID you set in your Xcode project.

New App in AppStoreConnect

After the new app is in your apps, you can restart the "Distribute App" from Xcode.

like image 89
matsbauer Avatar answered Sep 10 '25 07:09

matsbauer