Home > database >  Why is my app not detected in App store connect(after Xcode validate and upload)?
Why is my app not detected in App store connect(after Xcode validate and upload)?

Time:10-27

I cloned my app from GitHub and followed all the steps in Xcode to build,archive,validate and upload app to App Store.

enter image description here

When I go to Apple developer certificates identifiers & profiles

I can see my bundle ID

enter image description here

But in my App Store Connect, I can not find it. There are only apps from previous manual uploads. enter image description here

After I press button

My bundle ID is not detected.

enter image description here

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.

enter image description here

Then the builds you upload will show under the "Testflight" tab.

enter image description here

It can take a few minutes to appear and a few more to be processed.

  • Related