skip to Main Content

I have an IOS app build using Flutter and I am trying to upload to app store. While uploading to the TestFlight I am not getting any error and it showing like uploaded. But it not showing in the app store or TestFlight. I have tried many times the same issue is repeating.

I tried multiple times but same issue. Status I am getting uploaded.

2

Answers


  1. Since the description is not detailed enough, I assumed that the sentense "…it showing like uploaded." in your question means that the log shows no error.

    Under this circumstance, how do you check that "It not showing in the app store or TestFlight."? Did you check it by mobile’s app store and testflight app, or the Apple’s developer website (Apple developer)?

    If you just check it by mobile’s app store and testflight app, it is normal that you can not find your app since you may not be a tester of your app and , obviously, you have not published your app to appstore.

    If you have check your developer website, than I probably need more details such as log to help you.

    Hope this info could help you.

    Login or Signup to reply.
  2. Open aapstoreconnect and there in testflight section select your build, check if there is any warning related encryption (appstore generally asks for "does your app use any encryption") -> select none and then good to go.

    Select tester group or individual tester.
    I hope this helps.

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