Search results for

“testflight the requested app is not avaliable”

416,698 results found

Post

Replies

Boosts

Views

Activity

Crash in NetConnection::dequeue When Spawning URLSessionTasks in Loop
I'm encountering a null pointer dereference crash pointing to the internals of CFNetwork library code on iOS. I'm spawning URLSessionTasks at a decently fast rate (~1-5 per second), with the goal being to generate application layer network traffic. I can reliably encounter this crash pointing to NetConnection::dequeue right after a new task has been spawned and had the resume method called. I suspect that this is perhaps a race condition or some delegate/session object lifecycle bug. The crash appears to be more easily reproduced with a higher rate of spawning URLSessionTasks. I've included the JSON crash file, the lldb stack trace, and the source code of my URLSession(Task) usage. urlsession_stuff_stacktrace.txt urlsession_stuff_source.txt urlsession_crash_report.txt
1
0
51
5d
Apple Developer Program enrollment stuck in review for 10+ days — no response from support
Hello, I enrolled in the Apple Developer Program approximately 20 days ago. My enrollment has been stuck “In Review” since then with no update, no request for additional documents, and no communication from Apple. I submitted a support request 10+ days ago and have received no response. Submit another request without update.. Here is my situation: • Enrollment status: In Review • Support case submitted: ~10+ days ago, no reply • Country: Canada I have verified that: • Two-factor authentication is enabled on my Apple ID • There are no pending agreements in the developer portal • All enrollment information was submitted correctly I kindly request that someone from the Apple Developer Program enrollment team review my case and provide an update or escalation path. Thank you.
0
0
64
5d
Reply to HealthKit Background Health Data Collection, Emergency Contacts, and Automated Alerting Feasibility
An iOS app can't continuously run in the background. For more information about iOS background execution limits, see here. For using HealthKit in background, see here. (The latter is about HealthKit in watchOS, but the situation is pretty much the same in iOS.) Emergency Contacts is a user feature. For privacy reason, there is no API to access the information. Given that the answer to your question 1 and 2 is no, you can't achieve the automated alerting either. Best, —— Ziqiao Chen  Worldwide Developer Relations.
5d
Reply to Feedback Hub Error When Forgot Password
We appreciate your interest in participating in the forums! These forums are for questions about developing software and accessories for Apple platforms. Your question seems related to a consumer feature and is better suited for the Apple Support Communities https://discussions.apple.com/welcome I would recommend to post it there instead of the developer forums.  Travis
5d
Reply to About Customizing Xcode Project Navigator UI
Hello @bestAppleDev2026 If you'd like us to consider adding the necessary functionality, please file an enhancement request using Feedback Assistant. https://developer.apple.com/feedback-assistant/ Once you file the request, please post the FB number here. If you're not familiar with how to file enhancement requests, take a look at Bug Reporting: How and Why? Thankyou,  Travis
5d
Reply to Xcode 26.4 rc
Anyone has filed a bug for this issue where the token does not refresh? https://developer.apple.com/forums/thread/712889 Can I ask you to download Xcode 26.5 beta to see if fixes the issue? Albert
  Worldwide Developer Relations.
5d
Reply to Apple Developer Program Enrollment Still Pending (Paid on March 20)
Thanks so much for the post, unfortunately the Developer Account team does not monitor the forums. I would recommend you to contact the developer account support at https://developer.apple.com/contact to make sure they are aware of the issue and they can give you an status on your account in case you are missing anything. Thanks Albert 
  Worldwide Developer Relations.
5d
UITextView cursor sometimes jumps up when pressing arrow down key and setting typingAttributes
My app uses TextKit 1 and unfortunately still cannot migrate to TextKit 2 because of some bugs (for instance in FB17103305 I show how NSTextView.shouldDrawInsertionPoint has no effect, but I opened that feedback exactly one year ago and it still has no answer). Unfortunately TextKit 1 has another bug which causes the text cursor to jump unpredictably up or down when pressing the arrow keys and setting UITextView.typingAttributes. Run the code below on iPhone 17 Pro Max Simulator. Scroll the text down until you see “Header 2”. Place the text cursor after “# “. Press the arrow down key twice to move the cursor two lines down. The cursor moves to the top of the view instead. Continuing to press the arrow keys up and down results in the cursor sometimes moving as expected, other times jumping around wildly. Does anyone know a workaround? I created FB22382453. class TextView: UITextView, UITextViewDelegate { override func awakeFromNib() { let _ = layoutManager delegate = self le
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
92
5d
TestFlight build crashes from fetch descriptor
I have a FetchDescriptor that uses starts(with:) which works fine in debug builds but crashes in TestFlight and archive. For background information I'm using iCloud and model inheritance where the property being used in fetch descriptor is defined on the superclass, the fetch descriptor is for the subclass. Implementation: static func fetchDescriptor(nameStartingWith prefix: String) -> FetchDescriptor { let predicate = #Predicate { asset in asset.name.starts(with: prefix) } return FetchDescriptor(predicate: predicate) } @Model public class Asset: Identifiable { // MARK: - Properties var name: String = .... } @available(macOS 26.0, *) @Model public class ColorAsset: Asset { ... }
2
0
68
5d
Reply to Tahoe 26.4 breaks custom paths with NetFSMountURLSync?
I use NetFSMountURLSync for my application with which I allow the user to use a custom path as a mount point (instead of /Volumes). Just to confirm, are you mounting with the no UI flag? The actual issue here is that mount points outside of /Volumes/ are now triggering a user approval dialog, which means the mount then fails if you pass in kNAUIOptionKey. Since I'm unaware of any changes, is this a bug introduced by Tahoe 26.4, or should I be using a different function to mount a network share? It's at least partially a bug (r.172210106), but I'm not sure what the parameters of the fix will actually be. In particular, the previous behavior around what was allowed here: I allow the user to use a custom path as a mount point (instead of /Volumes). ...was significantly broader than it should have been, allowing apps to target mounts that they didn't otherwise have access to or authorization from the user. Exactly what will trigger the approval dialog may continue, but at a min
Topic: App & System Services SubTopic: Core OS Tags:
5d
Crash in NetConnection::dequeue When Spawning URLSessionTasks in Loop
I'm encountering a null pointer dereference crash pointing to the internals of CFNetwork library code on iOS. I'm spawning URLSessionTasks at a decently fast rate (~1-5 per second), with the goal being to generate application layer network traffic. I can reliably encounter this crash pointing to NetConnection::dequeue right after a new task has been spawned and had the resume method called. I suspect that this is perhaps a race condition or some delegate/session object lifecycle bug. The crash appears to be more easily reproduced with a higher rate of spawning URLSessionTasks. I've included the JSON crash file, the lldb stack trace, and the source code of my URLSession(Task) usage. urlsession_stuff_stacktrace.txt urlsession_stuff_source.txt urlsession_crash_report.txt
Replies
1
Boosts
0
Views
51
Activity
5d
Apple Developer Program enrollment stuck in review for 10+ days — no response from support
Hello, I enrolled in the Apple Developer Program approximately 20 days ago. My enrollment has been stuck “In Review” since then with no update, no request for additional documents, and no communication from Apple. I submitted a support request 10+ days ago and have received no response. Submit another request without update.. Here is my situation: • Enrollment status: In Review • Support case submitted: ~10+ days ago, no reply • Country: Canada I have verified that: • Two-factor authentication is enabled on my Apple ID • There are no pending agreements in the developer portal • All enrollment information was submitted correctly I kindly request that someone from the Apple Developer Program enrollment team review my case and provide an update or escalation path. Thank you.
Replies
0
Boosts
0
Views
64
Activity
5d
Reply to HealthKit Background Health Data Collection, Emergency Contacts, and Automated Alerting Feasibility
An iOS app can't continuously run in the background. For more information about iOS background execution limits, see here. For using HealthKit in background, see here. (The latter is about HealthKit in watchOS, but the situation is pretty much the same in iOS.) Emergency Contacts is a user feature. For privacy reason, there is no API to access the information. Given that the answer to your question 1 and 2 is no, you can't achieve the automated alerting either. Best, —— Ziqiao Chen  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
5d
Reply to IOS Swift touch screen issue
The problem has been fixed by DTS. Thank the engineer for the help. No more out of bounds 29mar26
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
5d
Reply to Feedback Hub Error When Forgot Password
We appreciate your interest in participating in the forums! These forums are for questions about developing software and accessories for Apple platforms. Your question seems related to a consumer feature and is better suited for the Apple Support Communities https://discussions.apple.com/welcome I would recommend to post it there instead of the developer forums.  Travis
Replies
Boosts
Views
Activity
5d
Reply to About Customizing Xcode Project Navigator UI
Hello @bestAppleDev2026 If you'd like us to consider adding the necessary functionality, please file an enhancement request using Feedback Assistant. https://developer.apple.com/feedback-assistant/ Once you file the request, please post the FB number here. If you're not familiar with how to file enhancement requests, take a look at Bug Reporting: How and Why? Thankyou,  Travis
Replies
Boosts
Views
Activity
5d
Reply to App review stuck on the "In review" for 10 days now
Thank you for your post. We're investigating and will contact you in App Store Connect to provide further assistance. If you continue to experience issues during review, please contact us.
Replies
Boosts
Views
Activity
5d
Reply to Xcode 26.4 rc
Anyone has filed a bug for this issue where the token does not refresh? https://developer.apple.com/forums/thread/712889 Can I ask you to download Xcode 26.5 beta to see if fixes the issue? Albert
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
5d
Reply to Apple Developer Program Enrollment Still Pending (Paid on March 20)
Thanks so much for the post, unfortunately the Developer Account team does not monitor the forums. I would recommend you to contact the developer account support at https://developer.apple.com/contact to make sure they are aware of the issue and they can give you an status on your account in case you are missing anything. Thanks Albert 
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
5d
Reply to App review
Thank you for your post. We're investigating and will contact you in App Store Connect to provide further assistance. If you continue to experience issues during review, please contact us.
Replies
Boosts
Views
Activity
5d
UITextView cursor sometimes jumps up when pressing arrow down key and setting typingAttributes
My app uses TextKit 1 and unfortunately still cannot migrate to TextKit 2 because of some bugs (for instance in FB17103305 I show how NSTextView.shouldDrawInsertionPoint has no effect, but I opened that feedback exactly one year ago and it still has no answer). Unfortunately TextKit 1 has another bug which causes the text cursor to jump unpredictably up or down when pressing the arrow keys and setting UITextView.typingAttributes. Run the code below on iPhone 17 Pro Max Simulator. Scroll the text down until you see “Header 2”. Place the text cursor after “# “. Press the arrow down key twice to move the cursor two lines down. The cursor moves to the top of the view instead. Continuing to press the arrow keys up and down results in the cursor sometimes moving as expected, other times jumping around wildly. Does anyone know a workaround? I created FB22382453. class TextView: UITextView, UITextViewDelegate { override func awakeFromNib() { let _ = layoutManager delegate = self le
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
0
Boosts
0
Views
92
Activity
5d
TestFlight build crashes from fetch descriptor
I have a FetchDescriptor that uses starts(with:) which works fine in debug builds but crashes in TestFlight and archive. For background information I'm using iCloud and model inheritance where the property being used in fetch descriptor is defined on the superclass, the fetch descriptor is for the subclass. Implementation: static func fetchDescriptor(nameStartingWith prefix: String) -> FetchDescriptor { let predicate = #Predicate { asset in asset.name.starts(with: prefix) } return FetchDescriptor(predicate: predicate) } @Model public class Asset: Identifiable { // MARK: - Properties var name: String = .... } @available(macOS 26.0, *) @Model public class ColorAsset: Asset { ... }
Replies
2
Boosts
0
Views
68
Activity
5d
Reply to App stuck in "Waiting for Review" for over a month with no response
Thank you for your post. We're investigating and will contact you in App Store Connect to provide further assistance. If you continue to experience issues during review, please contact us.
Replies
Boosts
Views
Activity
5d
Reply to App stuck in "Waiting for Review" for over two weeks
Thank you for your post. We're investigating and will contact you in App Store Connect to provide further assistance. If you continue to experience issues during review, please contact us.
Replies
Boosts
Views
Activity
5d
Reply to Tahoe 26.4 breaks custom paths with NetFSMountURLSync?
I use NetFSMountURLSync for my application with which I allow the user to use a custom path as a mount point (instead of /Volumes). Just to confirm, are you mounting with the no UI flag? The actual issue here is that mount points outside of /Volumes/ are now triggering a user approval dialog, which means the mount then fails if you pass in kNAUIOptionKey. Since I'm unaware of any changes, is this a bug introduced by Tahoe 26.4, or should I be using a different function to mount a network share? It's at least partially a bug (r.172210106), but I'm not sure what the parameters of the fix will actually be. In particular, the previous behavior around what was allowed here: I allow the user to use a custom path as a mount point (instead of /Volumes). ...was significantly broader than it should have been, allowing apps to target mounts that they didn't otherwise have access to or authorization from the user. Exactly what will trigger the approval dialog may continue, but at a min
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
5d