That's a wrap on WWDC26!

Share your thoughts on this year's conference.

See survey

Overview

Post

Replies

Boosts

Views

Created

Unable to debug with iOS 27 and xcode-beta
▿ DeviceKit.(unknown context at $1058036ec).ErrorDescription title: "The developer disk image could not be mounted on this device." errorClass: "CoreDeviceError" errorCode: "12040" DeviceIdentifier: 0DFB4363-6028-52E1-8C03-17D79DAxxxx #0 super: NSMutableString super: NSString super: NSObject ▿ underlyingErrors: 1 element ▿ DeviceKit.(unknown context at $1058036ec).ErrorDescription - title: "Personalization of the Cryptex-based developer disk image failed." - errorClass: "NSError" - errorCode: "12051" - DDIBuildUpdate: 27A5194q (developerTools) #1 - super: NSMutableString - super: NSString - super: NSObject - DDIPath: /Library/Developer/DeveloperDiskImages/iOS_DDI #2 - super: NSMutableString - super: NSString - super: NSObject - DDIPlatform: iOS #3 - super: NSString - super: NSObject - DDIVariant: external #4 - super: NSString - super: NSObject - DeviceBoardID: 4 #5 - super: NSNumber - super: NSValue - super: NSObject - DeviceChipID: 33040 #6 - super: NSNumber - super: NSValue - super: NSObject - DeviceFusing: prod #7 - super: NSString - super: NSObject - DeviceIdentifier: 0DFB4363-6028-52E1-8C03-17D79DA5E159 #8 - super: NSMutableString - super: NSString - super: NSObject - NSLocalizedFailureReason: An error occurred while personalizing the developer disk image. #9 - super: NSMutableString - super: NSString - super: NSObject - NSLocalizedRecoverySuggestion: Ensure the device is running a supported version of the operating system. If the issue persists, gather a diagnostic report by running 'devicectl diagnose' from Terminal and file a bug report at https://bugreport.apple.com. #10 - super: NSMutableString - super: NSString - super: NSObject - NSURL: file:///Library/Developer/DeveloperDiskImages/iOS_DDI/ #11 - super: NSObject - UseCredentials: 0 #12 - super: NSNumber - super: NSValue - super: NSObject ▿ underlyingErrors: 1 element ▿ DeviceKit.(unknown context at $1058036ec).ErrorDescription - title: "The operation couldn’t be completed. (CryptexKitHost.TatsuError error 4.)" - errorClass: "NSError" - errorCode: "4"
0
0
5
39m
Some services require sign on prompt error.
I am continually prompted to sign into an apple account that I haven't used for years and was as far as I remember deleted. When I run a sysdiag and trawl the logs and text files it looks like a calendar issue. 06/08/26 22:41:57.218995 pid=96 handle_set_value: accountsd attempting to set [com.apple.mobile.data_sync]:[Calendars] to [{ AccountNames = ( Live, Hotmail, "hotmail.co.uk", "unusedappleid @ live.co.uk" ); Sources = ( iCloud ); I've raised a bug report for it but wondered if anyone else had encountered the issue.
0
0
11
2h
Xcode 27: Bugs / Feedbacks
Hi, I have listed below the Feedbacks for Xcode 27, please have a look at it, considerable time was spent on filing these feedbacks, thanks! Environments All of them were tested on the environment: macOS 26.5.1 (25F80) Xcode 27.0 beta (27A5194q) Feedbacks FB23133706 (Git stage tab) FB23132869 (markdown - code block) FB23132403 (markdown - search) FB23078039 (stash - slow / unresponsive) FB23077930 (stash - allow multiselection) FB23055381 (Run destination - Clear recents) FB23041713 (SwiftUI preview - SwiftData) FB23033844 (Bundle ID) FB23033231 (Device Hub - sizes)
2
0
25
3h
How do I get SwiftUI to let me determine a custom frame size for NSTextField
I have a NSViewRepresentable that wraps an NSTextField subclass which is displayed as larger than your typical text field. SwiftUI doesn't seem to allow me to set the size of the view when the underlying is an NSTextField. It forces it as a single line field. I've tried both setting the frame on creation as well as using SwiftUI .frame(width:height:) on the represented view. I always end up with a single line field. struct BigTextField: NSViewRepresentable { @Binding var text: String class Coordinator: NSObject, NSTextFieldDelegate { var parent: BigTextField init(_ parent: BigTextField) { self.parent = parent } func controlTextDidChange(_ obj: Notification) { if let textField = obj.object as? NSTextField { parent.text = textField.stringValue } } } func makeCoordinator() -> Coordinator { Coordinator(self) } func makeNSView(context: Context) -> NSTextField { //let frame = NSRect(x: 0, y: 0, width: 350, height: 140) //let textField = NSTextField(frame: frame) let textField = NSTextField() textField.isEditable = true textField.isBordered = true textField.isBezeled = true textField.delegate = context.coordinator // Assign the coordinator return textField } func updateNSView(_ nsView: NSTextField, context: Context) { if nsView.stringValue != text { nsView.stringValue = text } } } I've also included the SwiftUI declaration which demonstrates the problem. struct ContentView: View { @State var text : String = "Test string" var body: some View { VStack { BigTextField(text: $text) .frame(width: 350, height: 140) } .padding() } } NSTextField can be any arbitrary frame size. I already do this from AppKit but am trying to adapt this custom field to work within SwiftUI. SwiftUI seems to override the sizing of this NSViewRepresentable that I give it. Am I missing something here? Is there some way to override SwiftUI's sizing behavior? Thank you.
0
0
10
3h
MusicKit with Music Understanding?
Is there some bridge we could use to have Music Understanding use a song via MusicKit. it would be great to be able to link a music score to a song in MusicKit, then use the features in music understanding to link a live playback with the score.
0
0
9
3h
Organization enrollment stuck for 3+ weeks despite resubmitting documents twice, plus question on "employment verification" for sole owner
Hello, Enrolling as an organization (Steelers Ventures LLC, Mississippi US LLC). Enrollment ID: 7HRY6V44XW. Case ID: 20000117111916. Timeline: May 22, 2026: received first "Request for Enrollment Documents" email. Submitted government photo ID, bank statement, Certificate of Formation, and IRS EIN letter the same day. May 29, 2026: received reminder, documents not received. June 5, 2026: received another reminder, documents not received, two weeks since first request. June 12, 2026: received another reminder with a 7-day deadline before the enrollment would be withdrawn. Resubmitted the same four documents next day via the upload link. Also received a separate email stating you cannot verify my identity and association with the enrolling entity, requesting government photo ID, employment verification, and one business document (I have Certificate of Formation for this). I've now submitted the same core documents twice (May 22 and June 13) and the system keeps saying they were not received. Separately, I'm the sole owner of the LLC, so I don't have an employer, business card, or HR contact to provide "employment verification." My plan is to submit my state business registration (showing my name as registered agent/manager) plus my IRS EIN letter naming me as responsible party, as the closest equivalent. Questions: Is the repeated "documents not received" notice a known issue, or could resubmitted documents not be linking to enrollment ID 7HRY6V44XW for some reason? For sole owners, has anyone successfully used a state business registry record plus IRS EIN letter as "employment verification," or is there a document Apple specifically prefers? Happy to provide any additional info. Thanks for any help.
0
0
10
3h
2.1b rejection
Hello all, I have submitted a new app three times and received a 2.1b rejection reason. The subscriptions are attached to the app submission and I cannot figure this out for the life of me. Any guidance is greatly appreciated.
0
0
10
4h
WeatherKit native weather(for:) fails with WDSJWTAuthenticatorServiceListener Code=2 despite App Services + Capabilities enabled
Native WeatherKit fails for our app on both development and TestFlight distribution builds, with the WeatherKit service enabled. Team ID: YCF2TGZAX8 Bundle ID: org.walktalkmeditate.pilgrim Call: try await WeatherKit.WeatherService.shared.weather(for: location, including: .current) Error (immediate, every call): Error Domain=WeatherDaemon.WDSJWTAuthenticatorServiceListener.Errors Code=2 "(null)" What we've verified: WeatherKit enabled under BOTH the Capabilities tab AND the App Services tab for this App ID. com.apple.developer.weatherkit entitlement confirmed in the signed binary (codesign -d --entitlements). Fails identically on (a) Xcode-direct development builds and (b) TestFlight distribution builds. Physical device (iPhone SE 3rd gen) signed into iCloud / an Apple Account. Survives app delete + reinstall AND a device reboot, on both build types. GPS/CoreLocation works fine; only WeatherKit auth fails. Not a timeout or rate-limit. First appeared on Xcode 26 beta; never resolved on stable Xcode 26.3 (17C529), iOS 18.x. This matches the pattern in threads 786126, 810137, 811225, and 789900, where the WeatherKit auth backend hasn't registered/synced the bundle ID for JWT issuance even with App Services on, and Apple resolves it server-side. Could someone check the backend WeatherKit registration for org.walktalkmeditate.pilgrim? Happy to provide a sysdiagnose. Will also file a Feedback report and add the FB number here.
0
0
10
5h
App stuck in “Waiting for Review” since June 6
Hi everyone, I’m having an ongoing issue where my app submissions seem to sit in Waiting for Review for unusually long periods before Apple starts reviewing them. My current submission has been stuck in Waiting for Review since June 6 at 12:56 PM. This is not the first time this has happened. I’ve had previous submissions also take much longer than expected to even move into review. I understand review times can vary, but it seems like my app is repeatedly getting delayed at the Waiting for Review stage rather than actually being reviewed. I have not received a rejection, message, metadata issue, or request for more information. The submission just stays in the queue. Has anyone else experienced repeated delays like this? Is there anything in App Store Connect that can cause an app to keep getting stuck before review starts, such as subscription review, metadata, screenshots, compliance questions, app category, or account-level issues? Would the best next step be to contact Apple Developer Support, submit an App Review inquiry, or request an expedited review? Any advice would be appreciated.
0
0
12
5h
Set Apple TV 4K hardware minimum?
Is there any UIRequiredDeviceCapabilities string that can be used to restrict an app to Apple TV 4K (2nd generation) or later hardware? I can’t find one. I’m working on a tvOS app that uses Continuity Camera. That feature only works on Apple TV 4K (2nd gen) and Apple TV 4K (3rd gen) hardware. There seems be no way to warn App Store customers that the app will not work on Apple TV 4K (1st gen). In the App Store or TestFlight, a user with a 1st gen device incorrectly sees a compatibility note that the app “Works on this Apple TV”. Setting a minimum OS version is not currently a helpful path for me — even tvOS 26.5 is compatible with 1st generation hardware. I can’t think of a good way to prevent users with an incompatible Apple TV 4K from installing an app that won’t work on their 1st generation devices. Any ideas? Am I missing something?
0
0
6
5h
app developer enrollment
I started the enrollment process for the Apple Developer Program. The enrollment flow no longer shows the initial form and always redirects me to the Individual/Organization selection screen. After selecting either option, I consistently receive the error “We are unable to process your request. An unknown error occurred.” This issue has persisted for more than 72 hours. Could you please help me
0
0
4
5h
2.1b Rejection
I have submitted an app for review and have been rejected for a 2.1b reference Issue. Any guidance how to resolve k have included the subscriptions and they are in a ready for review state.
0
0
10
6h
Refund old IAPs
My app is being wound down and I'd like to provide a way for people who have purchased the lifetime subscription to get a pro-rated refund. But it seems like older IAPs don't show up on https://reportaproblem.apple.com/ and the in-app refund sheet throws an error when trying to process these refunds ("Your request could not be submitted"). In the in-app refund sheet: Am I doing sth wrong or is this expected behavior? Is there any way I can get a refund for these people? What's the specific cutoff for refunds?
0
0
28
6h
VoIP PKPushKit notifications not delivered when powerd assertion policy 3 hits before apsd completes APNs reconnection
We are seeing a reproducible scenario on iOS 26 where incoming VoIP push notifications are never delivered when the device has been idle and screen-locked for 30+ minutes. The same failure was observed simultaneously on WhatsApp, and Microsoft Teams and our app as well, on the same device during one incident, confirming this is a platform-level issue and not specific to our implementation. We have captured full system logs across three separate incidents. Below are the exact log sequences. Incident — All VoIP apps fail simultaneously (Our app, WhatsApp, Teams) Device: iPhone 17 Pro · iOS: 18.x · Network: 5G NSA (kNRNSA) The device had been idle with the screen locked for approximately 31 minutes. An LTE cell handover caused apsd to begin an APNs reconnection. powerd entered policy 3 before apsd reached channel-flow viable, defuncting the app. 17:45:59.562 symptomsd New RRC 0 when previous 1 from pdp_ip0 ↑ Radio drops to RRC_Idle. Device has been idle since 17:14:56 (31 min). 17:46:01.206 CommCenter #I Mapping the registration state to kRegisteredHome ↑ LTE cell handover triggers RRC reconnect. 17:46:01.330 apsd [C138 IPv4#b71cac13:5223 ready parent-flow (satisfied (Path is satisfied), interface: pdp_ip0[lte], scoped, ipv4, ipv6, dns, expensive, uses cell, LQM: good)] event: path:satisfied_change @594.391s ↑ APNs path re-satisfied. Reconnection begins. channel-flow viable NOT yet reached — TLS handshake still in progress. 17:48:08.057 apsd Powerd has requested assertion activity update ↑ Warning: powerd about to change policy. ── 2 minutes 40 seconds after APNs reconnect started ── 17:48:41.248 powerd Sending com.apple.powerd.assertionpolicy 3 17:48:41.250 apsd Update assertion policy 3 17:48:41.250 powerd Activity changes from 0x1 to 0x0. UseActiveState:0 17:48:41.250 powerd hidActive:0 displayOff:1 assertionActivityValid:0 ↑ Screen off, device locked. OS enters restricted idle. apsd restricted. APNs reconnection abandoned. 17:48:42.669 kernel necp_process_defunct_list: necp_update_client abort nexus error (2) for pid 1518 Comera ↑ Kernel terminates Comera's network stack via NECP. No API available to prevent this. WhatsApp and Teams remain suspended — no DEFUNCT, but apsd in policy 3 means no push delivery for them either. ── Dead zone: VoIP pushes for all 3 apps undeliverable ── 17:50:04.028 powerd Process CommCenter.104 Created SystemIsActive "com.apple.ipTelephony.sipIncoming.cell" ↑ Incoming cellular PSTN call forces system wake. 17:50:04.494 powerd Sending com.apple.powerd.assertionpolicy 0 17:50:04.598 apsd Update assertion policy 0 ↑ Full wake. Queued VoIP pushes from Comera, WhatsApp, and Teams are delivered simultaneously. Gap between channel-flow viable needed and actual delivery: 4 minutes 3 seconds. Recovery trigger: external cellular call from carrier — not any app action. Working case (same test, different conditions) Device: iPhone 17 Pro · iOS: 26.5.1 · Screen unlocked, no hotspot 19:2x:xx apsd policy state {downgradeWhenLocked: NO, isSystemLocked: NO, isConnectedOnUltraConstrainedInterface: NO} ↑ Device unlocked. No policy 3. Comera NOT defuncted. Push delivered. Call rings normally. Our implementation PKPushRegistry is held strongly and re-registered on every applicationWillEnterForeground reportNewIncomingCall(with:update:completion:) is called synchronously within pushRegistry(_:didReceiveIncomingPushWith:) VoIP background mode entitlement is present App has com.apple.developer.pushkit.voip entitlement Questions Is there any entitlement or API to prevent NECP from defuncting a process holding an active PKPushRegistry? The VoIP push entitlement exists for exactly this background delivery scenario. Is pushDisallowed being applied to apps with VoIP push entitlements when InternetSharingActive == 1 intentional? Should VoIP entitlements exempt an app from the Internet Sharing Policy gate in dasd? Is there a documented way to know when apsd has fully completed APNs reconnection (i.e. channel-flow viable) so a server can time push retries more accurately within a call validity window? What is the recommended apns-expiration value for VoIP pushes to survive brief APNs reconnection windows without exceeding a 60-second call validity period? Full log stream captures available for all incidents.
0
0
14
7h
Waiting for review for 9 days
Hi guys, I’m looking for some advice regarding App Review. I submitted my first app and it was rejected. I fixed the issues and submitted a new build. That review went through in a normal amount of time, but the app was rejected again for some additional issues. I fixed everything that was mentioned and submitted another build. The problem is that this one has now been sitting in “Waiting for Review” for 9 days, which feels a lot longer than the previous reviews. Has anyone else experienced this? Should I just keep waiting, or is there something I should do at this point? I thought about requesting an expedited review, but from what I understand Apple only grants those for things like critical bug fixes, time-sensitive launches, or urgent business needs, so I don’t think my case qualifies. Any insight would be appreciated. Thanks!
0
0
28
7h
Payment debited but Developer Program membership still not activated – No response from support after multiple messages
Hello everyone, I enrolled in the Apple Developer Program some time ago and the membership fee was successfully debited from my account. However, my membership status is still showing as Pending and I have not received any activation email or confirmation. I have sent approximately 10 messages to Apple Developer Support but have not received any reply so far. This situation is becoming quite urgent because I need to publish applications on the App Store as soon as possible. Has anyone else experienced similar long delays with no communication from support? Any advice or information would be greatly appreciated. Thank you in advance. Best regards,
0
0
16
7h
Technology
I want to know more about the latest technology from Apple and interesting hardware for me to know about.
Replies
0
Boosts
0
Views
1
Activity
34m
Unable to debug with iOS 27 and xcode-beta
▿ DeviceKit.(unknown context at $1058036ec).ErrorDescription title: "The developer disk image could not be mounted on this device." errorClass: "CoreDeviceError" errorCode: "12040" DeviceIdentifier: 0DFB4363-6028-52E1-8C03-17D79DAxxxx #0 super: NSMutableString super: NSString super: NSObject ▿ underlyingErrors: 1 element ▿ DeviceKit.(unknown context at $1058036ec).ErrorDescription - title: "Personalization of the Cryptex-based developer disk image failed." - errorClass: "NSError" - errorCode: "12051" - DDIBuildUpdate: 27A5194q (developerTools) #1 - super: NSMutableString - super: NSString - super: NSObject - DDIPath: /Library/Developer/DeveloperDiskImages/iOS_DDI #2 - super: NSMutableString - super: NSString - super: NSObject - DDIPlatform: iOS #3 - super: NSString - super: NSObject - DDIVariant: external #4 - super: NSString - super: NSObject - DeviceBoardID: 4 #5 - super: NSNumber - super: NSValue - super: NSObject - DeviceChipID: 33040 #6 - super: NSNumber - super: NSValue - super: NSObject - DeviceFusing: prod #7 - super: NSString - super: NSObject - DeviceIdentifier: 0DFB4363-6028-52E1-8C03-17D79DA5E159 #8 - super: NSMutableString - super: NSString - super: NSObject - NSLocalizedFailureReason: An error occurred while personalizing the developer disk image. #9 - super: NSMutableString - super: NSString - super: NSObject - NSLocalizedRecoverySuggestion: Ensure the device is running a supported version of the operating system. If the issue persists, gather a diagnostic report by running 'devicectl diagnose' from Terminal and file a bug report at https://bugreport.apple.com. #10 - super: NSMutableString - super: NSString - super: NSObject - NSURL: file:///Library/Developer/DeveloperDiskImages/iOS_DDI/ #11 - super: NSObject - UseCredentials: 0 #12 - super: NSNumber - super: NSValue - super: NSObject ▿ underlyingErrors: 1 element ▿ DeviceKit.(unknown context at $1058036ec).ErrorDescription - title: "The operation couldn’t be completed. (CryptexKitHost.TatsuError error 4.)" - errorClass: "NSError" - errorCode: "4"
Replies
0
Boosts
0
Views
5
Activity
39m
New Siri
It has been been days since WWDC without Siri at this point as it says it is still indexing. Does anyone have any suggestions?
Replies
0
Boosts
0
Views
17
Activity
2h
Some services require sign on prompt error.
I am continually prompted to sign into an apple account that I haven't used for years and was as far as I remember deleted. When I run a sysdiag and trawl the logs and text files it looks like a calendar issue. 06/08/26 22:41:57.218995 pid=96 handle_set_value: accountsd attempting to set [com.apple.mobile.data_sync]:[Calendars] to [{ AccountNames = ( Live, Hotmail, "hotmail.co.uk", "unusedappleid @ live.co.uk" ); Sources = ( iCloud ); I've raised a bug report for it but wondered if anyone else had encountered the issue.
Replies
0
Boosts
0
Views
11
Activity
2h
Xcode 27: Bugs / Feedbacks
Hi, I have listed below the Feedbacks for Xcode 27, please have a look at it, considerable time was spent on filing these feedbacks, thanks! Environments All of them were tested on the environment: macOS 26.5.1 (25F80) Xcode 27.0 beta (27A5194q) Feedbacks FB23133706 (Git stage tab) FB23132869 (markdown - code block) FB23132403 (markdown - search) FB23078039 (stash - slow / unresponsive) FB23077930 (stash - allow multiselection) FB23055381 (Run destination - Clear recents) FB23041713 (SwiftUI preview - SwiftData) FB23033844 (Bundle ID) FB23033231 (Device Hub - sizes)
Replies
2
Boosts
0
Views
25
Activity
3h
How do I get SwiftUI to let me determine a custom frame size for NSTextField
I have a NSViewRepresentable that wraps an NSTextField subclass which is displayed as larger than your typical text field. SwiftUI doesn't seem to allow me to set the size of the view when the underlying is an NSTextField. It forces it as a single line field. I've tried both setting the frame on creation as well as using SwiftUI .frame(width:height:) on the represented view. I always end up with a single line field. struct BigTextField: NSViewRepresentable { @Binding var text: String class Coordinator: NSObject, NSTextFieldDelegate { var parent: BigTextField init(_ parent: BigTextField) { self.parent = parent } func controlTextDidChange(_ obj: Notification) { if let textField = obj.object as? NSTextField { parent.text = textField.stringValue } } } func makeCoordinator() -> Coordinator { Coordinator(self) } func makeNSView(context: Context) -> NSTextField { //let frame = NSRect(x: 0, y: 0, width: 350, height: 140) //let textField = NSTextField(frame: frame) let textField = NSTextField() textField.isEditable = true textField.isBordered = true textField.isBezeled = true textField.delegate = context.coordinator // Assign the coordinator return textField } func updateNSView(_ nsView: NSTextField, context: Context) { if nsView.stringValue != text { nsView.stringValue = text } } } I've also included the SwiftUI declaration which demonstrates the problem. struct ContentView: View { @State var text : String = "Test string" var body: some View { VStack { BigTextField(text: $text) .frame(width: 350, height: 140) } .padding() } } NSTextField can be any arbitrary frame size. I already do this from AppKit but am trying to adapt this custom field to work within SwiftUI. SwiftUI seems to override the sizing of this NSViewRepresentable that I give it. Am I missing something here? Is there some way to override SwiftUI's sizing behavior? Thank you.
Replies
0
Boosts
0
Views
10
Activity
3h
MusicKit with Music Understanding?
Is there some bridge we could use to have Music Understanding use a song via MusicKit. it would be great to be able to link a music score to a song in MusicKit, then use the features in music understanding to link a live playback with the score.
Replies
0
Boosts
0
Views
9
Activity
3h
Organization enrollment stuck for 3+ weeks despite resubmitting documents twice, plus question on "employment verification" for sole owner
Hello, Enrolling as an organization (Steelers Ventures LLC, Mississippi US LLC). Enrollment ID: 7HRY6V44XW. Case ID: 20000117111916. Timeline: May 22, 2026: received first "Request for Enrollment Documents" email. Submitted government photo ID, bank statement, Certificate of Formation, and IRS EIN letter the same day. May 29, 2026: received reminder, documents not received. June 5, 2026: received another reminder, documents not received, two weeks since first request. June 12, 2026: received another reminder with a 7-day deadline before the enrollment would be withdrawn. Resubmitted the same four documents next day via the upload link. Also received a separate email stating you cannot verify my identity and association with the enrolling entity, requesting government photo ID, employment verification, and one business document (I have Certificate of Formation for this). I've now submitted the same core documents twice (May 22 and June 13) and the system keeps saying they were not received. Separately, I'm the sole owner of the LLC, so I don't have an employer, business card, or HR contact to provide "employment verification." My plan is to submit my state business registration (showing my name as registered agent/manager) plus my IRS EIN letter naming me as responsible party, as the closest equivalent. Questions: Is the repeated "documents not received" notice a known issue, or could resubmitted documents not be linking to enrollment ID 7HRY6V44XW for some reason? For sole owners, has anyone successfully used a state business registry record plus IRS EIN letter as "employment verification," or is there a document Apple specifically prefers? Happy to provide any additional info. Thanks for any help.
Replies
0
Boosts
0
Views
10
Activity
3h
2.1b rejection
Hello all, I have submitted a new app three times and received a 2.1b rejection reason. The subscriptions are attached to the app submission and I cannot figure this out for the life of me. Any guidance is greatly appreciated.
Replies
0
Boosts
0
Views
10
Activity
4h
WeatherKit native weather(for:) fails with WDSJWTAuthenticatorServiceListener Code=2 despite App Services + Capabilities enabled
Native WeatherKit fails for our app on both development and TestFlight distribution builds, with the WeatherKit service enabled. Team ID: YCF2TGZAX8 Bundle ID: org.walktalkmeditate.pilgrim Call: try await WeatherKit.WeatherService.shared.weather(for: location, including: .current) Error (immediate, every call): Error Domain=WeatherDaemon.WDSJWTAuthenticatorServiceListener.Errors Code=2 "(null)" What we've verified: WeatherKit enabled under BOTH the Capabilities tab AND the App Services tab for this App ID. com.apple.developer.weatherkit entitlement confirmed in the signed binary (codesign -d --entitlements). Fails identically on (a) Xcode-direct development builds and (b) TestFlight distribution builds. Physical device (iPhone SE 3rd gen) signed into iCloud / an Apple Account. Survives app delete + reinstall AND a device reboot, on both build types. GPS/CoreLocation works fine; only WeatherKit auth fails. Not a timeout or rate-limit. First appeared on Xcode 26 beta; never resolved on stable Xcode 26.3 (17C529), iOS 18.x. This matches the pattern in threads 786126, 810137, 811225, and 789900, where the WeatherKit auth backend hasn't registered/synced the bundle ID for JWT issuance even with App Services on, and Apple resolves it server-side. Could someone check the backend WeatherKit registration for org.walktalkmeditate.pilgrim? Happy to provide a sysdiagnose. Will also file a Feedback report and add the FB number here.
Replies
0
Boosts
0
Views
10
Activity
5h
App stuck in “Waiting for Review” since June 6
Hi everyone, I’m having an ongoing issue where my app submissions seem to sit in Waiting for Review for unusually long periods before Apple starts reviewing them. My current submission has been stuck in Waiting for Review since June 6 at 12:56 PM. This is not the first time this has happened. I’ve had previous submissions also take much longer than expected to even move into review. I understand review times can vary, but it seems like my app is repeatedly getting delayed at the Waiting for Review stage rather than actually being reviewed. I have not received a rejection, message, metadata issue, or request for more information. The submission just stays in the queue. Has anyone else experienced repeated delays like this? Is there anything in App Store Connect that can cause an app to keep getting stuck before review starts, such as subscription review, metadata, screenshots, compliance questions, app category, or account-level issues? Would the best next step be to contact Apple Developer Support, submit an App Review inquiry, or request an expedited review? Any advice would be appreciated.
Replies
0
Boosts
0
Views
12
Activity
5h
Set Apple TV 4K hardware minimum?
Is there any UIRequiredDeviceCapabilities string that can be used to restrict an app to Apple TV 4K (2nd generation) or later hardware? I can’t find one. I’m working on a tvOS app that uses Continuity Camera. That feature only works on Apple TV 4K (2nd gen) and Apple TV 4K (3rd gen) hardware. There seems be no way to warn App Store customers that the app will not work on Apple TV 4K (1st gen). In the App Store or TestFlight, a user with a 1st gen device incorrectly sees a compatibility note that the app “Works on this Apple TV”. Setting a minimum OS version is not currently a helpful path for me — even tvOS 26.5 is compatible with 1st generation hardware. I can’t think of a good way to prevent users with an incompatible Apple TV 4K from installing an app that won’t work on their 1st generation devices. Any ideas? Am I missing something?
Replies
0
Boosts
0
Views
6
Activity
5h
app developer enrollment
I started the enrollment process for the Apple Developer Program. The enrollment flow no longer shows the initial form and always redirects me to the Individual/Organization selection screen. After selecting either option, I consistently receive the error “We are unable to process your request. An unknown error occurred.” This issue has persisted for more than 72 hours. Could you please help me
Replies
0
Boosts
0
Views
4
Activity
5h
2.1b Rejection
I have submitted an app for review and have been rejected for a 2.1b reference Issue. Any guidance how to resolve k have included the subscriptions and they are in a ready for review state.
Replies
0
Boosts
0
Views
10
Activity
6h
Refund old IAPs
My app is being wound down and I'd like to provide a way for people who have purchased the lifetime subscription to get a pro-rated refund. But it seems like older IAPs don't show up on https://reportaproblem.apple.com/ and the in-app refund sheet throws an error when trying to process these refunds ("Your request could not be submitted"). In the in-app refund sheet: Am I doing sth wrong or is this expected behavior? Is there any way I can get a refund for these people? What's the specific cutoff for refunds?
Replies
0
Boosts
0
Views
28
Activity
6h
VoIP PKPushKit notifications not delivered when powerd assertion policy 3 hits before apsd completes APNs reconnection
We are seeing a reproducible scenario on iOS 26 where incoming VoIP push notifications are never delivered when the device has been idle and screen-locked for 30+ minutes. The same failure was observed simultaneously on WhatsApp, and Microsoft Teams and our app as well, on the same device during one incident, confirming this is a platform-level issue and not specific to our implementation. We have captured full system logs across three separate incidents. Below are the exact log sequences. Incident — All VoIP apps fail simultaneously (Our app, WhatsApp, Teams) Device: iPhone 17 Pro · iOS: 18.x · Network: 5G NSA (kNRNSA) The device had been idle with the screen locked for approximately 31 minutes. An LTE cell handover caused apsd to begin an APNs reconnection. powerd entered policy 3 before apsd reached channel-flow viable, defuncting the app. 17:45:59.562 symptomsd New RRC 0 when previous 1 from pdp_ip0 ↑ Radio drops to RRC_Idle. Device has been idle since 17:14:56 (31 min). 17:46:01.206 CommCenter #I Mapping the registration state to kRegisteredHome ↑ LTE cell handover triggers RRC reconnect. 17:46:01.330 apsd [C138 IPv4#b71cac13:5223 ready parent-flow (satisfied (Path is satisfied), interface: pdp_ip0[lte], scoped, ipv4, ipv6, dns, expensive, uses cell, LQM: good)] event: path:satisfied_change @594.391s ↑ APNs path re-satisfied. Reconnection begins. channel-flow viable NOT yet reached — TLS handshake still in progress. 17:48:08.057 apsd Powerd has requested assertion activity update ↑ Warning: powerd about to change policy. ── 2 minutes 40 seconds after APNs reconnect started ── 17:48:41.248 powerd Sending com.apple.powerd.assertionpolicy 3 17:48:41.250 apsd Update assertion policy 3 17:48:41.250 powerd Activity changes from 0x1 to 0x0. UseActiveState:0 17:48:41.250 powerd hidActive:0 displayOff:1 assertionActivityValid:0 ↑ Screen off, device locked. OS enters restricted idle. apsd restricted. APNs reconnection abandoned. 17:48:42.669 kernel necp_process_defunct_list: necp_update_client abort nexus error (2) for pid 1518 Comera ↑ Kernel terminates Comera's network stack via NECP. No API available to prevent this. WhatsApp and Teams remain suspended — no DEFUNCT, but apsd in policy 3 means no push delivery for them either. ── Dead zone: VoIP pushes for all 3 apps undeliverable ── 17:50:04.028 powerd Process CommCenter.104 Created SystemIsActive "com.apple.ipTelephony.sipIncoming.cell" ↑ Incoming cellular PSTN call forces system wake. 17:50:04.494 powerd Sending com.apple.powerd.assertionpolicy 0 17:50:04.598 apsd Update assertion policy 0 ↑ Full wake. Queued VoIP pushes from Comera, WhatsApp, and Teams are delivered simultaneously. Gap between channel-flow viable needed and actual delivery: 4 minutes 3 seconds. Recovery trigger: external cellular call from carrier — not any app action. Working case (same test, different conditions) Device: iPhone 17 Pro · iOS: 26.5.1 · Screen unlocked, no hotspot 19:2x:xx apsd policy state {downgradeWhenLocked: NO, isSystemLocked: NO, isConnectedOnUltraConstrainedInterface: NO} ↑ Device unlocked. No policy 3. Comera NOT defuncted. Push delivered. Call rings normally. Our implementation PKPushRegistry is held strongly and re-registered on every applicationWillEnterForeground reportNewIncomingCall(with:update:completion:) is called synchronously within pushRegistry(_:didReceiveIncomingPushWith:) VoIP background mode entitlement is present App has com.apple.developer.pushkit.voip entitlement Questions Is there any entitlement or API to prevent NECP from defuncting a process holding an active PKPushRegistry? The VoIP push entitlement exists for exactly this background delivery scenario. Is pushDisallowed being applied to apps with VoIP push entitlements when InternetSharingActive == 1 intentional? Should VoIP entitlements exempt an app from the Internet Sharing Policy gate in dasd? Is there a documented way to know when apsd has fully completed APNs reconnection (i.e. channel-flow viable) so a server can time push retries more accurately within a call validity window? What is the recommended apns-expiration value for VoIP pushes to survive brief APNs reconnection windows without exceeding a 60-second call validity period? Full log stream captures available for all incidents.
Replies
0
Boosts
0
Views
14
Activity
7h
Sign up for new Siri, not showing up on Vision Pro
Hey, so I’m in Germany and the new siri sign-up is not showing up for me on visionOS can someone tell me how to fix this?
Replies
0
Boosts
0
Views
10
Activity
7h
Waiting for review for 9 days
Hi guys, I’m looking for some advice regarding App Review. I submitted my first app and it was rejected. I fixed the issues and submitted a new build. That review went through in a normal amount of time, but the app was rejected again for some additional issues. I fixed everything that was mentioned and submitted another build. The problem is that this one has now been sitting in “Waiting for Review” for 9 days, which feels a lot longer than the previous reviews. Has anyone else experienced this? Should I just keep waiting, or is there something I should do at this point? I thought about requesting an expedited review, but from what I understand Apple only grants those for things like critical bug fixes, time-sensitive launches, or urgent business needs, so I don’t think my case qualifies. Any insight would be appreciated. Thanks!
Replies
0
Boosts
0
Views
28
Activity
7h
Payment debited but Developer Program membership still not activated – No response from support after multiple messages
Hello everyone, I enrolled in the Apple Developer Program some time ago and the membership fee was successfully debited from my account. However, my membership status is still showing as Pending and I have not received any activation email or confirmation. I have sent approximately 10 messages to Apple Developer Support but have not received any reply so far. This situation is becoming quite urgent because I need to publish applications on the App Store as soon as possible. Has anyone else experienced similar long delays with no communication from support? Any advice or information would be greatly appreciated. Thank you in advance. Best regards,
Replies
0
Boosts
0
Views
16
Activity
7h
Detecting user wakeup from Apple WatchOS 27
Does Apple WatchOS 27 support my iOS 27 app being notified when the user wakes up?
Replies
1
Boosts
0
Views
22
Activity
7h