Search results for

“testflight the requested app is not avaliable”

416,587 results found

Post

Replies

Boosts

Views

Activity

WatchOS app is not syncing with iCloud once the app is loaded from TestFlight
I have an iOS and connected watchOS app that use iCloud to sync. They are in the TestFlight and the iCloud container was pushed to production. Fetching request is working fine from both apps. But the iCloud Subscription is installed only for iPhone app. I see the subscription on the iCloud console as well. But for the iWatch app the subscription is not installed. To create the subscription, both apps use the same code. The code is called separately for each app. func createSubscribe() { let newSubscription = CKQuerySubscription(recordType: kAppSettings, predicate: NSPredicate(value: true), options: [.firesOnRecordCreation, .firesOnRecordUpdate]) let notification = CKSubscription.NotificationInfo() notification.shouldSendContentAvailable = true newSubscription.notificationInfo = notification CKContainer(identifier: kIcloudID).privateCloudDatabase.save(newSubscription) { _, error in if let error = error { Logger.shared.logError(err
0
0
1.4k
Nov ’22
Try to install app from TestFlight
Hi everyone, I had an issue when I try to install my new version app from Testflight : Your request couldn't be complete. Here are the logs from console arround the error message, maybe you need more to understand, please ask me: Aug 22 13:11:27 iPhone filecoordinationd(Foundation)[182] : Claimer for F617D0A4-B0C9-4959-A97B-F56C708B1187 is waiting for presenter 33BF6739-023F-47D2-BC77-3D7B05150927 on the same item to relinquish Aug 22 13:11:27 iPhone filecoordinationd(Foundation)[182] : Presenter 33BF6739-023F-47D2-BC77-3D7B05150927 has finished relinquishing, unblocking claimer for F617D0A4-B0C9-4959-A97B-F56C708B1187 Aug 22 13:11:27 iPhone filecoordinationd(Foundation)[182] : Claimer for F617D0A4-B0C9-4959-A97B-F56C708B1187 is waiting for presenter F70D85D2-3F57-4277-8FAF-0D5F8D066204 on the same item to relinquish Aug 22 13:11:27 iPhone filecoordinationd(Foundation)[182] : Asking presenter F70D85D2-3F57-4277-8FAF-0D5F8D066204 to relinquish to claim F617D0A4-B0C9-4959-A97B-F56C708
0
0
560
Aug ’23
The requested app is not available or doesn't exist
I am having this issue as well. My app was removed from sale, I uploaded a new build and am trying to test it using TestFlight. TestFlight shows the new build as Testing. My test users get an email, re the new build, but when they try to install it the TestFlight app advises Could not install . The requested app is not available or does not exist. Obviously I need to test my new build before submitting it to the App Store.
3
0
560
Oct ’24
TestFlight: Couldn't Load Apps
For the past 5 days, myself and all TestFlight users with my app have been unable to access TestFlight. When opening the TestFlight app, it immediately displays Couldn't Load Apps TestFlight is currently unavailable. Try Again. If you press Try Again over and over for several minutes it will sometimes let you access the main install page on iPhone devices, but generally it just stays locked on Couldn't Load Apps. On iPad, it is not possible to get to the install page. This is happening across all devices (iPad and iPhone) and OS (iOS 15 to iOS 26). User who are TestFlight testers on multiple apps are unable to access their other apps because of this issue. I've uploaded a new build and version and the issue persists. I filed a feedback assistant report: FB20901217. Has anyone else experienced a similar issue?
6
0
754
Nov ’25
Error uploading app to TestFlight
I've been getting an error when I try to install an app uploaded to Testflight that says Could not install AppName, the requested app is not available or does not exist, two weeks ago I uploaded an app and all fine, but uploaded again several and in different ways and still gives the same error, check everything and nothing has worked, I do not know if it is the xcode or operating system (I have mac os sonoma 14. 3.1), but everything is validated well and uploaded, the problem is that it does not install, I need help, I have tried everything and I do not know what to do.
2
0
716
Feb ’24
TestFlight Public Link doesn't work if TestFlight app is installed on device
Environment: iPhone 14 Pro iOS 16.0.3 TestFlight 3.2.2 Use Case 1: Open public link in Safari The Testing Apps with TestFlight page is loaded Select the option to open in TestFlight TestFlight app crashes Use Case 2: Redirect to public link in Safari TestFlight app starts (due to a deep link) TestFlight app crashes Use Case 3: Uninstall TestFlight Open the public link in Safari The Testing Apps with TestFlight page is loaded.
1
0
1.7k
Oct ’22
TestFlight crashing with tvOS app
So I've finally been able to get a build together, get it uploaded to iTunesConnect, past the processing phase, and down into TestFlight. Unfortunately, the TestFlight app is crashing immediately on activation. I can see a flash of an icon space and text where my app is supposed to be, but the TestFlight tvOS app goes away. I have noted that the icon does not show during that brief second, and I've also noted that the icon doesn't show in organizer. Can this be related?Anybody have any suggestions?
8
0
989
Oct ’15
App won't install from TestFlight
I've been using TestFlight with my app for weeks. I just uploaded a new update to App Store Connect and got the email that the new version is available for TestFlight. I open TestFlight and can see the new version of the app with Update next to it. At first, I got an error that said Beta Expired. Now, test flight says Install next to the app and it if pressed it runs like it installing, but nothing happens, it then returns to the Install status. I've tried removing and re-inviting the user, delete and reinstall the app from app store, and deleting and reinstalling TestFlight. Nothing works. Can anyone help?
32
0
19k
Dec ’22
TestFlight unable to install own application
Hi, I am facing a very weird issue where I am unable to download our own application from TestFlight for testing. This issue only happens for one of our applications; we are able to download our other applications without any issues. Furthermore, this only happens on one of our MacBooks; the game downloads fine on our other MacBook (macOS 15) and can run our application. When running the console, I noticed this error being thrown when the TestFlight fails the download: I have tried reinstalling TestFlight, clearing all instances of our application as what Finder can find, restarting the MacBook but nothing worked. Is there anyone that faced this similar issue, or any Apple staff that could help with this? OS version: macOS Tahoe (26 Beta) latest TestFlight was able to download on this version previously, until one day it couldn't (and not sure why), tried downloading latest version but did not solve the issue. N
16
0
1.3k
Aug ’25
Cannot got notifications from testflight apps for App Store Server Notifications
when I use java program to make a Notification Test Request, my server can receive that request correctly。 But when I use the app downloaded from testflight, and finish a purchase, my server cannot got that request。 Anything I have missed ?
Replies
3
Boosts
0
Views
954
Activity
Feb ’24
WatchOS app is not syncing with iCloud once the app is loaded from TestFlight
I have an iOS and connected watchOS app that use iCloud to sync. They are in the TestFlight and the iCloud container was pushed to production. Fetching request is working fine from both apps. But the iCloud Subscription is installed only for iPhone app. I see the subscription on the iCloud console as well. But for the iWatch app the subscription is not installed. To create the subscription, both apps use the same code. The code is called separately for each app. func createSubscribe() { let newSubscription = CKQuerySubscription(recordType: kAppSettings, predicate: NSPredicate(value: true), options: [.firesOnRecordCreation, .firesOnRecordUpdate]) let notification = CKSubscription.NotificationInfo() notification.shouldSendContentAvailable = true newSubscription.notificationInfo = notification CKContainer(identifier: kIcloudID).privateCloudDatabase.save(newSubscription) { _, error in if let error = error { Logger.shared.logError(err
Replies
0
Boosts
0
Views
1.4k
Activity
Nov ’22
Unable to download app from testflight
Good Evening, Hey there, i have uploaded my beta app for testing to Testflight. But, i unable to download it from Testflight, the loader stays at zero no update at all. Can anyone help on this.Thanks
Replies
1
Boosts
0
Views
664
Activity
Jun ’16
Try to install app from TestFlight
Hi everyone, I had an issue when I try to install my new version app from Testflight : Your request couldn't be complete. Here are the logs from console arround the error message, maybe you need more to understand, please ask me: Aug 22 13:11:27 iPhone filecoordinationd(Foundation)[182] : Claimer for F617D0A4-B0C9-4959-A97B-F56C708B1187 is waiting for presenter 33BF6739-023F-47D2-BC77-3D7B05150927 on the same item to relinquish Aug 22 13:11:27 iPhone filecoordinationd(Foundation)[182] : Presenter 33BF6739-023F-47D2-BC77-3D7B05150927 has finished relinquishing, unblocking claimer for F617D0A4-B0C9-4959-A97B-F56C708B1187 Aug 22 13:11:27 iPhone filecoordinationd(Foundation)[182] : Claimer for F617D0A4-B0C9-4959-A97B-F56C708B1187 is waiting for presenter F70D85D2-3F57-4277-8FAF-0D5F8D066204 on the same item to relinquish Aug 22 13:11:27 iPhone filecoordinationd(Foundation)[182] : Asking presenter F70D85D2-3F57-4277-8FAF-0D5F8D066204 to relinquish to claim F617D0A4-B0C9-4959-A97B-F56C708
Replies
0
Boosts
0
Views
560
Activity
Aug ’23
The requested app is not available or doesn't exist
I am having this issue as well. My app was removed from sale, I uploaded a new build and am trying to test it using TestFlight. TestFlight shows the new build as Testing. My test users get an email, re the new build, but when they try to install it the TestFlight app advises Could not install . The requested app is not available or does not exist. Obviously I need to test my new build before submitting it to the App Store.
Replies
3
Boosts
0
Views
560
Activity
Oct ’24
TestFlight: Couldn't Load Apps
For the past 5 days, myself and all TestFlight users with my app have been unable to access TestFlight. When opening the TestFlight app, it immediately displays Couldn't Load Apps TestFlight is currently unavailable. Try Again. If you press Try Again over and over for several minutes it will sometimes let you access the main install page on iPhone devices, but generally it just stays locked on Couldn't Load Apps. On iPad, it is not possible to get to the install page. This is happening across all devices (iPad and iPhone) and OS (iOS 15 to iOS 26). User who are TestFlight testers on multiple apps are unable to access their other apps because of this issue. I've uploaded a new build and version and the issue persists. I filed a feedback assistant report: FB20901217. Has anyone else experienced a similar issue?
Replies
6
Boosts
0
Views
754
Activity
Nov ’25
Error uploading app to TestFlight
I've been getting an error when I try to install an app uploaded to Testflight that says Could not install AppName, the requested app is not available or does not exist, two weeks ago I uploaded an app and all fine, but uploaded again several and in different ways and still gives the same error, check everything and nothing has worked, I do not know if it is the xcode or operating system (I have mac os sonoma 14. 3.1), but everything is validated well and uploaded, the problem is that it does not install, I need help, I have tried everything and I do not know what to do.
Replies
2
Boosts
0
Views
716
Activity
Feb ’24
Testflight for OS X Apps?
I am wondering why there is no Testflight support for OS X Apps?
Replies
0
Boosts
0
Views
290
Activity
Nov ’15
TestFlight Public Link doesn't work if TestFlight app is installed on device
Environment: iPhone 14 Pro iOS 16.0.3 TestFlight 3.2.2 Use Case 1: Open public link in Safari The Testing Apps with TestFlight page is loaded Select the option to open in TestFlight TestFlight app crashes Use Case 2: Redirect to public link in Safari TestFlight app starts (due to a deep link) TestFlight app crashes Use Case 3: Uninstall TestFlight Open the public link in Safari The Testing Apps with TestFlight page is loaded.
Replies
1
Boosts
0
Views
1.7k
Activity
Oct ’22
TestFlight crashing with tvOS app
So I've finally been able to get a build together, get it uploaded to iTunesConnect, past the processing phase, and down into TestFlight. Unfortunately, the TestFlight app is crashing immediately on activation. I can see a flash of an icon space and text where my app is supposed to be, but the TestFlight tvOS app goes away. I have noted that the icon does not show during that brief second, and I've also noted that the icon doesn't show in organizer. Can this be related?Anybody have any suggestions?
Replies
8
Boosts
0
Views
989
Activity
Oct ’15
The requested app is not available or doesn't exist.
I am unable to install my app via TestFlight.When I tap Install in TestFlight, I receive the following error message: “Could not install xxx. The requested app is not available or doesn’t exist.” The app is visible in TestFlight, but installation always fails. I would appreciate your help in identifying the cause.
Replies
3
Boosts
0
Views
243
Activity
Jan ’26
App won't install from TestFlight
I've been using TestFlight with my app for weeks. I just uploaded a new update to App Store Connect and got the email that the new version is available for TestFlight. I open TestFlight and can see the new version of the app with Update next to it. At first, I got an error that said Beta Expired. Now, test flight says Install next to the app and it if pressed it runs like it installing, but nothing happens, it then returns to the Install status. I've tried removing and re-inviting the user, delete and reinstall the app from app store, and deleting and reinstalling TestFlight. Nothing works. Can anyone help?
Replies
32
Boosts
0
Views
19k
Activity
Dec ’22
TestFlight unable to install own application
Hi, I am facing a very weird issue where I am unable to download our own application from TestFlight for testing. This issue only happens for one of our applications; we are able to download our other applications without any issues. Furthermore, this only happens on one of our MacBooks; the game downloads fine on our other MacBook (macOS 15) and can run our application. When running the console, I noticed this error being thrown when the TestFlight fails the download: I have tried reinstalling TestFlight, clearing all instances of our application as what Finder can find, restarting the MacBook but nothing worked. Is there anyone that faced this similar issue, or any Apple staff that could help with this? OS version: macOS Tahoe (26 Beta) latest TestFlight was able to download on this version previously, until one day it couldn't (and not sure why), tried downloading latest version but did not solve the issue. N
Replies
16
Boosts
0
Views
1.3k
Activity
Aug ’25
Internal Testflight - App not found
When i publish an internal Testflight , the app is showen in the testflight ready to Install, but if i press install , i ll get an error , can not find application . the bundle identifyer is the same. No missing contracts to sign.
Replies
3
Boosts
0
Views
470
Activity
Nov ’25
My app doesn't appear in TestFlight
I had installed my app using TestFlight in the past, but it doesn't show up in TestFlight. I have installed the app directly connected to Xcode also. Could that have messed it up?
Replies
0
Boosts
0
Views
564
Activity
Dec ’19