I cloned my app from GitHub and followed all the steps in Xcode to build,archive,validate and upload app to App Store.
When I go to Apple developer certificates identifiers & profiles
I can see my bundle ID
But in my App Store Connect, I can not find it. There are only apps from previous manual uploads.
After I press button
My bundle ID is not detected.
Why?
CodePudding user response:
You have to create an app first by clicking the blue " " on AppStore Connect. When asked for a Bundle ID, choose the bundle ID you will use with your builds.
Then the builds you upload will show under the "Testflight" tab.
It can take a few minutes to appear and a few more to be processed.