Search results for

“testflight the requested app is not avaliable”

416,614 results found

Post

Replies

Boosts

Views

Activity

Why am I seeing an old version of my app in Testflight?
I have submitted a new version of an app to Testflight and completed all of the meta-data and invited all required (external testers).When one of the external testers attempts to launch the app from Testflight, they are receiving an old version of the app - even though the new version of the app is listed in Testflight. I know this because they are seeing a splash-screen which, in fact, is removed from the new version. In addition, their old version shows the splash-screen and immediately crashes.I have compelted a number of steps to solve the problem, but to no avail. The tester has uninstalled Testflight and the old app, and attempted to reinstall - still the old version. I have set up a test account which I have used to launch the app from Testflight, on my own device. This works - I see the new version (and it runs). When the external uses this test Apple ID (same username/password) they still get t
0
0
1.2k
Jun ’16
How can you run Instruments/Logger with a TestFlight app?
If I try to run Instrument's logger for an app downloaded from TestFlight it says Permission to debug app name was denied. Recover Suggestion: The app must be debuggable and signed with 'get-task-allow'. How do you make the app debuggable? (I tried creating an archive with the scheme set to Debug, but after uploading that to TestFlight, it doesn't appear. So presumably its not possible to upload an app built with debug scheme builds to TF?). Therefore how can I make a TF build debuggable?, and how to sign it with get-task-allow? Does it have to be a developer distribution .ipa rather than a TestFlight build to enable Instruments/Logger to run it?
2
0
1.7k
Feb ’24
App is not able to login after downloading from testflight
After uploading the Application on testflight it is not able to login inside my application as it says internal server error, while in debug or in release mode or in physical device it is running even getting logged in also, i don't know what is the excat issue is going. Is it of testflight issue or my application? i have checked for my API it is working fine even my website is logged in using same API but here it is not happening.
0
0
544
Jul ’21
App crashes on start in TestFlight
Hi, I have a .NET MAUI app running on .NET 9. When I test locally in debug or release mode it works perfectly fine, but when testing from TestFlight it crashes almost immediately every time. I have sent the crash report to TestFlight and produced the symbolicated.crash file (attached), but I'm not sure it's helpful for understanding how to fix the issue. If anyone can help me understand what the issue might be and any possible fixes it'd be very much appreciated. I'm developing using Visual Studio 2022 paired to my Mac. I have distributed previously without issue, but now can't seem to, even after reverting recent code. net9.0-ios 15.0 symbolicated.crash
1
0
205
Aug ’25
How do you remove an app from TestFlight once it has been submitted for review?
We have well over 100 apps in the iOS AppStore, and use TestFlight extensively. We are running into a problem, though, because we have run up against the 10 app limit for testing in TestFlight, but there seems to be no way to remove older apps from TF since they've been Submitted for Review. When we click on the Prerelease tab for a submitted app, nothing is available, so we can't turn TF off for that app.Are we just missing something, or is this a known issue?
4
0
17k
Aug ’15
Does Testflight app override App store app completely?
I had built an app which is already available in the app store with version 1.0. This app has Local database i.e(SQLITE). Now I am working on next Version i.e 1.1 And in this Version, I have added a new table to my local DB. With this the development is complete.Now, using test flight I am performing Internal Testing.Let's Consider two Scenarios:Case 1:On my device, I had freshly installed the beta build version 1.1 from testFlight. Once installed, I checked my local DB & found that my local DB is updated with the newly added table.So this is working fine.Case 2:Let's consider a scenario Wherein on my device I am running my app store build i.e version 1.0 and now I am installing the beta build from Testflight. Once clicked on install button I get a message Do you want to update the existing app and by clicking on the ok button the beta build which is version 1.1 is installed on the app.But when I checked my local DB I found that the Database i
0
0
1.8k
Jan ’17
App Transport Security (ATS) blocking https request to valid server, only in production build testflight
Hi, We are developing react native app, and we are having issue with ATS policy in production build distributed to TestFlight internal testing, requests to https are being killed. The preview build ad-hoc distribution is working fine. (I am testing the app on physical device) I will described what I've tried and supply you with logs from different tools. I tried to disable ATS - requests are working enable ATS (no change to default config) - requests are failing with following error Task <55618987-64A8-4C04-9B00-2EFF074D796C>.<1> finished with error [-1022] Error Domain=NSURLErrorDomain Code=-1022 The resource could not be loaded because the App Transport Security policy requires the use of a secure connection. UserInfo={NSLocalizedDescription=The resource could not be loaded because the App Transport Security policy requires the use of a secure connection., NSErrorFailingURLStringKey=, NSErrorFailin
5
0
1.7k
Jun ’24
Issue in distributint my app on TestFlight.
Hi, yesterday when I was trying to release the TestFlight build of my app the xcode said that it could not authenticate my apple ID. I then came to know that it actually wanted me to complete and aggrement which was Paid Apps Agreement. This agreeemnet is to be made if one has to sell their app on AppStore or make in-app-purchases. I want to ask if it was mandatory for me to sign that agreement? As the solution which I could come across suggested that xcode blocks the distribution if there is a pending agreement.
1
0
132
Sep ’25
Reply to App Store Receipt -- Username/Pass dialog popup
Here's the scenario– App downloaded via TestFlight appStoreReceiptURL is retrieved Checks if there is a receipt at that URL ------> If NOT found–> a new request is via the following, and that's when the authentication dialog pops up, it is successful when sandbox account credentials are entered. Otherwise it fails let request = SKReceiptRefreshRequest(receiptProperties: nil) request.delegate = self request.start() My Question is (and I have no way to know this for sure), when app is in production, and downloaded from the App Store (Not TestFlight), would that also have the same authentication dialog pop? At this point I was assuming this authentication event is due to TestFligth and Sandbox Apple Account. FB#
Topic: App & System Services SubTopic: StoreKit Tags:
Apr ’22
Reply to TestFlight tab in App Store Connect showing no builds despite builds being available
Echoing what everyone else here is saying. Exact same problem (builds in Activity tab, Emails received saying that the build has been approved for testing, no new builds showing up in TestFlight). I went one step further and noticed this:https://appstoreconnect.apple.com/iris/v1/preReleaseVersions?filter%5Bapp%5D=[YOUR_APP_ID_HERE]&filter%5Bbuilds.expired%5D=false&filter%5Bbuilds.processingState%5D=PROCESSING,VALID&filter%5Bplatform%5D=IOShttps://appstoreconnect.apple.com/iris/v1/preReleaseVersions?filter%5Bapp%5D=[YOUR_APP_ID_HERE]&filter%5Bbuilds.expired%5D=false&filter%5Bplatform%5D=IOSThese requests happen when on the TestFlight tab. The first request returned our old versions, which are showing up in the TestFlight tab. The second request returned our old versions as well as the new version that shows up in the activity tab. That implies the build isn't in the PROCESSING or VALID state. However, when I go one step
Apr ’19
watchOS 2 app not installing with TestFlight
I have an iOS 9/watchOS 2 app approved for external TestFlight distribution. External beta testers are able to install and use the iPhone app fine, but cannot install the watch app. Within the TestFlight app, they toggle the Install on Apple Watch switch. After about a second, the switch toggles back to off and the watch app is not installed. I can reproduce this assing myself as a TestFlight external user, and do not see anything written to the iPhone or Apple Watch log in the Devices window in Xcode with the switch is toggled. The watch app runs fine when deployed to the phone via Xcode. Has anyone else seen a similar issue and/pr have a workaround? I thought perhaps it was related to this thread, but since a fix is now in place, I no longer think that's the case. FWIW, the same build of this app (Apple ID: 591671468) has been In Review since the 14th, while most of the other iOS 9 u
5
0
2.0k
Sep ’15
Why am I seeing an old version of my app in Testflight?
I have submitted a new version of an app to Testflight and completed all of the meta-data and invited all required (external testers).When one of the external testers attempts to launch the app from Testflight, they are receiving an old version of the app - even though the new version of the app is listed in Testflight. I know this because they are seeing a splash-screen which, in fact, is removed from the new version. In addition, their old version shows the splash-screen and immediately crashes.I have compelted a number of steps to solve the problem, but to no avail. The tester has uninstalled Testflight and the old app, and attempted to reinstall - still the old version. I have set up a test account which I have used to launch the app from Testflight, on my own device. This works - I see the new version (and it runs). When the external uses this test Apple ID (same username/password) they still get t
Replies
0
Boosts
0
Views
1.2k
Activity
Jun ’16
How can you run Instruments/Logger with a TestFlight app?
If I try to run Instrument's logger for an app downloaded from TestFlight it says Permission to debug app name was denied. Recover Suggestion: The app must be debuggable and signed with 'get-task-allow'. How do you make the app debuggable? (I tried creating an archive with the scheme set to Debug, but after uploading that to TestFlight, it doesn't appear. So presumably its not possible to upload an app built with debug scheme builds to TF?). Therefore how can I make a TF build debuggable?, and how to sign it with get-task-allow? Does it have to be a developer distribution .ipa rather than a TestFlight build to enable Instruments/Logger to run it?
Replies
2
Boosts
0
Views
1.7k
Activity
Feb ’24
App is not able to login after downloading from testflight
After uploading the Application on testflight it is not able to login inside my application as it says internal server error, while in debug or in release mode or in physical device it is running even getting logged in also, i don't know what is the excat issue is going. Is it of testflight issue or my application? i have checked for my API it is working fine even my website is logged in using same API but here it is not happening.
Replies
0
Boosts
0
Views
544
Activity
Jul ’21
App crashes on start in TestFlight
Hi, I have a .NET MAUI app running on .NET 9. When I test locally in debug or release mode it works perfectly fine, but when testing from TestFlight it crashes almost immediately every time. I have sent the crash report to TestFlight and produced the symbolicated.crash file (attached), but I'm not sure it's helpful for understanding how to fix the issue. If anyone can help me understand what the issue might be and any possible fixes it'd be very much appreciated. I'm developing using Visual Studio 2022 paired to my Mac. I have distributed previously without issue, but now can't seem to, even after reverting recent code. net9.0-ios 15.0 symbolicated.crash
Replies
1
Boosts
0
Views
205
Activity
Aug ’25
"TestFlight & App Store" oder "TestFlight Internal Only"?
Guten Tag, ich würde gerne ein Übungsprojekt im TestFlight bereitstellen, so dass man es in TestFlight nutzen kann aber eben nur im TestFlight. Es sollte nicht im regulären AppStore verfügbar sein. Kann mir jemand sagen, welche Option ich dann auswählen muss? Vielen Dank für die Hilfe! Thorsten Freimann
Replies
0
Boosts
0
Views
439
Activity
Dec ’23
How do you remove an app from TestFlight once it has been submitted for review?
We have well over 100 apps in the iOS AppStore, and use TestFlight extensively. We are running into a problem, though, because we have run up against the 10 app limit for testing in TestFlight, but there seems to be no way to remove older apps from TF since they've been Submitted for Review. When we click on the Prerelease tab for a submitted app, nothing is available, so we can't turn TF off for that app.Are we just missing something, or is this a known issue?
Replies
4
Boosts
0
Views
17k
Activity
Aug ’15
Does Testflight app override App store app completely?
I had built an app which is already available in the app store with version 1.0. This app has Local database i.e(SQLITE). Now I am working on next Version i.e 1.1 And in this Version, I have added a new table to my local DB. With this the development is complete.Now, using test flight I am performing Internal Testing.Let's Consider two Scenarios:Case 1:On my device, I had freshly installed the beta build version 1.1 from testFlight. Once installed, I checked my local DB & found that my local DB is updated with the newly added table.So this is working fine.Case 2:Let's consider a scenario Wherein on my device I am running my app store build i.e version 1.0 and now I am installing the beta build from Testflight. Once clicked on install button I get a message Do you want to update the existing app and by clicking on the ok button the beta build which is version 1.1 is installed on the app.But when I checked my local DB I found that the Database i
Replies
0
Boosts
0
Views
1.8k
Activity
Jan ’17
Testing App Clip with TestFlight Crashes
Hi everyone, I've uploaded the app on TestFlight and try to configure the experience but when I launch the App Clip experience from TestFlight it crashes, instead if I run from Xcode with the same link everything works. Are you experiencing the same problem? Do you know how to solve?
Replies
0
Boosts
0
Views
986
Activity
Sep ’20
Our app on TestFlight is not available
Could not install Your request could not be completed. Try again. Nothing has changed from our side, other than we uploaded and submitted a new build. Anyone else having these issues?
Replies
1
Boosts
0
Views
354
Activity
Nov ’23
App Transport Security (ATS) blocking https request to valid server, only in production build testflight
Hi, We are developing react native app, and we are having issue with ATS policy in production build distributed to TestFlight internal testing, requests to https are being killed. The preview build ad-hoc distribution is working fine. (I am testing the app on physical device) I will described what I've tried and supply you with logs from different tools. I tried to disable ATS - requests are working enable ATS (no change to default config) - requests are failing with following error Task <55618987-64A8-4C04-9B00-2EFF074D796C>.<1> finished with error [-1022] Error Domain=NSURLErrorDomain Code=-1022 The resource could not be loaded because the App Transport Security policy requires the use of a secure connection. UserInfo={NSLocalizedDescription=The resource could not be loaded because the App Transport Security policy requires the use of a secure connection., NSErrorFailingURLStringKey=, NSErrorFailin
Replies
5
Boosts
0
Views
1.7k
Activity
Jun ’24
Is it possible to publish an application in App Store without TestFlight?
I'm a little confused as to whether TestFlight is a mandatory step to publish an application to the store. If my build in TestFlight is waiting for Review, does this mean that I can't publish the application in the store either?
Replies
1
Boosts
0
Views
4.8k
Activity
Nov ’21
Issue in distributint my app on TestFlight.
Hi, yesterday when I was trying to release the TestFlight build of my app the xcode said that it could not authenticate my apple ID. I then came to know that it actually wanted me to complete and aggrement which was Paid Apps Agreement. This agreeemnet is to be made if one has to sell their app on AppStore or make in-app-purchases. I want to ask if it was mandatory for me to sign that agreement? As the solution which I could come across suggested that xcode blocks the distribution if there is a pending agreement.
Replies
1
Boosts
0
Views
132
Activity
Sep ’25
Reply to App Store Receipt -- Username/Pass dialog popup
Here's the scenario– App downloaded via TestFlight appStoreReceiptURL is retrieved Checks if there is a receipt at that URL ------> If NOT found–> a new request is via the following, and that's when the authentication dialog pops up, it is successful when sandbox account credentials are entered. Otherwise it fails let request = SKReceiptRefreshRequest(receiptProperties: nil) request.delegate = self request.start() My Question is (and I have no way to know this for sure), when app is in production, and downloaded from the App Store (Not TestFlight), would that also have the same authentication dialog pop? At this point I was assuming this authentication event is due to TestFligth and Sandbox Apple Account. FB#
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to TestFlight tab in App Store Connect showing no builds despite builds being available
Echoing what everyone else here is saying. Exact same problem (builds in Activity tab, Emails received saying that the build has been approved for testing, no new builds showing up in TestFlight). I went one step further and noticed this:https://appstoreconnect.apple.com/iris/v1/preReleaseVersions?filter%5Bapp%5D=[YOUR_APP_ID_HERE]&filter%5Bbuilds.expired%5D=false&filter%5Bbuilds.processingState%5D=PROCESSING,VALID&filter%5Bplatform%5D=IOShttps://appstoreconnect.apple.com/iris/v1/preReleaseVersions?filter%5Bapp%5D=[YOUR_APP_ID_HERE]&filter%5Bbuilds.expired%5D=false&filter%5Bplatform%5D=IOSThese requests happen when on the TestFlight tab. The first request returned our old versions, which are showing up in the TestFlight tab. The second request returned our old versions as well as the new version that shows up in the activity tab. That implies the build isn't in the PROCESSING or VALID state. However, when I go one step
Replies
Boosts
Views
Activity
Apr ’19
watchOS 2 app not installing with TestFlight
I have an iOS 9/watchOS 2 app approved for external TestFlight distribution. External beta testers are able to install and use the iPhone app fine, but cannot install the watch app. Within the TestFlight app, they toggle the Install on Apple Watch switch. After about a second, the switch toggles back to off and the watch app is not installed. I can reproduce this assing myself as a TestFlight external user, and do not see anything written to the iPhone or Apple Watch log in the Devices window in Xcode with the switch is toggled. The watch app runs fine when deployed to the phone via Xcode. Has anyone else seen a similar issue and/pr have a workaround? I thought perhaps it was related to this thread, but since a fix is now in place, I no longer think that's the case. FWIW, the same build of this app (Apple ID: 591671468) has been In Review since the 14th, while most of the other iOS 9 u
Replies
5
Boosts
0
Views
2.0k
Activity
Sep ’15