TestFlight

RSS for tag

TestFlight within App Store Connect allows you to invite and manage testers who can install and beta test your iOS, iPadOS, tvOS, and watchOS apps using the TestFlight app on the App Store.

Posts under TestFlight tag

200 Posts

Post

Replies

Boosts

Views

Activity

Testflight builds expired all at once
Anyone is experiencing this issue? Today without any reason we can think of, all of our builds were expired on Testflight. Without knowing what happened, then we tried to add a new build, that it it seems to be in good shape on Testflight, even with the mark green meaning is ready to be tested. Even though, by trying to install the app on iOS using TF, we are getting a message saying "The requested app is not available"
9
2
3.1k
Jul ’26
Can't download or install my own apps.
Hello everyone! Having a bit of an issue with Testflight. I can upload my builds perfectly fine. I'll get an email saying the app is available for testing. I'll go into Testflight. All my apps show up. There's an install button right by the app. I'll click install, and a dialog box pops up saying that the app couldn't install. "The requested app is not available or doesn't exist." Well, the app is obviously there, so it does exist. So I really don't know what the issue is. I really need this resolved! Thanks!
0
0
289
Jul ’26
First external TestFlight Beta App Review stuck in "Waiting for Review" >48h... what's typical?
Hi everyone, I submitted my app's first build for external TestFlight testing and it has been sitting in "Waiting for Review" for more than 48 hours. There are no messages in the App Review section and no rejection, the status is simply "Waiting for Review", so it doesn't look blocked, just not picked up yet. A few questions for those who've been through this: For a FIRST external Beta App Review, how long did yours actually take? Is 48h+ normal these days, or is something wrong? Does the first external review really take much longer than later builds? I've read that once your app clears Beta App Review the first time, subsequent builds are approved almost instantly, can anyone confirm from experience? Has contacting App Review support ever actually sped this up for you, or is it just a matter of waiting it out? Any real-world experiences or rough timelines would help me set expectations. Thanks a lot!
4
0
667
Jul ’26
TestFlight: The requested app is not available or doesn't exist.
I'm getting error when I'm trying to install TestFlight I'm getting the requested app does not exist or not available error, TestFlight delivery was successful and also setup is correct, our app is still in development and we have release any version on app store yet, we are testing via TestFlight, please help to resolve this issue. I have raised many support requests as well but not getting any response
1
1
948
Jul ’26
Did Xcode 27 beta get pulled from Xcode Cloud Workflows?
I was previously able to test my app on Xcode 27 / iOS 27 by setting the Xcode Version to "Latest beta or release". I needed this to test PrivateCloudCompute on my apps in TestFlight. As of a few days ago this stopped working and only shows the stable 26 release, which removes PCC and my ability to test it. Am I doing something wrong? I didnt change any settings, I just noticed PCC wasnt working, checked the workflow and noticed that it no longer shows Xcode 27.
0
0
586
Jul ’26
TestFlight Beta App Review stuck with no response
My app has been sitting in Beta App Review for an extended period with no update. I opened a support ticket through the developer contact form and never received a response. I also called Apple Support through the consumer line, but they weren't able to access developer/App Review case details and redirected me back to the same channel that already isn't responding. Has anyone else run into a review request that stalls with no reviewer feedback and no response to a filed ticket? Looking for: Any way to escalate beyond the standard contact form Typical wait times others have seen for a stuck Beta App Review before it's worth re-submitting a new build vs. waiting Whether there's a different queue/contact specifically for TestFlight (as opposed to full App Store review) Appreciate any pointers.
0
0
274
Jul ’26
Adapter Problem - compatibleAdapterNotFound
Hello. I have a problem with the FoundationModels adapter and the Apple-hosted managed asset pack via TestFlight. I have created an adapter that works fine locally by creating a model via (fileURL: URL) on a real device, but I cannot create a model using background assets by downloading the adapter via TestFlight. Every time I try to get an adapter, the creation of the adapter is interrupted by the compatibleAdapterNotFound error. The aar. archive i created using a special command - xcrun ba-package foundation-models package --adapter-path aurelius1.fmadapter --asset-pack-id fmadapter-aurelius1-9799725 --output-path ./aurelius1.aar --platforms iOS --on-demand\ after that, I replaced "OnDemand": null with "OnDemand": {} in the manifest so that the Transporter could send my archive to the App Store Connect. I followed all the recommendations in this topic - https://origin-devforums.apple.com/forums/thread/823148 ...but unfortunately unsuccessfully I would appreciate any help in solving this problem. here is the code that I use in my app -
6
0
677
Jul ’26
Background Asset not downloading for TF iPad
I have created and tested background assets (Apple Hosted) with both "essential" and "onDemand". They works on the iPhone and iPad following the "Testing asset packs locally" steps. However, when I upload to TF; the iPad fails to download. The iPhone is able to download both "essential" and "onDemand" fine. I am adopting the manifest from xcrun ba-package template -o Manifest.json Manifest.json
1
0
600
Jul ’26
TestFlight - can't Install my App
I have been using TestFlight since before Apple bought it and this is the first time I am not able to install my App. Steps: - open TestFlight - tap Install - the load icon ( the circle) appears - then, before it starts to show and data load the load icon disappears - and the Install button has come back - then get error message 'Unable to download App. App can t be downloaded at this time.' I have tried: - reinstall TestFlight - reinstall my phones default settings - delete and re-add my internal testing ID No go !
2
0
1.5k
Jul ’26
TestFlight Installation Issue – No Response Yet
TestFlight installation issue reported earlier. No response has been received yet, and the issue is blocking application testing for our client. The build has been uploaded successfully to App Store Connect, processing has completed, and testers have been invited. However, they are still unable to install the application through TestFlight. As this issue is impacting our project timeline, an urgent review and resolution are requested. Please investigate the issue at the earliest and provide an update.
0
0
254
Jul ’26
NEFilterManager saveToPreferences returns NEFilterErrorDomain code 5 in TestFlight despite content-filter-provider entitlement
I’m building an iOS app that uses a Network Extension Content Filter provider. The app works when installed directly on a physical device from Xcode/development builds, but the same flow fails in TestFlight/App Store distribution builds. Main app bundle ID: com.project.betcontrolMain Network extension bundle ID: com.project.betcontrolMain.DNSFilterExtension Team ID: 74YN2U5NR9 The extension is embedded at: Runner.app/PlugIns/DNSFilterExtension.appex Both the containing app and extension are signed with: com.apple.developer.networking.networkextension = content-filter-provider The app also has Family Controls Distribution enabled. At runtime, enabling the content filter with NEFilterManager fails in TestFlight with: NEFilterErrorDomain code 5 - permission denied The same code path works when installed locally from Xcode. The code roughly does: NEFilterManager.shared().loadFromPreferences { error in let manager = NEFilterManager.shared() let providerConfiguration = NEFilterProviderConfiguration() providerConfiguration.filterBrowsers = true providerConfiguration.filterSockets = true providerConfiguration.vendorConfiguration = [:] manager.localizedDescription = "BetControl Website Shield" manager.providerConfiguration
1
0
782
Jul ’26
TestFlight builds show Complete but cannot be installed — "The requested app is not available or doesn't exist"
Since June 27, all new TestFlight builds for my app show Complete status but cannot be installed by any tester. Error is "The requested app is not available or doesn't exist." Adding testers to the build also fails with "There was an error processing your request." This affects all builds regardless of version number. Support case open for 5+ days with no resolution.
0
0
358
Jul ’26
Developer Program active but App Store Connect says my Apple Account isn't enabled
Hey everybody, I enrolled in the Apple Developer Program and my membership is active. Xcode recognizes my team, code signing works, and I can archive my app successfully. The problem is that App Store Connect itself says: “Your Apple Account isn't enabled for App Store Connect.” Xcode gives the same kind of issue when I try to upload through Organizer. It says it can't authenticate with App Store Connect and that I don't have App Store Connect access for my team. What's weird is that everything else seems to work. My developer account is active, the team shows up correctly in Xcode, and the archive builds without any issues. I've tried signing out and back into Xcode, removing and re-adding my Apple ID, restarting everything, and waiting more than 24 hours since my membership became active. I already contacted Apple Support and they escalated the case to their senior support team, but I wanted to ask if anyone here has seen this before. Has anyone had App Store Connect take a while to become enabled after joining the Developer Program? Or is there something else I should be checking? Thanks.
1
0
742
Jul ’26
ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING - TestFlight Submission Failing
Hello, I am currently unable to submit builds for TestFlight testing. Whenever I attempt to process a build, I receive the following error: ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING "Beta contract is missing for the app." I have verified my account details and compliance to ensure everything is correct on my end: I am the Account Holder. My Free Apps and Paid Apps agreements are both marked as Active in App Store Connect. All App Privacy, Age Rating, and Export Compliance forms are completed. I reached out to Apple Support via email a few days ago but have not yet received a response. My Support Case ID is: 102910951543. Because there are no pending agreements on my end, it appears the TestFlight Beta contract has become detached on Apple's backend. Could a DTS engineer or support representative please manually re-provision the beta contract for my account? Thank you for your time and assistance.
5
5
497
Jul ’26
External Review - Deleted Build Stuck in Waiting for Review Queue
I deleted Build 16 from the external Test Flight review approval because I want Build 17 to be used and set up for external review. I successfully removed it and it is not showing up under external testing.. but when I try to add my Build 17, it is greyed out and says that Build 16 is still waiting for review. Can you please fix this as soon as possible so I can begin the review process for my Build 17? Please let me know what information you may need. I'm hoping to get this resolved ASAP.
3
0
481
Jul ’26
App Store Connect Outage / Flakiness
Over the last 24 hours, App Store Connect has been performing very slowly, sometimes showing Bad Gateway and sometimes only loading tab views without any content. I use the word "flakiness" because it's happening intermittently. It took over an hour for Xcode Cloud builds to be triggered yesterday, and during that time it was not possible to start builds manually because the github refs weren't refreshing. Today I was unable to load the Users & Access > Integrations > Webhooks page. Since, I've logged out and back in, and now I cannot load any of my apps even though my development team correctly shows with my account info in the top right. Is anyone else experiencing these symptoms? I see nothing on the System Status page other than an outage with Apple Podcasts Connect.
0
1
427
Jul ’26
TestFlight Beta Contract Missing – ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING
Hello, I am unable to use TestFlight for any app (existing or new), while production uploads work normally. All TestFlight actions fail with: ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING There are no pending agreements in App Store Connect. This is an older account that previously used TestFlight successfully. This appears to be a missing or detached TestFlight Beta contract on Apple’s backend. Could this be manually reattached or re-provisioned? This is time-sensitive, as I need a TestFlight external testers link to submit an app for an upcoming hackathon. Apple Support case ID (for reference): 102936100370 App: Wope — Bundle ID: com.wope — Team ID: NTZ2CQFSKA APP ID: 6784499207 Thank you.
0
0
330
Jul ’26
ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING — TestFlight blocked, beta contract appears detached (Case ID 102925396507)
Hello, TestFlight is completely blocked for my account. The beta contract appears to be missing or detached on Apple's backend. Symptoms: Internal testing: builds appear in TestFlight, but installation fails with "The requested app is not available or doesn't exist." External testing: submitting a build for beta review (via App Store Connect UI and the API) returns: { "errors" : [ { "status" : "422", "code" : "ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING", "title" : "Beta contract is missing for the app.", "detail" : "Beta Contract is missing." } ] } I am the Account Holder. All agreements are active with no pending items in App Store Connect, on developer.apple.com, or in the Apple Developer app. The build is VALID, Test Information is complete, export compliance is done, and fresh builds don't help. I have an open support case that's been in the queue for a while and this is blocking all beta testing. A nearly identical issue was recently resolved on these forums by a DTS engineer — could someone verify whether the beta contract for my account needs to be re-provisioned? Apple Support Case ID: 102925396507 Thank you!
0
0
457
Jul ’26
TestFlight builds appear but cannot be installed – "The requested app is not available or doesn't exist"
Hello, I am experiencing an issue that affects every app under my Apple Developer account, and after extensive troubleshooting I believe this is an Apple-side backend issue. Developer Team ID: V94M8SUV94 Issue Every TestFlight build uploads and processes successfully. The build status becomes "Testing", internal testers receive the invitation, and the app appears correctly in TestFlight with: App icon App name Version Description Install button However, as soon as Install is tapped (within 1–2 seconds), TestFlight displays: The requested app is not available or doesn't exist." This issue affects Every app under my developer account Every uploaded build Every internal tester Multiple Apple IDs Multiple iPhones Things I have already verified Apple Developer Program membership is Active Free Apps Agreement is Active Paid Apps Agreement is Active Banking information is Active Tax forms (W-8BEN and Certificate of Foreign Status) are Active App Availability is enabled in 175 countries/regions No countries are in Processing Distribution certificates are valid Builds finish processing successfully Builds show Testing Internal TestFlight groups are configured correctly Multiple new builds have been uploaded Multiple devices have been tested Important observation The same Apple IDs and devices can successfully install TestFlight apps from other developers. Only apps from my developer account fail to install. Support cases I currently have two open Apple Developer Support cases: Case ID: 102931480856 Case ID: 102933805150 Unfortunately, I have not yet received a resolution. Apple Developer Forum I found several forum threads where other developers reported the exact same behavior. Some later reported that Apple resolved the issue through backend intervention without requiring changes to the app or App Store Connect configuration. Has anyone experienced this recently? If an Apple engineer sees this, could you please verify whether Developer Team ID V94M8SUV94 is affected by a known TestFlight backend issue or requires backend reprovisioning? As far as my research the issue is in beta app agrement Any guidance would be greatly appreciated, as this is currently blocking all internal testing for my clients. Thank you.
1
0
471
Jul ’26
TestFlight builds from our Apple Developer account cannot be installed on any iPhone.
Error in TestFlight: “The requested app is not available or does not exist.” This happens on multiple iPhones and Apple IDs. Important: Builds from OTHER Apple Developer accounts install fine on the same devices. We tried new apps, new bundle IDs, new certificates, new provisioning profiles. Internal testing fails. External testing also fails. All Agreements, Tax, Banking, and membership requirements are completed and active. When configuring external testing in App Store Connect, we also get: “There was an error processing your request. Please try again later.” This has been happening for 3 weeks. Has anyone seen an Apple Developer account / TestFlight backend issue like this? Any solution besides contacting Apple Developer Support?
5
4
897
Jul ’26
Testflight builds expired all at once
Anyone is experiencing this issue? Today without any reason we can think of, all of our builds were expired on Testflight. Without knowing what happened, then we tried to add a new build, that it it seems to be in good shape on Testflight, even with the mark green meaning is ready to be tested. Even though, by trying to install the app on iOS using TF, we are getting a message saying "The requested app is not available"
Replies
9
Boosts
2
Views
3.1k
Activity
Jul ’26
Can't download or install my own apps.
Hello everyone! Having a bit of an issue with Testflight. I can upload my builds perfectly fine. I'll get an email saying the app is available for testing. I'll go into Testflight. All my apps show up. There's an install button right by the app. I'll click install, and a dialog box pops up saying that the app couldn't install. "The requested app is not available or doesn't exist." Well, the app is obviously there, so it does exist. So I really don't know what the issue is. I really need this resolved! Thanks!
Replies
0
Boosts
0
Views
289
Activity
Jul ’26
First external TestFlight Beta App Review stuck in "Waiting for Review" >48h... what's typical?
Hi everyone, I submitted my app's first build for external TestFlight testing and it has been sitting in "Waiting for Review" for more than 48 hours. There are no messages in the App Review section and no rejection, the status is simply "Waiting for Review", so it doesn't look blocked, just not picked up yet. A few questions for those who've been through this: For a FIRST external Beta App Review, how long did yours actually take? Is 48h+ normal these days, or is something wrong? Does the first external review really take much longer than later builds? I've read that once your app clears Beta App Review the first time, subsequent builds are approved almost instantly, can anyone confirm from experience? Has contacting App Review support ever actually sped this up for you, or is it just a matter of waiting it out? Any real-world experiences or rough timelines would help me set expectations. Thanks a lot!
Replies
4
Boosts
0
Views
667
Activity
Jul ’26
TestFlight: The requested app is not available or doesn't exist.
I'm getting error when I'm trying to install TestFlight I'm getting the requested app does not exist or not available error, TestFlight delivery was successful and also setup is correct, our app is still in development and we have release any version on app store yet, we are testing via TestFlight, please help to resolve this issue. I have raised many support requests as well but not getting any response
Replies
1
Boosts
1
Views
948
Activity
Jul ’26
Did Xcode 27 beta get pulled from Xcode Cloud Workflows?
I was previously able to test my app on Xcode 27 / iOS 27 by setting the Xcode Version to "Latest beta or release". I needed this to test PrivateCloudCompute on my apps in TestFlight. As of a few days ago this stopped working and only shows the stable 26 release, which removes PCC and my ability to test it. Am I doing something wrong? I didnt change any settings, I just noticed PCC wasnt working, checked the workflow and noticed that it no longer shows Xcode 27.
Replies
0
Boosts
0
Views
586
Activity
Jul ’26
TestFlight Beta App Review stuck with no response
My app has been sitting in Beta App Review for an extended period with no update. I opened a support ticket through the developer contact form and never received a response. I also called Apple Support through the consumer line, but they weren't able to access developer/App Review case details and redirected me back to the same channel that already isn't responding. Has anyone else run into a review request that stalls with no reviewer feedback and no response to a filed ticket? Looking for: Any way to escalate beyond the standard contact form Typical wait times others have seen for a stuck Beta App Review before it's worth re-submitting a new build vs. waiting Whether there's a different queue/contact specifically for TestFlight (as opposed to full App Store review) Appreciate any pointers.
Replies
0
Boosts
0
Views
274
Activity
Jul ’26
Adapter Problem - compatibleAdapterNotFound
Hello. I have a problem with the FoundationModels adapter and the Apple-hosted managed asset pack via TestFlight. I have created an adapter that works fine locally by creating a model via (fileURL: URL) on a real device, but I cannot create a model using background assets by downloading the adapter via TestFlight. Every time I try to get an adapter, the creation of the adapter is interrupted by the compatibleAdapterNotFound error. The aar. archive i created using a special command - xcrun ba-package foundation-models package --adapter-path aurelius1.fmadapter --asset-pack-id fmadapter-aurelius1-9799725 --output-path ./aurelius1.aar --platforms iOS --on-demand\ after that, I replaced "OnDemand": null with "OnDemand": {} in the manifest so that the Transporter could send my archive to the App Store Connect. I followed all the recommendations in this topic - https://origin-devforums.apple.com/forums/thread/823148 ...but unfortunately unsuccessfully I would appreciate any help in solving this problem. here is the code that I use in my app -
Replies
6
Boosts
0
Views
677
Activity
Jul ’26
Background Asset not downloading for TF iPad
I have created and tested background assets (Apple Hosted) with both "essential" and "onDemand". They works on the iPhone and iPad following the "Testing asset packs locally" steps. However, when I upload to TF; the iPad fails to download. The iPhone is able to download both "essential" and "onDemand" fine. I am adopting the manifest from xcrun ba-package template -o Manifest.json Manifest.json
Replies
1
Boosts
0
Views
600
Activity
Jul ’26
TestFlight - can't Install my App
I have been using TestFlight since before Apple bought it and this is the first time I am not able to install my App. Steps: - open TestFlight - tap Install - the load icon ( the circle) appears - then, before it starts to show and data load the load icon disappears - and the Install button has come back - then get error message 'Unable to download App. App can t be downloaded at this time.' I have tried: - reinstall TestFlight - reinstall my phones default settings - delete and re-add my internal testing ID No go !
Replies
2
Boosts
0
Views
1.5k
Activity
Jul ’26
TestFlight Installation Issue – No Response Yet
TestFlight installation issue reported earlier. No response has been received yet, and the issue is blocking application testing for our client. The build has been uploaded successfully to App Store Connect, processing has completed, and testers have been invited. However, they are still unable to install the application through TestFlight. As this issue is impacting our project timeline, an urgent review and resolution are requested. Please investigate the issue at the earliest and provide an update.
Replies
0
Boosts
0
Views
254
Activity
Jul ’26
NEFilterManager saveToPreferences returns NEFilterErrorDomain code 5 in TestFlight despite content-filter-provider entitlement
I’m building an iOS app that uses a Network Extension Content Filter provider. The app works when installed directly on a physical device from Xcode/development builds, but the same flow fails in TestFlight/App Store distribution builds. Main app bundle ID: com.project.betcontrolMain Network extension bundle ID: com.project.betcontrolMain.DNSFilterExtension Team ID: 74YN2U5NR9 The extension is embedded at: Runner.app/PlugIns/DNSFilterExtension.appex Both the containing app and extension are signed with: com.apple.developer.networking.networkextension = content-filter-provider The app also has Family Controls Distribution enabled. At runtime, enabling the content filter with NEFilterManager fails in TestFlight with: NEFilterErrorDomain code 5 - permission denied The same code path works when installed locally from Xcode. The code roughly does: NEFilterManager.shared().loadFromPreferences { error in let manager = NEFilterManager.shared() let providerConfiguration = NEFilterProviderConfiguration() providerConfiguration.filterBrowsers = true providerConfiguration.filterSockets = true providerConfiguration.vendorConfiguration = [:] manager.localizedDescription = "BetControl Website Shield" manager.providerConfiguration
Replies
1
Boosts
0
Views
782
Activity
Jul ’26
TestFlight builds show Complete but cannot be installed — "The requested app is not available or doesn't exist"
Since June 27, all new TestFlight builds for my app show Complete status but cannot be installed by any tester. Error is "The requested app is not available or doesn't exist." Adding testers to the build also fails with "There was an error processing your request." This affects all builds regardless of version number. Support case open for 5+ days with no resolution.
Replies
0
Boosts
0
Views
358
Activity
Jul ’26
Developer Program active but App Store Connect says my Apple Account isn't enabled
Hey everybody, I enrolled in the Apple Developer Program and my membership is active. Xcode recognizes my team, code signing works, and I can archive my app successfully. The problem is that App Store Connect itself says: “Your Apple Account isn't enabled for App Store Connect.” Xcode gives the same kind of issue when I try to upload through Organizer. It says it can't authenticate with App Store Connect and that I don't have App Store Connect access for my team. What's weird is that everything else seems to work. My developer account is active, the team shows up correctly in Xcode, and the archive builds without any issues. I've tried signing out and back into Xcode, removing and re-adding my Apple ID, restarting everything, and waiting more than 24 hours since my membership became active. I already contacted Apple Support and they escalated the case to their senior support team, but I wanted to ask if anyone here has seen this before. Has anyone had App Store Connect take a while to become enabled after joining the Developer Program? Or is there something else I should be checking? Thanks.
Replies
1
Boosts
0
Views
742
Activity
Jul ’26
ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING - TestFlight Submission Failing
Hello, I am currently unable to submit builds for TestFlight testing. Whenever I attempt to process a build, I receive the following error: ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING "Beta contract is missing for the app." I have verified my account details and compliance to ensure everything is correct on my end: I am the Account Holder. My Free Apps and Paid Apps agreements are both marked as Active in App Store Connect. All App Privacy, Age Rating, and Export Compliance forms are completed. I reached out to Apple Support via email a few days ago but have not yet received a response. My Support Case ID is: 102910951543. Because there are no pending agreements on my end, it appears the TestFlight Beta contract has become detached on Apple's backend. Could a DTS engineer or support representative please manually re-provision the beta contract for my account? Thank you for your time and assistance.
Replies
5
Boosts
5
Views
497
Activity
Jul ’26
External Review - Deleted Build Stuck in Waiting for Review Queue
I deleted Build 16 from the external Test Flight review approval because I want Build 17 to be used and set up for external review. I successfully removed it and it is not showing up under external testing.. but when I try to add my Build 17, it is greyed out and says that Build 16 is still waiting for review. Can you please fix this as soon as possible so I can begin the review process for my Build 17? Please let me know what information you may need. I'm hoping to get this resolved ASAP.
Replies
3
Boosts
0
Views
481
Activity
Jul ’26
App Store Connect Outage / Flakiness
Over the last 24 hours, App Store Connect has been performing very slowly, sometimes showing Bad Gateway and sometimes only loading tab views without any content. I use the word "flakiness" because it's happening intermittently. It took over an hour for Xcode Cloud builds to be triggered yesterday, and during that time it was not possible to start builds manually because the github refs weren't refreshing. Today I was unable to load the Users & Access > Integrations > Webhooks page. Since, I've logged out and back in, and now I cannot load any of my apps even though my development team correctly shows with my account info in the top right. Is anyone else experiencing these symptoms? I see nothing on the System Status page other than an outage with Apple Podcasts Connect.
Replies
0
Boosts
1
Views
427
Activity
Jul ’26
TestFlight Beta Contract Missing – ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING
Hello, I am unable to use TestFlight for any app (existing or new), while production uploads work normally. All TestFlight actions fail with: ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING There are no pending agreements in App Store Connect. This is an older account that previously used TestFlight successfully. This appears to be a missing or detached TestFlight Beta contract on Apple’s backend. Could this be manually reattached or re-provisioned? This is time-sensitive, as I need a TestFlight external testers link to submit an app for an upcoming hackathon. Apple Support case ID (for reference): 102936100370 App: Wope — Bundle ID: com.wope — Team ID: NTZ2CQFSKA APP ID: 6784499207 Thank you.
Replies
0
Boosts
0
Views
330
Activity
Jul ’26
ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING — TestFlight blocked, beta contract appears detached (Case ID 102925396507)
Hello, TestFlight is completely blocked for my account. The beta contract appears to be missing or detached on Apple's backend. Symptoms: Internal testing: builds appear in TestFlight, but installation fails with "The requested app is not available or doesn't exist." External testing: submitting a build for beta review (via App Store Connect UI and the API) returns: { "errors" : [ { "status" : "422", "code" : "ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING", "title" : "Beta contract is missing for the app.", "detail" : "Beta Contract is missing." } ] } I am the Account Holder. All agreements are active with no pending items in App Store Connect, on developer.apple.com, or in the Apple Developer app. The build is VALID, Test Information is complete, export compliance is done, and fresh builds don't help. I have an open support case that's been in the queue for a while and this is blocking all beta testing. A nearly identical issue was recently resolved on these forums by a DTS engineer — could someone verify whether the beta contract for my account needs to be re-provisioned? Apple Support Case ID: 102925396507 Thank you!
Replies
0
Boosts
0
Views
457
Activity
Jul ’26
TestFlight builds appear but cannot be installed – "The requested app is not available or doesn't exist"
Hello, I am experiencing an issue that affects every app under my Apple Developer account, and after extensive troubleshooting I believe this is an Apple-side backend issue. Developer Team ID: V94M8SUV94 Issue Every TestFlight build uploads and processes successfully. The build status becomes "Testing", internal testers receive the invitation, and the app appears correctly in TestFlight with: App icon App name Version Description Install button However, as soon as Install is tapped (within 1–2 seconds), TestFlight displays: The requested app is not available or doesn't exist." This issue affects Every app under my developer account Every uploaded build Every internal tester Multiple Apple IDs Multiple iPhones Things I have already verified Apple Developer Program membership is Active Free Apps Agreement is Active Paid Apps Agreement is Active Banking information is Active Tax forms (W-8BEN and Certificate of Foreign Status) are Active App Availability is enabled in 175 countries/regions No countries are in Processing Distribution certificates are valid Builds finish processing successfully Builds show Testing Internal TestFlight groups are configured correctly Multiple new builds have been uploaded Multiple devices have been tested Important observation The same Apple IDs and devices can successfully install TestFlight apps from other developers. Only apps from my developer account fail to install. Support cases I currently have two open Apple Developer Support cases: Case ID: 102931480856 Case ID: 102933805150 Unfortunately, I have not yet received a resolution. Apple Developer Forum I found several forum threads where other developers reported the exact same behavior. Some later reported that Apple resolved the issue through backend intervention without requiring changes to the app or App Store Connect configuration. Has anyone experienced this recently? If an Apple engineer sees this, could you please verify whether Developer Team ID V94M8SUV94 is affected by a known TestFlight backend issue or requires backend reprovisioning? As far as my research the issue is in beta app agrement Any guidance would be greatly appreciated, as this is currently blocking all internal testing for my clients. Thank you.
Replies
1
Boosts
0
Views
471
Activity
Jul ’26
TestFlight builds from our Apple Developer account cannot be installed on any iPhone.
Error in TestFlight: “The requested app is not available or does not exist.” This happens on multiple iPhones and Apple IDs. Important: Builds from OTHER Apple Developer accounts install fine on the same devices. We tried new apps, new bundle IDs, new certificates, new provisioning profiles. Internal testing fails. External testing also fails. All Agreements, Tax, Banking, and membership requirements are completed and active. When configuring external testing in App Store Connect, we also get: “There was an error processing your request. Please try again later.” This has been happening for 3 weeks. Has anyone seen an Apple Developer account / TestFlight backend issue like this? Any solution besides contacting Apple Developer Support?
Replies
5
Boosts
4
Views
897
Activity
Jul ’26