Search code examples
iosapp-store-connecttestflight

TestFlight expired


I am trying to use TestFlight (the new one) to share my app.

I have now shared it with 3 of my internal testers on itunes connect one of them everything has worked fine and they have successfully downloaded the app.

But the other two when on the TestFlight app get a page like this:

enter image description here

Why my it be expired it makes no sense as it is definitely with in the 30 day test period as it is working fine on the other internal tester any help would be great


Update

I just received an email from the "App Store Developer Support Escalation Team"

They said:

Hi Max,

We believe this issue has been resolved. If your testers are still unable to test your app when using the TestFlight app version 1.0.1, please let us know.

Best regards,

Ben

If anybody is still having the problem before they try the answers bellow and after they have updated the TestFlight app. Let me know and I will get back to the "App Store Developer Support Escalation Team".


Solution

  • When shit like that happens, it usually means you have issue with provisioning profile.

    It is the only thing that could possibly expire (certificates also)

    Here are the following steps that will help you resolve this issue:

    1. Log into your developer account
    2. Delete/regenerate the profile
    3. Go to Xcode
    4. preferences
    5. then account
    6. refresh the provision
    7. clean
    8. build (using production profile)
    9. archive
    10. submit

    Voila, should work fine now!