skip to Main Content

I have a Flutter developed App that I want to upload for App Store Review.

The App has been successfully uploaded through Xcode as you can see here— https://prntscr.com/26m7w94

Sadly, the Build doesn’t appear in my App Connect Build section as you can see here— https://prnt.sc/26no755

When I try to re-upload, it let’s me know that the Build is already uploaded to App Store Connect as you can see here— https://prnt.sc/26no84v

I have written to Apple and I don’t understand the answers they are giving me. They are just talking off-point.

Now I have waited for 8 days for this build to appear, but this uploaded build is not appearing.

Without this Build appearing, I cannot Submit to App Store Review.

Everything in the App Store Connect Form has been completely filled. Only Build remains to be added as you can see here— https://prntscr.com/26no94s

I can’t figure out what to do next, and this is 8(eight) wasted days gone by, with me not knowing what next to do.

Has anyone here faced this kind of problem before? How did you solve it?

Regards

8

Answers


  1. Check in the TestFlight section. There might be a yellow triangle next to your build. You may need to answer some additional questions such as encryption usage etc. Just click on the triangle to answer and your build should be available afterwards.

    Login or Signup to reply.
  2. UPDATE: This might have boiled down to timing. After changing the version number to 1.0.0, that build showed up immediately. Half an hour later, the 0.0.1 build appeared out of the blue as well.


    If you’ve set your version number to 0.0.1+X because you thought that makes sense while the app is still under development, change that back to 1.0.0+X. The upload will succeed, but app store connect won’t list the build without a leading "1." in the version number.

    Login or Signup to reply.
  3. Sometimes the answer to this issue is that there is actually a problem with App Store Connect (like right now).

    You can check for issues on the Apple Developer System Status page.

    Login or Signup to reply.
  4. For me changing the version from X.X.X to X.X.X+1 (2.2.2 -> 2.2.3) fixed the issue.

    Login or Signup to reply.
  5. Make sure no webviews are used in your app. It will not show builds in App Store Connect and neither XCode nor Apple will say that anything is wrong.

    Login or Signup to reply.
  6. Sometimes it happens and I have also faced this problem .I successfully uploaded my bundle from Xcode but not found in connect.
    I waited 30 minutes and refreshed .Then my bundle came in App Store connect.

    Solution 1 : wait for some time & Refresh ,
    Solution 2 : Create another Bundle and push to connect using Transporter (You can download transporter from appStore)

    Login or Signup to reply.
  7. If the build doesn’t show up on App Store Connect. You may want to check your email (the one you used as your Apple Id when uploading the build).

    In my case Apple sent me an automatic email telling me that my build had some issues. Xcode didn’t complain about anything nor App Store Connect.

    Login or Signup to reply.
  8. I solved this issue by changing the type account on the app store connect from development to app manager

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search