Home > Mobile >  Getting App must registered with App Store Connect error while uploading build
Getting App must registered with App Store Connect error while uploading build

Time:10-01

I am getting below error while uploading build in xCode 13. I double check my Bundle Identifier and it is the same as created before in Identifier.

My app was already created and previously i have uploaded many version of my app then i don't know why it gives error like Preparing app record and working fine but now i am getting below errors.

enter image description here

enter image description here

Let me know if anyone face this type of error.

CodePudding user response:

I face the same issue. I had create new provising profile with bundle id and archive the new build. Then select manual signing in build upload steps and select your created providing profile. I know that's not proper way to fix this issue but temporarily you can try it.

CodePudding user response:

i have solved this problem. Create a new provisioning profile and import it again, it will start working properly

  • Related