Search results for

“testflight the requested app is not avaliable”

416,614 results found

Post

Replies

Boosts

Views

Activity

DiffableDataSource hangs on apply
About a year ago, I developed and released an app on the App Store (I believe it was running on the Sequoia SDK at the time), and everything was working fine. I’m now revisiting the project using the newer Tahoe SDK, and I’m running into an issue with DiffableDataSource. Specifically, the app hangs and CPU usage spikes to 100% when applying snapshots. Has anyone experienced similar issues after upgrading to newer SDKs? Are there any recent changes or pitfalls with DiffableDataSource (e.g., threading, Hashable requirements, or snapshot handling) that I should be aware of? Any insights or suggestions would be greatly appreciated. extension Section { enum Identifier: Int, CaseIterable { case main } enum Item: Hashable { case file(FileViewData) } } struct FileViewData: Equatable, Hashable, Identifiable { let id: String let name: String var accessoryViewData: KTFDownloadAccessoryViewData init( id: String, name: String, accessoryViewData: KTFDownloadAccessoryViewData = .nothing ) { self.i
Topic: UI Frameworks SubTopic: UIKit Tags:
1
0
38
1d
Unwanted Communication Reporting extension crash
I'm trying to implement Unwanted SMS and Calls reporting in an app I'm doing in my idle time. If I place a UITextField or UITextView inside a ILClassificationUIExtensionViewController, every time I select on such control the extension crashes without any logs. The closet idea I have on why it crashes it has something to do with iOS requesting the dictation feature. I'm using the latest (beta 8 at the time) iOS 16.0 beta on my iPhone 13 pro. Attaching my code here if you want to try for yourself: github
11
0
2.3k
1d
Reply to NWHotSpotConfiguration not providing a helpful error message
Thank you so much Quinn, The documentation about uniqueness in the keychain, and the reset keychain function were extremely helpful in debugging my issues. I will lay them out here for other users who may end up in my prediciment. The import of the pk12 file was not putting keys in the keychain, the identity was leftover from previous testing, and was causing me more issues than I would like to admit. The posts you linked should be official documentation because they are more helpful than anything else I could find on my own. Once I was sure that I was adding the identity correctly, I found I was getting rejected for missing entitlements. I triple checked that everything was correct ( my plist info file was correctly adding my AppIdentifierPrefix ) I found something very frustrating in the official apple developer documenation: https://developer.apple.com/documentation/networkextension/nehotspoteapsettings/setidentity(_:)#Discussion $(TeamIdentifierPrefix)com.apple.networkextensionsharing. The entitl
1d
Apple watch Xcode pairing & connection issues
I’m blocked debugging a watchOS app on a physical Apple Watch. The iPhone connects to Xcode normally (wired), but the Watch either fails to connect with a tunnel timeout or disappears entirely from Xcode after I unpaired it inside Devices & Simulators. Environment Mac: macOS 26.x (Apple Silicon Mac) Xcode: 26.2 iPhone: iOS 26.1 Apple Watch Ultra: watchOS 26.2 (build 23S303) Connection: iPhone connected to Mac via USB (trusted). Watch paired to iPhone and working normally in the Watch app. Issue A (when Watch is visible in Xcode) In Xcode → Window → Devices and Simulators, the Watch shows up but is not usable and fails to connect. Error: “Previous preparation error: A connection to this device could not be established.” “Timed out while attempting to establish tunnel using negotiated network parameters.” In some attempts the Watch shows “Capacity: Unknown” / limited details, and then fails during preparation. Issue B (after unpairing Watch in Xcode only) I unpaired/remov
19
0
1.9k
1d
Apple Developer Program Support — No Response After 8 Days (Case ID: 102824778431)
I have been waiting 8 days for a response regarding my Apple Developer Program enrollment. I submitted a support request on Feb 18, 2026 and sent a follow-up on Feb 23 — both times I only received automated replies. Case ID: 102824778431 Please escalate this case. It is blocking my app development. Thank you.
1
0
45
1d
Core Bluetooth Events when enabling State Restoration
Hello dear Apple Platform Engineers, I'm working on an iOS App that connects to a Bluetooth Low Energy Peripheral in the foreground. Whenever the App moves into Background, we want to continue syncing data & therefore implemented State Restoration to be informed about Discovery, Connect, Disconnect or Characteristic changes in the Background in order to wake the App up whenever it was Terminated due to memory issue. I consulted https://developer.apple.com/library/archive/documentation/NetworkingInternetWeb/Conceptual/CoreBluetooth_concepts/CoreBluetoothBackgroundProcessingForIOSApps/PerformingTasksWhileYourAppIsInTheBackground.html#//apple_ref/doc/uid/TP40013257-CH7-SW1 for this & assigned: CBCentralManagerOptionRestoreIdentifierKey Reinstantiate the dedicated CentralManager & implemented the centralManager(_ central: CBCentralManager, willRestoreState dict: [String : Any]) Delegate Additionally, I assigned the following keys on connect(_ peripheral: CBPeripheral, option
3
0
70
1d
MRDP blocking app review
Hello, I am trying to submit my first app as an Indi developer to the apple App Store for the first time, my submission was rejected because of missing metadata for IAP subscription which has now been resolved. I would like my app to be reviewed again, but when I try to do that it gives me an error of Unable to Add for Review The items below are required to start the review process: To submit new apps or avoid potential payment blocks, add compliance information for Model Reporting Rules for Digital Platforms (MRDP). Learn More I check in Business -> Compliance and MRDP is already showing as active. Please can anyone help?
1
0
64
1d
Reply to Production Mac app becomes progressively unusable in Issues workspace; Mac_Dev remains fast
Here is more concrete context. Platform / tools Target: macOS app Language / frameworks: Swift, SwiftUI, SwiftData Cloud sync: SwiftData with CloudKit mirroring in the production configuration Xcode: 26.4 (17E192) Test OS: macOS 26.4 (25E246) What I’m seeing In the macOS app, issue board scrolling can become inconsistent or very slow. Changing an issue status from detail view can be very slow. Scrolling the status menu itself can be slow. Typing in issue description/notes fields can become sluggish. The problem is much more noticeable with my full production-sized dataset than with a small dev dataset. What I’ve tested so far I compared a small dev dataset vs a much larger production-sized dataset. With a small dataset, the same UI feels fast and smooth. With the large dataset, the same UI becomes noticeably slower. I also tested a local-only copy of the production dataset with CloudKit disabled. That improved some behavior, but it did not remove the lag entirely. When I reduced the
1d
Production Mac app becomes progressively unusable in Issues workspace; Mac_Dev remains fast
The production macOS build is showing severe performance problems, while Mac_Dev performs normally. Observed behavior in production Mac build: Issue board scrolling becomes inconsistent or nearly unusable Changing an issue status in detail view is very slow Scrolling the status menu/options can be slow Typing in issue description/notes fields becomes sluggish Dragging issues between milestones/statuses on the board can lag badly Observed behavior in Mac_Dev: Board scrolling is smooth Status changes are immediate Typing in description fields is responsive Drag/drop between milestones works well Important comparison: Mac_Dev appears to run against an isolated local SwiftData store Production Mac app uses the normal CloudKit-backed store Because the same UI is fast in Mac_Dev, this does not look like a pure rendering problem Most likely cause is production store / CloudKit sync churn amplifying existing SwiftUI invalidation and save behavior Current hypothesis: The production app is sa
2
0
47
1d
26.4 RC documentation omits Foundation?!
I just installed Xcode 26.4 RC (17E192) yesterday and found that the documentation window now omits Foundation for me. Searching for Date finds the date property from GameKit, Core Data, ... but no Date type. I was previously using 26.4 beta and this was not the case. Is anyone else seeing the same thing?
2
0
101
1d
Reply to How to store certificate to `com.apple.token` keychain access group.
Thank you very much for the clear explanation. It clarifies a lot for us. Based on your response, we now understand that: com.apple.token is a special system-managed group for CryptoTokenKit tokens We cannot add credentials to it directly via kSecAttrAccessGroup We need to create a persistent CryptoTokenKit token (not tied to smart card hardware) We have a few follow-up questions to implement this correctly: Question 1: Creating Persistent Virtual Token How do we create a persistent CTK token that's not tied to physical smart card hardware? Our current attempt: private static func configureTokenForIdentity(_ identity: SecIdentity) throws { var certRef: SecCertificate? SecIdentityCopyCertificate(identity, &certRef) guard let certificate = certRef else { return } let driverClassID: TKTokenDriver.ClassID = com.example.ExampleTokenExtension guard let driverConfig = TKTokenDriver.Configuration.driverConfigurations[driverClassID] else { throw NSError(domain: NSCocoaErrorDomain, code:
Topic: Privacy & Security SubTopic: General Tags:
1d
DiffableDataSource hangs on apply
About a year ago, I developed and released an app on the App Store (I believe it was running on the Sequoia SDK at the time), and everything was working fine. I’m now revisiting the project using the newer Tahoe SDK, and I’m running into an issue with DiffableDataSource. Specifically, the app hangs and CPU usage spikes to 100% when applying snapshots. Has anyone experienced similar issues after upgrading to newer SDKs? Are there any recent changes or pitfalls with DiffableDataSource (e.g., threading, Hashable requirements, or snapshot handling) that I should be aware of? Any insights or suggestions would be greatly appreciated. extension Section { enum Identifier: Int, CaseIterable { case main } enum Item: Hashable { case file(FileViewData) } } struct FileViewData: Equatable, Hashable, Identifiable { let id: String let name: String var accessoryViewData: KTFDownloadAccessoryViewData init( id: String, name: String, accessoryViewData: KTFDownloadAccessoryViewData = .nothing ) { self.i
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
1
Boosts
0
Views
38
Activity
1d
Reply to iOS 12.5.8 fails to bootstrap app
I'm seeing exactly the same crash, same source code, same Xcode version two weeks ago did not have the issue. I've pushed a new build 2 days ago and users with iOS 12 are getting a crash on launch.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
1d
Unwanted Communication Reporting extension crash
I'm trying to implement Unwanted SMS and Calls reporting in an app I'm doing in my idle time. If I place a UITextField or UITextView inside a ILClassificationUIExtensionViewController, every time I select on such control the extension crashes without any logs. The closet idea I have on why it crashes it has something to do with iOS requesting the dictation feature. I'm using the latest (beta 8 at the time) iOS 16.0 beta on my iPhone 13 pro. Attaching my code here if you want to try for yourself: github
Replies
11
Boosts
0
Views
2.3k
Activity
1d
Reply to NWHotSpotConfiguration not providing a helpful error message
Thank you so much Quinn, The documentation about uniqueness in the keychain, and the reset keychain function were extremely helpful in debugging my issues. I will lay them out here for other users who may end up in my prediciment. The import of the pk12 file was not putting keys in the keychain, the identity was leftover from previous testing, and was causing me more issues than I would like to admit. The posts you linked should be official documentation because they are more helpful than anything else I could find on my own. Once I was sure that I was adding the identity correctly, I found I was getting rejected for missing entitlements. I triple checked that everything was correct ( my plist info file was correctly adding my AppIdentifierPrefix ) I found something very frustrating in the official apple developer documenation: https://developer.apple.com/documentation/networkextension/nehotspoteapsettings/setidentity(_:)#Discussion $(TeamIdentifierPrefix)com.apple.networkextensionsharing. The entitl
Replies
Boosts
Views
Activity
1d
Apple watch Xcode pairing & connection issues
I’m blocked debugging a watchOS app on a physical Apple Watch. The iPhone connects to Xcode normally (wired), but the Watch either fails to connect with a tunnel timeout or disappears entirely from Xcode after I unpaired it inside Devices & Simulators. Environment Mac: macOS 26.x (Apple Silicon Mac) Xcode: 26.2 iPhone: iOS 26.1 Apple Watch Ultra: watchOS 26.2 (build 23S303) Connection: iPhone connected to Mac via USB (trusted). Watch paired to iPhone and working normally in the Watch app. Issue A (when Watch is visible in Xcode) In Xcode → Window → Devices and Simulators, the Watch shows up but is not usable and fails to connect. Error: “Previous preparation error: A connection to this device could not be established.” “Timed out while attempting to establish tunnel using negotiated network parameters.” In some attempts the Watch shows “Capacity: Unknown” / limited details, and then fails during preparation. Issue B (after unpairing Watch in Xcode only) I unpaired/remov
Replies
19
Boosts
0
Views
1.9k
Activity
1d
Apple Developer Program Support — No Response After 8 Days (Case ID: 102824778431)
I have been waiting 8 days for a response regarding my Apple Developer Program enrollment. I submitted a support request on Feb 18, 2026 and sent a follow-up on Feb 23 — both times I only received automated replies. Case ID: 102824778431 Please escalate this case. It is blocking my app development. Thank you.
Replies
1
Boosts
0
Views
45
Activity
1d
Core Bluetooth Events when enabling State Restoration
Hello dear Apple Platform Engineers, I'm working on an iOS App that connects to a Bluetooth Low Energy Peripheral in the foreground. Whenever the App moves into Background, we want to continue syncing data & therefore implemented State Restoration to be informed about Discovery, Connect, Disconnect or Characteristic changes in the Background in order to wake the App up whenever it was Terminated due to memory issue. I consulted https://developer.apple.com/library/archive/documentation/NetworkingInternetWeb/Conceptual/CoreBluetooth_concepts/CoreBluetoothBackgroundProcessingForIOSApps/PerformingTasksWhileYourAppIsInTheBackground.html#//apple_ref/doc/uid/TP40013257-CH7-SW1 for this & assigned: CBCentralManagerOptionRestoreIdentifierKey Reinstantiate the dedicated CentralManager & implemented the centralManager(_ central: CBCentralManager, willRestoreState dict: [String : Any]) Delegate Additionally, I assigned the following keys on connect(_ peripheral: CBPeripheral, option
Replies
3
Boosts
0
Views
70
Activity
1d
Reply to Xcode now hangs; SDKs are "status unavailable"
I have the same issue with Xcode 26.4 after installing macOS 26.4. What help is (do it at your own risk, no guarantee): Force quit Xcode rm /Library/Developer/CoreSimulator/Images/images.plist Wait 1-2 minutes Launch Xcode You will be able to download the Platform Support Components from Xcode again.
Replies
Boosts
Views
Activity
1d
MRDP blocking app review
Hello, I am trying to submit my first app as an Indi developer to the apple App Store for the first time, my submission was rejected because of missing metadata for IAP subscription which has now been resolved. I would like my app to be reviewed again, but when I try to do that it gives me an error of Unable to Add for Review The items below are required to start the review process: To submit new apps or avoid potential payment blocks, add compliance information for Model Reporting Rules for Digital Platforms (MRDP). Learn More I check in Business -> Compliance and MRDP is already showing as active. Please can anyone help?
Replies
1
Boosts
0
Views
64
Activity
1d
Reply to MRDP blocking app review
I have resolved this issue now. It was because i had a secondary catagory of education which was flagging the app as a personal service, but that was conflicting with the choice i had made for MRDP....
Replies
Boosts
Views
Activity
1d
Reply to Production Mac app becomes progressively unusable in Issues workspace; Mac_Dev remains fast
Here is more concrete context. Platform / tools Target: macOS app Language / frameworks: Swift, SwiftUI, SwiftData Cloud sync: SwiftData with CloudKit mirroring in the production configuration Xcode: 26.4 (17E192) Test OS: macOS 26.4 (25E246) What I’m seeing In the macOS app, issue board scrolling can become inconsistent or very slow. Changing an issue status from detail view can be very slow. Scrolling the status menu itself can be slow. Typing in issue description/notes fields can become sluggish. The problem is much more noticeable with my full production-sized dataset than with a small dev dataset. What I’ve tested so far I compared a small dev dataset vs a much larger production-sized dataset. With a small dataset, the same UI feels fast and smooth. With the large dataset, the same UI becomes noticeably slower. I also tested a local-only copy of the production dataset with CloudKit disabled. That improved some behavior, but it did not remove the lag entirely. When I reduced the
Replies
Boosts
Views
Activity
1d
Production Mac app becomes progressively unusable in Issues workspace; Mac_Dev remains fast
The production macOS build is showing severe performance problems, while Mac_Dev performs normally. Observed behavior in production Mac build: Issue board scrolling becomes inconsistent or nearly unusable Changing an issue status in detail view is very slow Scrolling the status menu/options can be slow Typing in issue description/notes fields becomes sluggish Dragging issues between milestones/statuses on the board can lag badly Observed behavior in Mac_Dev: Board scrolling is smooth Status changes are immediate Typing in description fields is responsive Drag/drop between milestones works well Important comparison: Mac_Dev appears to run against an isolated local SwiftData store Production Mac app uses the normal CloudKit-backed store Because the same UI is fast in Mac_Dev, this does not look like a pure rendering problem Most likely cause is production store / CloudKit sync churn amplifying existing SwiftUI invalidation and save behavior Current hypothesis: The production app is sa
Replies
2
Boosts
0
Views
47
Activity
1d
Reply to Escalation Request – Extended “Waiting for Review” Status
@App Review It's been 2 weeks since I sent my message, and no one has responded
Replies
Boosts
Views
Activity
1d
26.4 RC documentation omits Foundation?!
I just installed Xcode 26.4 RC (17E192) yesterday and found that the documentation window now omits Foundation for me. Searching for Date finds the date property from GameKit, Core Data, ... but no Date type. I was previously using 26.4 beta and this was not the case. Is anyone else seeing the same thing?
Replies
2
Boosts
0
Views
101
Activity
1d
Reply to How to store certificate to `com.apple.token` keychain access group.
Thank you very much for the clear explanation. It clarifies a lot for us. Based on your response, we now understand that: com.apple.token is a special system-managed group for CryptoTokenKit tokens We cannot add credentials to it directly via kSecAttrAccessGroup We need to create a persistent CryptoTokenKit token (not tied to smart card hardware) We have a few follow-up questions to implement this correctly: Question 1: Creating Persistent Virtual Token How do we create a persistent CTK token that's not tied to physical smart card hardware? Our current attempt: private static func configureTokenForIdentity(_ identity: SecIdentity) throws { var certRef: SecCertificate? SecIdentityCopyCertificate(identity, &certRef) guard let certificate = certRef else { return } let driverClassID: TKTokenDriver.ClassID = com.example.ExampleTokenExtension guard let driverConfig = TKTokenDriver.Configuration.driverConfigurations[driverClassID] else { throw NSError(domain: NSCocoaErrorDomain, code:
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
1d