Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Created

Unable to get past enrollment for the developer program
Hello, I attempted to enroll our organization in the Apple Developer Program, but the enrollment could not be completed before reaching the identity verification/payment stage. After the failed attempt, the option to retry enrollment is no longer available on the account. Additional details: The Apple ID being used is a standard unmanaged Apple ID The account uses a company domain email The Apple Developer app says “Enrollment through the Apple Developer app is not available for this Apple Account” The web enrollment flow fails with “Enrollment could not be completed” Could you please check whether the account is in a blocked or pending enrollment state and advise on next steps? Thank you.
0
0
33
5d
Enrollment pending for 3 days after payment and passport upload — no response from support (Case ID: 20000116325435)
Hello, I am trying to enroll in the Apple Developer Program (Individual). Timeline: 3 days ago: paid €99 (money taken from my bank account) 3 days ago: uploaded my valid international passport (as requested) Apple confirmed receipt of my passport document Current status: My enrollment still shows as "pending" or incomplete I have received no email confirmation, no status update, no questions from Apple What I have done: I contacted Apple Developer Support and received Case ID: 20000116325435 Since then — complete silence for 3 days My situation: My app is fully built and ready for the App Store Every day of delay pushes back my launch I am using a Russian international passport (valid, not expired) My questions to the community: Is anyone else experiencing the same silence after payment and document upload? How long did you wait for activation? Does a Russian passport cause additional delays (even though it's a valid international document)? What finally worked for you — calling support, posting here, or just waiting? I understand Apple is busy, but 3 days of zero communication after taking my money feels wrong. Thank you for any advice. Daria
0
0
80
5d
My Organization Account Still Not Verified
I had recently received my DUNS number and I enrolled for the apple developer program. I also submitted the relevant documents required by apple developer support and I received a reply that they will get back to me within 2 business days but till now no response. My enrollment ID is ZRAGV28M2R . Kindly help to check and get back on the status or if any other documents are required for verification purposes. Thank you.
2
0
97
6d
Enrollment stuck for 2 months
Hi all. I have been trying to enroll in the Apple Developer Program for around 2 months. I have made couple of payments and received order confirmation email saying order will be processed within 2 business days. I have received no further emails I can find. Can anyone please advice me how I can check the status of my enrollment or if something more is needed for my order to be processed. Many thanks.
1
0
112
6d
Apple Developer Enrollment Payment Problem
I'm trying to pay for Apple Developer Enrollment. I just get an email saying, "We'll respond within 2 days." Then a specialist contacted me a week ago, I attached my passport and then tried paying with a second card, since the first card wasn't processed due to the financial institution. The second card should work (other people with the same region as me - RU and the same card from same Financial Institution as me were able to pay); I tried yesterday and today. It says "duplicate order." Can anyone help me with this? This card should definitely work, but there aren't even any orders on it. How to know what happening and what can i do rn? Maybe problem with a processing Please, help. Trying since April 24 ^( Thank you.
1
0
82
6d
Organization Enrollment Stuck on 'Being Processed' for 5 Days - No Response
Hello, I submitted my Apple Developer Program enrollment as an organization and it has been stuck on 'Your enrollment is being processed' for 5 days. I have not received any emails or requests for additional information. I also sent an email to support but received no response. My Enrollment ID is: N4RSQV58D7. Could someone please review my case and advise on next steps? Thank you
0
0
49
6d
Apple Developer Program Enrollment Keeps Failing – Payment Charged but Enrollment Withdrawn (3 Months)
Hello everyone, I've been trying to enroll in the Apple Developer Program for approximately three months now, and I keep running into the same frustrating cycle. Every time I attempt to enroll, my payment of $99.00 gets charged — but then I receive an email saying my enrollment has been withdrawn. When I try to check my order status, I'm redirected to an error page that says "Something went wrong." Most Recent Order Date: May 14, 2026 Amount Charged: $99.00 My Region: Myanmar (Yangon) What I've tried: Multiple enrollment attempts over 3 months Contacting Apple Support via email Checking order status through Apple Store — always returns an error I suspect this may be a regional issue with payment processing or identity verification for Myanmar-based accounts, but I'm not sure. Has anyone else from Southeast Asia or Myanmar experienced this? Were you able to resolve it? Any advice would be greatly appreciated. Thank you.
1
0
57
6d
Developer Program Enrollment Fails With "Unable to Continue" - Support Case Open for Months Without Resolution
Hello, I am trying to enroll in the Apple Developer Program, but the enrollment process consistently fails inside the official Apple Developer app on macOS. Issue After signing in successfully and clicking “Continue Your Enrollment”, the app immediately shows: “Unable to Continue. Contact support at https://developer.apple.com/contact/” The issue occurs repeatedly for last 4 months and prevents me from completing enrollment entirely. Environment Country: India Enrollment Type: Organisation Device: MacBook macOS Version: macOS 26.4.1 Apple Developer App: Latest available version Apple ID signed in correctly on macOS System Settings What I Already Tried Signed out and signed back into Apple ID Reinstalled the Apple Developer app Restarted the Mac Tried different internet connections Verified payment/account region settings Attempted enrollment multiple times across different days The same error continues. Support Case I contacted Apple Developer Support multiple times over last 4 months and latest , they asked to provide: Screen recording Device details SEID Identification documents Apple Account details Timestamp of occurrence All requested information was uploaded and submitted approximately two weeks ago. Current case reference: Case Number: 1...9 Despite providing all requested verification materials and troubleshooting information, Apple Developer Support later responded that my enrollment "could not be completed" and effectively closed the case without providing a clear explanation, actionable resolution, or escalation path. Business Impact Our months of works are in stake as this issue is currently blocking: Apple Developer Program enrollment App Store distribution TestFlight testing iOS release preparation for my application Request Has anyone else faced this exact "Unable to Continue" enrollment error in the Apple Developer app? If any Apple staff or moderators are reviewing this forum, I would appreciate escalation or guidance on how to move this case forward, since standard support troubleshooting has already been completed. Thank you.
0
0
23
6d
SwiftUI template in Instruments 26.4.1 shows empty channels on iOS 26.4.2 device — even with a minimal TimelineView repro
Hi all, I've hit a reproducible issue where the presence of the SwiftUI instrument in a template prevents any data from being recorded, including from the other instruments in the same template. Removing the SwiftUI instrument immediately restores normal recording. Environment Host: macOS 26.4.1 (25E253), Mac mini Xcode / Instruments 26.4.1 (17E202) Device: iPhone 17, iOS 26.4.2 (23E261) (physical device, USB-attached) Symptom Recording the same app, same device, same session, only varying the template contents: SwiftUI template (as-is) => All lanes empty across the entire recording Same template with the SwiftUI instrument removed => Data collected normally (Time Profiler samples, Hangs, etc.) So it seems not an issue with the SwiftUI lanes specifically being empty — including the SwiftUI instrument appears to silence the entire recording. Steps to reproduce Open Instruments → pick the SwiftUI template (or build a custom template that includes the SwiftUI instrument alongside, e.g., Time Profiler). Target the device, attach to the running app. Record for ~10s, interact with the app. Stop. Result: every lane is empty. Edit the template, remove the SwiftUI instrument, re-record with no other changes. Result: normal data appears in the remaining instruments. Questions Is this a known regression in Instruments 26.4.1 on iOS 26.4.x? Is there a workaround to use the SwiftUI instrument on this OS combo (different Xcode build, runtime flag, entitlement)? Does it work for anyone on iOS 26.4.x + Xcode 26.4.1, or is everyone seeing this? I can file a Feedback if confirmed as a bug — wanted to check here first in case I'm missing a setup step. Thanks!
2
0
89
6d
StoreKit testing not working on iOS26.5 simulator
Hi, I'm trying to run our StoreKit unit tests with Xcode26.5 on an iOS26.5 simulator. Host computer has macOS26.5. All tests are failing and in the console I see logs such as [SKTestSession] Error saving configuration file: Error Domain=SKInternalErrorDomain Code=3 "(null)" [SKTestSession] Error deleting all transactions: Error Domain=SKInternalErrorDomain Code=3 "(null)" [SKTestSession] Error clearing overrides: Error Domain=SKInternalErrorDomain Code=3 "(null)" [SKTestSession] Error setting value to 1 for identifier 2 for jp.unext.mediaplayer: Error Domain=SKInternalErrorDomain Code=3 "(null)" And the simulator asks me to provide my AppleID. Tests have been broken since at least 26.4 The release notes claims that it has been fixed but not for me. https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-26_5-release-notes#StoreKit-Testing-in-Xcode Does anyone else have the same issue? Reported FB22774836 just in case.
5
8
375
6d
XCode Quick Help panel
I'm a big fan of keeping documentation in the code, so it appears at the point of use. Obviously, DocC and the Quick Help panel are a pretty important part of that strategy. Unfortunately, it only works randomly, so even if I've just build documentation (which should not even matter, the doc is just a cmd+click away), Quick Help stays blank, often even on system items like Label. It seems totally accidental, which makes it hard to make to reproduce. Sometimes an Xcode restart helps, sometimes not. Sometimes changing the editor display helps, sometimes not. Any tips on that?
1
0
83
6d
Technical Enrollment Escalated but No Progress - ID: DAJ7B62DSR
Hello, I am seeking assistance regarding my organization's enrollment. My enrollment ID is DAJ7B62DSR. After providing all requested documents (Government ID, Articles of Incorporation, and EIN), my case was recently escalated to an internal team (Case: 102888036786). However, we are facing significant delays in launching our financial services app. Could an Apple representative please look into this or provide guidance on how to expedite the final review? We have strictly followed all D-U-N-S and legal requirements. Thank you.
1
0
107
1w
The callback is not triggered when the app is launched from a terminated state via the notification action
Platform and Version Platform: iOS iOS Version: 17.0+ Development Environment: .NET MAUI (C#, .NET 9) Network Layer: HttpClient with HttpClientHandler Description of the Problem We are facing an issue where HttpClientHandler.ServerCertificateCustomValidationCallback is not being invoked when the app is in a terminated (kill) state. In normal app lifecycle states (foreground/background), the callback is triggered as expected and allows us to handle server certificate validation (e.g., for certificate pinning or custom validation logic). However, when the app is in a killed state and is relaunched due to a notification action, the callback does not execute. We would like to understand: Why ServerCertificateCustomValidationCallback is not invoked in this scenario Whether this behavior is expected within iOS networking/runtime constraints Any recommended approach or workaround to ensure certificate validation still occurs when handling notification-triggered flows from a terminated state Steps to Reproduce Ensure the app is force-terminated (kill mode) Configure a push notification with category: "INVITE_CATEGORY" Include custom notification action buttons Tap one of the custom actions This triggers app launch and network call using HttpClient Expected Behavior ServerCertificateCustomValidationCallback should be invoked during the network request initiated after tapping the notification action, allowing custom certificate validation.
7
0
170
1w
Workarounds for Xcode previews errors: Cannot preview in this file - Failed to Launch
I have started to have issues with SwiftUI previews of iOS apps with projects under the Documents folder. I have experimented that in Xcode 26.4 and I am still seeing it in 26.5. The error is: Cannot preview in this file. Failed to launch xyz.abc.TestApp Looking at the diagnostics, Xcode gets a permission denied error when trying to open /Users/me/Documents/path/to/TestApp/DerivedData/TestApp/Build/Intermediates.noindex/TestApp.build/Debug-iphonesimulator/TestApp.build/Objects-normal/arm64/ContentView.1.preview-thunk-launch.o Error details below. Note that I have set DerivedData folders relative to the projects' roots. Additional information: I get errors on freshly created iOS projects, just trying to preview the default ContentView. Xcode has full disk access set in System Preferences > Privacy & Security. I have cleaned build folders, deleted the simulators, Xcode itself, cleared various caches, restarted and reinstalled Xcode to no avail. Checking Editor > Canvas > Use Legacy Previews Execution did not fix it either. Apps run fine in Simulator. System info: macOS 26.4.1, Xcode 26.5 (17F42), MacBook Pro M1 and Mac Studio M2 Max. I have found two ways to fix the problem while keeping DerivedData relative to the project's root: create the project in some other “unprotected” directory (/Users/me/Developer in my case), or uncheck Editor > Canvas > Automatically Refresh Canvas. Either way makes previews work again. Possibly related: SwiftUI preview not working in Xcode 26 when “Automatically Refresh Canvas” is enabled Xcode 13.2.1 - Simulator works, Preview doesn't Excerpt from diagnostics: | | [Remote] JITError | | | | ================================== | | | | | [Remote] CouldNotLoadInputObjectFile: Could not load object file during preview: /Users/me/Documents/TestApp/DerivedData/TestApp/Build/Intermediates.noindex/TestApp.build/Debug-iphonesimulator/TestApp.build/Objects-normal/arm64/ContentView.1.preview-thunk-launch.o | | | | | | path: /Users/me/Documents/TestApp/DerivedData/TestApp/Build/Intermediates.noindex/TestApp.build/Debug-iphonesimulator/TestApp.build/Objects-normal/arm64/ContentView.1.preview-thunk-launch.o | | | | | | ================================== | | | | | | | [Remote] XOJITError | | | | | | | | XOJITError: '/Users/me/Documents/TestApp/DerivedData/TestApp/Build/Intermediates.noindex/TestApp.build/Debug-iphonesimulator/TestApp.build/Objects-normal/arm64/ContentView.1.preview-thunk-launch.o': Operation not permitted
4
0
120
1w
Apple Developer Program Enrolment
My Apple Developer Program enrolment been pending since April 2026. I have received no response from Apple since around 2 weeks. I have also contacted support last week but received no response from them as well. I had initially submitted by identity/company verification documents 2 weeks back. However, I still kept getting weekly reminders to upload documents. I have now uploaded the documents for the second time as after the first time I did not receive any confirmation for the submission. I am unable to request for call/phone support. My enrollment ID: QDH59Y57T7 My Case ID: 102887512171 Is there anything else I need to provide? Has anyone else encountered this problem? And what should I do? Thank you.
1
0
102
1w
My enrollment request (H9V8P25F67) has been accepted, but now I'm getting a Sign In error in App Store Connect
The epic saga of registering an Apple Developer Account for my company seems to have been successfully resolved. The full story can be read here My account has been approved, I've paid the membership fee, and everything appears to be in order. Huge thanks to everyone, especially the Apple staff members who didn't stay indifferent and went out of their way to help. Current status: My developer account is active. I can sign in to https://developer.apple.com/account and see that everything looks fine - there are no pending actions on my side (no agreements to sign, etc.), and the account appears completely normal. However, when I try to sign in to App Store Connect, I get the following error: To access App Store Connect, you must be an individual or team member in the Apple Developer Program, or invited by an individual to access their content in App Store Connect. (https://appstoreconnect.apple.com/login?errorKey=ITC.signin.error.invalidUser.asc) I'm attaching a screenshot. What I've already tried: Clearing browser cache, trying different browsers and devices, and waiting for some time — none of this helped. On May 9, I submitted a support request (Case ID: 20000112974233), but I still haven't received a response. My guess is that my account may have exhausted its Apple Developer Support request limit, since during the original issue I sent dozens of messages and may have used up my quota. This is just a hypothesis, but if I'm right, I would be very grateful if my ability to receive Apple Developer Support could be restored. Thank you in advance. For reference: similar case: I also did some research and found that another forum user had the same issue, which was resolved through Apple Developer Support (hopefully this helps point in the right direction): https://discussions.apple.com/thread/255265181 Thanks in advance for any help!
1
1
92
1w
Unable to get past enrollment for the developer program
Hello, I attempted to enroll our organization in the Apple Developer Program, but the enrollment could not be completed before reaching the identity verification/payment stage. After the failed attempt, the option to retry enrollment is no longer available on the account. Additional details: The Apple ID being used is a standard unmanaged Apple ID The account uses a company domain email The Apple Developer app says “Enrollment through the Apple Developer app is not available for this Apple Account” The web enrollment flow fails with “Enrollment could not be completed” Could you please check whether the account is in a blocked or pending enrollment state and advise on next steps? Thank you.
Replies
0
Boosts
0
Views
33
Activity
5d
Enrollment pending for 3 days after payment and passport upload — no response from support (Case ID: 20000116325435)
Hello, I am trying to enroll in the Apple Developer Program (Individual). Timeline: 3 days ago: paid €99 (money taken from my bank account) 3 days ago: uploaded my valid international passport (as requested) Apple confirmed receipt of my passport document Current status: My enrollment still shows as "pending" or incomplete I have received no email confirmation, no status update, no questions from Apple What I have done: I contacted Apple Developer Support and received Case ID: 20000116325435 Since then — complete silence for 3 days My situation: My app is fully built and ready for the App Store Every day of delay pushes back my launch I am using a Russian international passport (valid, not expired) My questions to the community: Is anyone else experiencing the same silence after payment and document upload? How long did you wait for activation? Does a Russian passport cause additional delays (even though it's a valid international document)? What finally worked for you — calling support, posting here, or just waiting? I understand Apple is busy, but 3 days of zero communication after taking my money feels wrong. Thank you for any advice. Daria
Replies
0
Boosts
0
Views
80
Activity
5d
Enrollment Pending
I made a payment for the development program, got the receipt and everything. But I’m still not enrolled.
Replies
0
Boosts
0
Views
37
Activity
5d
My Organization Account Still Not Verified
I had recently received my DUNS number and I enrolled for the apple developer program. I also submitted the relevant documents required by apple developer support and I received a reply that they will get back to me within 2 business days but till now no response. My enrollment ID is ZRAGV28M2R . Kindly help to check and get back on the status or if any other documents are required for verification purposes. Thank you.
Replies
2
Boosts
0
Views
97
Activity
6d
Enrollment stuck for 2 months
Hi all. I have been trying to enroll in the Apple Developer Program for around 2 months. I have made couple of payments and received order confirmation email saying order will be processed within 2 business days. I have received no further emails I can find. Can anyone please advice me how I can check the status of my enrollment or if something more is needed for my order to be processed. Many thanks.
Replies
1
Boosts
0
Views
112
Activity
6d
Apple Developer Enrollment Payment Problem
I'm trying to pay for Apple Developer Enrollment. I just get an email saying, "We'll respond within 2 days." Then a specialist contacted me a week ago, I attached my passport and then tried paying with a second card, since the first card wasn't processed due to the financial institution. The second card should work (other people with the same region as me - RU and the same card from same Financial Institution as me were able to pay); I tried yesterday and today. It says "duplicate order." Can anyone help me with this? This card should definitely work, but there aren't even any orders on it. How to know what happening and what can i do rn? Maybe problem with a processing Please, help. Trying since April 24 ^( Thank you.
Replies
1
Boosts
0
Views
82
Activity
6d
Xcode stuck generating localization comments
Xcode 26.5 stucks on Localization Generating Comments: Running on macOS Tahoe 26.5 When this happens, Xcode does not add new keys, although enabled: The only (known) workaround is to restart Xcode. Same happened with Xcode 26.4, 26.4.1 on macOS 26.4.1.
Replies
1
Boosts
0
Views
86
Activity
6d
Organization Enrollment Stuck on 'Being Processed' for 5 Days - No Response
Hello, I submitted my Apple Developer Program enrollment as an organization and it has been stuck on 'Your enrollment is being processed' for 5 days. I have not received any emails or requests for additional information. I also sent an email to support but received no response. My Enrollment ID is: N4RSQV58D7. Could someone please review my case and advise on next steps? Thank you
Replies
0
Boosts
0
Views
49
Activity
6d
Apple Developer Program Enrollment Keeps Failing – Payment Charged but Enrollment Withdrawn (3 Months)
Hello everyone, I've been trying to enroll in the Apple Developer Program for approximately three months now, and I keep running into the same frustrating cycle. Every time I attempt to enroll, my payment of $99.00 gets charged — but then I receive an email saying my enrollment has been withdrawn. When I try to check my order status, I'm redirected to an error page that says "Something went wrong." Most Recent Order Date: May 14, 2026 Amount Charged: $99.00 My Region: Myanmar (Yangon) What I've tried: Multiple enrollment attempts over 3 months Contacting Apple Support via email Checking order status through Apple Store — always returns an error I suspect this may be a regional issue with payment processing or identity verification for Myanmar-based accounts, but I'm not sure. Has anyone else from Southeast Asia or Myanmar experienced this? Were you able to resolve it? Any advice would be greatly appreciated. Thank you.
Replies
1
Boosts
0
Views
57
Activity
6d
Developer Program Enrollment Fails With "Unable to Continue" - Support Case Open for Months Without Resolution
Hello, I am trying to enroll in the Apple Developer Program, but the enrollment process consistently fails inside the official Apple Developer app on macOS. Issue After signing in successfully and clicking “Continue Your Enrollment”, the app immediately shows: “Unable to Continue. Contact support at https://developer.apple.com/contact/” The issue occurs repeatedly for last 4 months and prevents me from completing enrollment entirely. Environment Country: India Enrollment Type: Organisation Device: MacBook macOS Version: macOS 26.4.1 Apple Developer App: Latest available version Apple ID signed in correctly on macOS System Settings What I Already Tried Signed out and signed back into Apple ID Reinstalled the Apple Developer app Restarted the Mac Tried different internet connections Verified payment/account region settings Attempted enrollment multiple times across different days The same error continues. Support Case I contacted Apple Developer Support multiple times over last 4 months and latest , they asked to provide: Screen recording Device details SEID Identification documents Apple Account details Timestamp of occurrence All requested information was uploaded and submitted approximately two weeks ago. Current case reference: Case Number: 1...9 Despite providing all requested verification materials and troubleshooting information, Apple Developer Support later responded that my enrollment "could not be completed" and effectively closed the case without providing a clear explanation, actionable resolution, or escalation path. Business Impact Our months of works are in stake as this issue is currently blocking: Apple Developer Program enrollment App Store distribution TestFlight testing iOS release preparation for my application Request Has anyone else faced this exact "Unable to Continue" enrollment error in the Apple Developer app? If any Apple staff or moderators are reviewing this forum, I would appreciate escalation or guidance on how to move this case forward, since standard support troubleshooting has already been completed. Thank you.
Replies
0
Boosts
0
Views
23
Activity
6d
Enrollment not being processed
I made a payment for the development program on the 5th of May, got the receipt and everything. But I’m still not enrolled.
Replies
1
Boosts
0
Views
50
Activity
6d
SwiftUI template in Instruments 26.4.1 shows empty channels on iOS 26.4.2 device — even with a minimal TimelineView repro
Hi all, I've hit a reproducible issue where the presence of the SwiftUI instrument in a template prevents any data from being recorded, including from the other instruments in the same template. Removing the SwiftUI instrument immediately restores normal recording. Environment Host: macOS 26.4.1 (25E253), Mac mini Xcode / Instruments 26.4.1 (17E202) Device: iPhone 17, iOS 26.4.2 (23E261) (physical device, USB-attached) Symptom Recording the same app, same device, same session, only varying the template contents: SwiftUI template (as-is) => All lanes empty across the entire recording Same template with the SwiftUI instrument removed => Data collected normally (Time Profiler samples, Hangs, etc.) So it seems not an issue with the SwiftUI lanes specifically being empty — including the SwiftUI instrument appears to silence the entire recording. Steps to reproduce Open Instruments → pick the SwiftUI template (or build a custom template that includes the SwiftUI instrument alongside, e.g., Time Profiler). Target the device, attach to the running app. Record for ~10s, interact with the app. Stop. Result: every lane is empty. Edit the template, remove the SwiftUI instrument, re-record with no other changes. Result: normal data appears in the remaining instruments. Questions Is this a known regression in Instruments 26.4.1 on iOS 26.4.x? Is there a workaround to use the SwiftUI instrument on this OS combo (different Xcode build, runtime flag, entitlement)? Does it work for anyone on iOS 26.4.x + Xcode 26.4.1, or is everyone seeing this? I can file a Feedback if confirmed as a bug — wanted to check here first in case I'm missing a setup step. Thanks!
Replies
2
Boosts
0
Views
89
Activity
6d
StoreKit testing not working on iOS26.5 simulator
Hi, I'm trying to run our StoreKit unit tests with Xcode26.5 on an iOS26.5 simulator. Host computer has macOS26.5. All tests are failing and in the console I see logs such as [SKTestSession] Error saving configuration file: Error Domain=SKInternalErrorDomain Code=3 "(null)" [SKTestSession] Error deleting all transactions: Error Domain=SKInternalErrorDomain Code=3 "(null)" [SKTestSession] Error clearing overrides: Error Domain=SKInternalErrorDomain Code=3 "(null)" [SKTestSession] Error setting value to 1 for identifier 2 for jp.unext.mediaplayer: Error Domain=SKInternalErrorDomain Code=3 "(null)" And the simulator asks me to provide my AppleID. Tests have been broken since at least 26.4 The release notes claims that it has been fixed but not for me. https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-26_5-release-notes#StoreKit-Testing-in-Xcode Does anyone else have the same issue? Reported FB22774836 just in case.
Replies
5
Boosts
8
Views
375
Activity
6d
XCode Quick Help panel
I'm a big fan of keeping documentation in the code, so it appears at the point of use. Obviously, DocC and the Quick Help panel are a pretty important part of that strategy. Unfortunately, it only works randomly, so even if I've just build documentation (which should not even matter, the doc is just a cmd+click away), Quick Help stays blank, often even on system items like Label. It seems totally accidental, which makes it hard to make to reproduce. Sometimes an Xcode restart helps, sometimes not. Sometimes changing the editor display helps, sometimes not. Any tips on that?
Replies
1
Boosts
0
Views
83
Activity
6d
Technical Enrollment Escalated but No Progress - ID: DAJ7B62DSR
Hello, I am seeking assistance regarding my organization's enrollment. My enrollment ID is DAJ7B62DSR. After providing all requested documents (Government ID, Articles of Incorporation, and EIN), my case was recently escalated to an internal team (Case: 102888036786). However, we are facing significant delays in launching our financial services app. Could an Apple representative please look into this or provide guidance on how to expedite the final review? We have strictly followed all D-U-N-S and legal requirements. Thank you.
Replies
1
Boosts
0
Views
107
Activity
1w
Enrollment status
We have submitted an enrollment request and cannot see the status. I cannot submit a support ticket as it is throwing a javascript exception. Unable to contact support or view status. Enrollment ID is F5T6HL5534
Replies
0
Boosts
0
Views
38
Activity
1w
The callback is not triggered when the app is launched from a terminated state via the notification action
Platform and Version Platform: iOS iOS Version: 17.0+ Development Environment: .NET MAUI (C#, .NET 9) Network Layer: HttpClient with HttpClientHandler Description of the Problem We are facing an issue where HttpClientHandler.ServerCertificateCustomValidationCallback is not being invoked when the app is in a terminated (kill) state. In normal app lifecycle states (foreground/background), the callback is triggered as expected and allows us to handle server certificate validation (e.g., for certificate pinning or custom validation logic). However, when the app is in a killed state and is relaunched due to a notification action, the callback does not execute. We would like to understand: Why ServerCertificateCustomValidationCallback is not invoked in this scenario Whether this behavior is expected within iOS networking/runtime constraints Any recommended approach or workaround to ensure certificate validation still occurs when handling notification-triggered flows from a terminated state Steps to Reproduce Ensure the app is force-terminated (kill mode) Configure a push notification with category: "INVITE_CATEGORY" Include custom notification action buttons Tap one of the custom actions This triggers app launch and network call using HttpClient Expected Behavior ServerCertificateCustomValidationCallback should be invoked during the network request initiated after tapping the notification action, allowing custom certificate validation.
Replies
7
Boosts
0
Views
170
Activity
1w
Workarounds for Xcode previews errors: Cannot preview in this file - Failed to Launch
I have started to have issues with SwiftUI previews of iOS apps with projects under the Documents folder. I have experimented that in Xcode 26.4 and I am still seeing it in 26.5. The error is: Cannot preview in this file. Failed to launch xyz.abc.TestApp Looking at the diagnostics, Xcode gets a permission denied error when trying to open /Users/me/Documents/path/to/TestApp/DerivedData/TestApp/Build/Intermediates.noindex/TestApp.build/Debug-iphonesimulator/TestApp.build/Objects-normal/arm64/ContentView.1.preview-thunk-launch.o Error details below. Note that I have set DerivedData folders relative to the projects' roots. Additional information: I get errors on freshly created iOS projects, just trying to preview the default ContentView. Xcode has full disk access set in System Preferences > Privacy & Security. I have cleaned build folders, deleted the simulators, Xcode itself, cleared various caches, restarted and reinstalled Xcode to no avail. Checking Editor > Canvas > Use Legacy Previews Execution did not fix it either. Apps run fine in Simulator. System info: macOS 26.4.1, Xcode 26.5 (17F42), MacBook Pro M1 and Mac Studio M2 Max. I have found two ways to fix the problem while keeping DerivedData relative to the project's root: create the project in some other “unprotected” directory (/Users/me/Developer in my case), or uncheck Editor > Canvas > Automatically Refresh Canvas. Either way makes previews work again. Possibly related: SwiftUI preview not working in Xcode 26 when “Automatically Refresh Canvas” is enabled Xcode 13.2.1 - Simulator works, Preview doesn't Excerpt from diagnostics: | | [Remote] JITError | | | | ================================== | | | | | [Remote] CouldNotLoadInputObjectFile: Could not load object file during preview: /Users/me/Documents/TestApp/DerivedData/TestApp/Build/Intermediates.noindex/TestApp.build/Debug-iphonesimulator/TestApp.build/Objects-normal/arm64/ContentView.1.preview-thunk-launch.o | | | | | | path: /Users/me/Documents/TestApp/DerivedData/TestApp/Build/Intermediates.noindex/TestApp.build/Debug-iphonesimulator/TestApp.build/Objects-normal/arm64/ContentView.1.preview-thunk-launch.o | | | | | | ================================== | | | | | | | [Remote] XOJITError | | | | | | | | XOJITError: '/Users/me/Documents/TestApp/DerivedData/TestApp/Build/Intermediates.noindex/TestApp.build/Debug-iphonesimulator/TestApp.build/Objects-normal/arm64/ContentView.1.preview-thunk-launch.o': Operation not permitted
Replies
4
Boosts
0
Views
120
Activity
1w
Apple Developer Program Enrolment
My Apple Developer Program enrolment been pending since April 2026. I have received no response from Apple since around 2 weeks. I have also contacted support last week but received no response from them as well. I had initially submitted by identity/company verification documents 2 weeks back. However, I still kept getting weekly reminders to upload documents. I have now uploaded the documents for the second time as after the first time I did not receive any confirmation for the submission. I am unable to request for call/phone support. My enrollment ID: QDH59Y57T7 My Case ID: 102887512171 Is there anything else I need to provide? Has anyone else encountered this problem? And what should I do? Thank you.
Replies
1
Boosts
0
Views
102
Activity
1w
My enrollment request (H9V8P25F67) has been accepted, but now I'm getting a Sign In error in App Store Connect
The epic saga of registering an Apple Developer Account for my company seems to have been successfully resolved. The full story can be read here My account has been approved, I've paid the membership fee, and everything appears to be in order. Huge thanks to everyone, especially the Apple staff members who didn't stay indifferent and went out of their way to help. Current status: My developer account is active. I can sign in to https://developer.apple.com/account and see that everything looks fine - there are no pending actions on my side (no agreements to sign, etc.), and the account appears completely normal. However, when I try to sign in to App Store Connect, I get the following error: To access App Store Connect, you must be an individual or team member in the Apple Developer Program, or invited by an individual to access their content in App Store Connect. (https://appstoreconnect.apple.com/login?errorKey=ITC.signin.error.invalidUser.asc) I'm attaching a screenshot. What I've already tried: Clearing browser cache, trying different browsers and devices, and waiting for some time — none of this helped. On May 9, I submitted a support request (Case ID: 20000112974233), but I still haven't received a response. My guess is that my account may have exhausted its Apple Developer Support request limit, since during the original issue I sent dozens of messages and may have used up my quota. This is just a hypothesis, but if I'm right, I would be very grateful if my ability to receive Apple Developer Support could be restored. Thank you in advance. For reference: similar case: I also did some research and found that another forum user had the same issue, which was resolved through Apple Developer Support (hopefully this helps point in the right direction): https://discussions.apple.com/thread/255265181 Thanks in advance for any help!
Replies
1
Boosts
1
Views
92
Activity
1w