Hello!
Last week I have sent my app to apple for review. They rejected my app and responed to me that I have to implement an App Tracking Transparancy dialog.
So I implemented such a dialog in my app and uploaded the new version of my app via XCode to App store connect (Xcode said "upload successful").
My first problem: I can't find the newly uploaded app in app store connect. When I click on "Distribution" under "Build" I have only 1 version (the intial ohne that got rejected). When I click on "TestFlight" I also see only 1 version (the old one).
Where is the newly updated app supposed to be visible in App store connect?
My second problem: When I click on "App Review" the site shows me "Non fixed problems" and at the top right a blue button "Submit to app review again". But I have no option to select my newly uploaded version (which contains the fix).
How am I supposed to continue in this review process?
Thanks for any help!
Post
Replies
Boosts
Views
Activity
Hello!
Long ago I have created an App Identifier (on developer.apple.com) with Description="My Game" (name changed since it does not matter) and Bundle ID com.oldcompany.mygame
I have also created an app called "My Game" in App Store Connect.
Now I want to change the Bundle ID from my app. I know I can't edit a Bundle ID so I created a new App Identifier:
Description="My Game" (same name cause I want to keep the name, only change the Bundle ID) and Bundle ID = com.newcompany.mygame.
Then I tried to delete the old App Identifier (the one with com.mycompany.mygame). The problem is, trying to delete it gives this error:
"The App ID 'XR23SWWL8.com.oldcompany.mygame' appears to be in use by the App Store, so it can not be removed at this time."
To fix this I deleted "My Game" app from app store connect. I know have zero apps in App store connect.
But removing the old App Identifier still does not work!
Anyone knows how I can fix this error and delete my old App Identifier from developer.apple.com?
Thanks!