Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Activity

Waiting Over 2 Months for Apple Developer Membership Conversion to Organisation
Hi everyone, I’m looking for advice or shared experiences regarding the Apple Developer Program membership conversion process from an Individual membership to an Organization membership. I submitted my request more than two months ago, but the process still does not appear to have started. Current support cases: Case 102844790649 Case 102884491745 I have followed up multiple times, but several follow-up emails did not receive any response, which has made it difficult to understand the actual status of the request. I have already confirmed that: Two-factor authentication is enabled on my Apple Account My organization has a valid and publicly accessible website I am ready to proceed with the migration However, I still have not received confirmation that the migration has officially begun. I would appreciate advice from anyone who has gone through this process: Is it normal for the Individual → Organization membership conversion to take more than two months? Did you receive confirmation when the migration officially started? Were there any escalation methods that helped move the process forward? Is it safe to continue publishing apps while the migration request is pending? Any advice or shared experiences would be greatly appreciated. Thank you.
4
0
177
21m
Can I pay for Apple Developer enrolment by gift card balance?
Developer in India here trying to enroll in the Apple Developer Program via the Apple Developer app on macOS. I'd like to pay via Gift Card balance since Apple seems to show that option on the Developer app and Apple's own documentation outlines India as an exception to its prohibition of gift cards as payments for enrolment fees. Before I purchase a gift card, want to be sure this works. Has anyone in India successfully completed enrollment using gift card balance? Did it actually go through?
1
0
131
15h
Apple Developer Support emails are not being delivered
I’m experiencing an issue with Apple Developer Support communication. On the page Apple Developer Support Cases I can see updates and messages indicating that Apple Support specialists supposedly replied to my case. However, I never receive those emails in my inbox. The only emails that actually arrive to my Gmail account are automatic messages with the subject: “Thanks for submitting your support request” I checked: Spam folder Promotions/Social tabs Gmail filters Blocked addresses But there are still no replies from support specialists. Because of this, I cannot continue communication with support. Has anyone experienced the same issue? Is there a specific Apple domain/email address that should be whitelisted? Apple Support team, please contact me directly.
1
0
68
18h
Unable to create/renew pass type certificate
See below error. I have created a key to use enterprise API KEYS: keyID = "RQ32N4328Z" issuerID = "69a6de7a-6c6c-47e3-e053-5b8c7c11a4d1" privateP8 = "AuthKey.p8" POST: req, _ := http.NewRequest("POST", "https://api.appstoreconnect.apple.com/v1/certificates", bytes.NewBuffer(jsonData)) req.Header.Set("Authorization", "Bearer "+jwtToken) req.Header.Set("Content-Type", "application/json") Payload: "data": map[string]interface{}{ "type": "certificates", "attributes": attrs, "relationships": map[string]interface{}{ "passTypeId": map[string]interface{}{ "data": map[string]interface{}{ "type": "passTypeIds", "id": passTypeRecordID, }, }, }, }, Error: {"pass_type_identifier":"pass.com.example4.dev","pass_type_record_id":"XQY3D39M6N","pass_type_created_new":true,"display_name":"New Dev Pass 4","error":"apple create cert: apple api error: [map[code:FORBIDDEN_ERROR detail:You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support. https://developer.apple.com/support id:7feed70a-0aa4-4be6-9ef0-f7948f9466ee status:403 title:This request is forbidden for security reasons]]","timestamp":"2026-04-30T00:05:12.451618866-04:00"}
0
0
26
19h
Xcode crashes when downloading Swift package dependency
I'm trying to publish two frameworks I wrote in Swift on GitHub. https://github.com/nickasd/BoardGameKit https://github.com/nickasd/BoardGameKitHost I want to add the first framework as a dependency to one of my Xcode projects. I click on the + button in the Package Dependencies tab, select BoardGameKit and click Add Package. A sheet opens and after a couple seconds, while the sheet is still open, Xcode crashes. When I try the same steps with the second framework, Xcode survives and finally shows me a confirmation sheet, and clicking on Add Package works as expected. Both repositories look exactly the same to me, except for their name of course. I even force pushed the default, empty Swift package created in Xcode with the Framework template to both repositories, and still only the first one makes Xcode crash, even after deleting all DerivedData folders and restarting Xcode. What could be the issue? I created FB22832333.
2
0
78
21h
Application Hangs with Nested LazyVStack When Accessibility Inspector is Active
Description I've encountered a consistent hang/freeze issue in SwiftUI applications when using nested LazyVStack containers with Accessibility Inspector (simulator) or VoiceOver (physical device) enabled. The application becomes completely unresponsive and must be force-quit. Importantly, this hang occurs in a minimal SwiftUI project with no third-party dependencies, suggesting this is a framework-level issue with the interaction between SwiftUI's lazy view lifecycle and the accessibility system. Reproduction Steps I've created a minimal reproduction project available here: https://github.com/pendo-io/SwiftUI_Hang_Reproduction To Reproduce: Create a SwiftUI view with the following nested LazyVStack structure: struct NestedLazyVStackView: View { @State private var outerSections: [Int] = [] @State private var innerRows: [Int: [Int]] = [:] var body: some View { ScrollView { LazyVStack(alignment: .leading, spacing: 24) { ForEach(outerSections, id: \.self) { section in VStack(alignment: .leading, spacing: 8) { Text("Section #\(section)") // Nested LazyVStack LazyVStack(alignment: .leading, spacing: 2) { ForEach(innerRows[section] ?? [], id: \.self) { row in Text("Section #\(section) - Row #\(row)") .onAppear { // Load more data when row appears loadMoreInner(section: section) } } } } .onAppear { // Load more sections when section appears loadMoreOuter() } } } } } } Enable Accessibility Inspector in iOS Simulator: Xcode → Open Developer Tool → Accessibility Inspector Select your running simulator Enable Inspection mode (eye icon) Navigate to the view and start scrolling Result: The application hangs and becomes unresponsive within a few seconds of scrolling Expected Behavior The application should remain responsive when Accessibility Inspector or VoiceOver is enabled, allowing users to scroll through nested lazy containers without freezing. Actual Behavior The application freezes/hangs completely CPU usage may spike The app must be force-quit to recover The hang occurs consistently and is reproducible Workaround 1: Replace inner LazyVStack with VStack LazyVStack { ForEach(...) { section in VStack { // ← Changed from LazyVStack ForEach(...) { row in ... } } } } Workaround 2: Embed in TabView TabView { NavigationStack { NestedLazyVStackView() // ← Same nested structure, but no hang } .tabItem { ... } } Interestingly, wrapping the entire navigation stack in a TabView prevents the hang entirely, even with the nested LazyVStack structure intact. Questions for Apple Is there a known issue with nested LazyVStack containers and accessibility traversal? Why does wrapping the view in a TabView prevent the hang? Are there recommended patterns for using nested lazy containers with accessibility support? Is this a timing issue, a deadlock, or an infinite loop in the accessibility system? Why that happens? Reproduction Project A complete, minimal reproduction project is available at: https://github.com/pendo-io/SwiftUI_Hang_Reproduction
5
0
449
23h
One Week Waiting for Apple Developer Program Approval
I am writing to kindly request assistance regarding my Apple Developer Program enrollment. I submitted my application exactly one week ago, completed all required information, and successfully paid the $99 enrollment fee. I received a payment confirmation, but the status remains "Pending Approval" with no further updates or response from Apple. Could you please advise on the typical current processing time for Apple Developer Program approvals in 2026? Is a one-week waiting period normal, or should I take any additional steps?
1
0
43
1d
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.
6
8
451
1d
Enrollment under review after I was already approved
My apple enrollment is under review I previously applied for the account and was approved. However I missed the email and tried to apply again and now my account is saying its under review and needs additional documentation. I sent over the documentation and have been waiting for a response. I am very confused as to why this is now happening considering I was already approved. The enrollment ID is AHTMWUCBA3. Can someone please help me?
0
0
32
1d
Apple Developer Program Enrolment Stalled
Hi all, Has anyone else been getting stuck with the iOS Developer Program enrolment? I've been stalled for nearly two months, and is directly preventing us from releasing app updates to our users. Issue Summary: Our enrolment has been stuck at the status "Your enrolment is being processed" for approximately two months We have submitted the required details multiple times with no resolution The contact form for email and phone support returns the error: "there was a problem processing your request" Phone numbers listed for developer support in Ireland are either non-functional or connect to sales support only We contacted "contactus.ie at euro.apple.com", were again directed to sales support, and were told the matter would be escalated internally — this was nearly a month ago and we have received no further communication. It's very frustrating as our dev team has deployed two Android updates since. It's really impacting our products and I need to get this resolved asap. It's crazy that once the in built contact forms fail you are pretty much cut off from dev customer support. No email or phone number to get a hold of someone to resolve the block. All lines just lead back to sales support. Any advice greatly appreciated. Thanks Damian
2
0
130
1d
Apple Developer Program Enrolment Stalled
Hi all, Has anyone else been getting stuck with the iOS Developer Program enrolment? I've been stalled for nearly two months, and is directly preventing us from releasing app updates to our users. Issue Summary: Our enrolment has been stuck at the status "Your enrolment is being processed" for approximately two months We have submitted the required details multiple times with no resolution The contact form for email and phone support returns the error: "there was a problem processing your request" Phone numbers listed for developer support in Ireland are either non-functional or connect to sales support only We contacted "contactus.ie at euro.apple.com", were again directed to sales support, and were told the matter would be escalated internally — this was nearly a month ago and we have received no further communication. It's very frustrating as our dev team has deployed two Android updates since. It's really impacting our products and I need to get this resolved asap. It's crazy that once the in built contact forms fail you are pretty much cut off from dev customer support. No email or phone number to get a hold of someone to resolve the block. All lines just lead back to sales support. Any advice greatly appreciated. Thanks Damian
2
0
91
1d
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.
9
0
275
1d
Cannot access profile page of individual DTS engineers
Until recently, it was possible to view the profiles of every user who posted in the forums. The profile page would then have links to posts/replies and other pages so that one could "follow" the recent comments by those users. However, it appears that it no longer is possible to view a profile of individual "DTS Engineer". What I mean is I can no longer view their profile page and as a result the recent posts/replies that a specific "DTS Engineer" makes. It's especially a loss because posts made by such engineers are very helpful and valuable and not being able to easily follow such posts on a single page makes the forum software less useful. Is there a way the previous feature can be brought back?
2
1
437
1d
Organization Enrollment Stuck – Verification Call Never Connected – Enrollment ID 2556XS5J8X
Hello Apple Developer Support Team, I am writing to request assistance with my organization enrollment, which has been stuck in processing for over two weeks due to a circumstance outside my control. Enrollment ID: 2556XS5J8X Entity type: Organization (LLC) State of incorporation: Florida, USA Timeline of events: May 2, 2026 — Submitted all required organization documents for enrollment May 6, 2026 — Enrollment account was blocked May 7, 2026 — Requested unblock; account was successfully restored May 7–21, 2026 — Status has remained: "Your enrollment is being processed" with no payment option, no follow-up email, and no further communication The core issue — verification calls blocked as spam: Over the past several days, I received multiple calls from unknown numbers that my iPhone automatically flagged and silenced as spam. I did not realize at the time that these were Apple's organization verification calls. By the time I identified the pattern, the calls had already stopped. I have since disabled the "Silence Unknown Callers" feature on my iPhone and my line is now fully open to receive calls. However, no further call attempts have been made. I understand that for organization enrollments, a verification call to the CEO/founder is required before the payment link is issued. I am available and ready to receive or schedule that call at any time. Business impact: Our iOS application is fully developed and ready for App Store submission. This enrollment delay is the only blocker preventing us from launching. Every week of delay represents direct lost revenue and a missed market window. What I am requesting: A rescheduled verification call to the number on file — my line is now open and I will answer immediately Or an alternative verification method if a call reschedule is not possible Confirmation that no additional documentation is required on my end I have done everything requested. My documents are submitted, my account is unblocked, and I am available. I simply need the verification call to be rescheduled. Thank you for your attention to this matter. I am happy to provide any additional information needed to move this forward. Enrollment ID: 2556XS5J8X
1
0
80
1d
Xcode always shows error "Error Downloading Crash Log Information" when trying to download crash logs
For a couple of months now I haven't been able to see new crash reports for my App Store apps in Xcode. I see the list of crash reports in the Organizer, but selecting any of the new ones always shows the same error message: Error Downloading Crash Log Information: An error occurred preventing Xcode from downloading crash log information. "my.email at domain.com" failed with error: There was a failure decoding response: (HTTP 500, 20364 bytes) The data couldn't be read because it isn't in the correct format.. Pushing the Reload button makes the view load for a bit, but then the same error appears again. Since I want to keep fixing crashes in my apps as fast as possible, is Apple aware of the issue and working on a fix? I don't know if this is a Xcode or App Store Connect issue. I would have expected this issue to be fixed with the newest Xcode version 26.5, but it's still happening. I opened FB22589345 on April 23, but got no response so far.
3
7
187
1d
Zooming in Storyboards/XIBs for macOS App?
I've found several references for this functionality being removed, but no viable workaround. When I'm trying to fine tune a layout the constraint lines, boundary boxes, etc. get in the way and I can't see what I'm doing. For doing pixel-perfect layouts in a storyboard it gets really tedious. This borders on an accessibility issue. Does anyone know when or if this is ever coming? It works fine with iOS apps.
1
0
67
1d
Waiting Over 2 Months for Apple Developer Membership Conversion to Organisation
Hi everyone, I’m looking for advice or shared experiences regarding the Apple Developer Program membership conversion process from an Individual membership to an Organization membership. I submitted my request more than two months ago, but the process still does not appear to have started. Current support cases: Case 102844790649 Case 102884491745 I have followed up multiple times, but several follow-up emails did not receive any response, which has made it difficult to understand the actual status of the request. I have already confirmed that: Two-factor authentication is enabled on my Apple Account My organization has a valid and publicly accessible website I am ready to proceed with the migration However, I still have not received confirmation that the migration has officially begun. I would appreciate advice from anyone who has gone through this process: Is it normal for the Individual → Organization membership conversion to take more than two months? Did you receive confirmation when the migration officially started? Were there any escalation methods that helped move the process forward? Is it safe to continue publishing apps while the migration request is pending? Any advice or shared experiences would be greatly appreciated. Thank you.
Replies
4
Boosts
0
Views
177
Activity
21m
Swift Package Manager authentication failed
Swift Package Manager fails while downloading Firebase SDK. Error: Authentication failed because no credentials were provided. Package: https://github.com/firebase/firebase-ios-sdk.git Already tried: Reset package cache Removed DerivedData Re-added GitHub account Reinstalled Xcode
Replies
0
Boosts
0
Views
17
Activity
2h
Can I pay for Apple Developer enrolment by gift card balance?
Developer in India here trying to enroll in the Apple Developer Program via the Apple Developer app on macOS. I'd like to pay via Gift Card balance since Apple seems to show that option on the Developer app and Apple's own documentation outlines India as an exception to its prohibition of gift cards as payments for enrolment fees. Before I purchase a gift card, want to be sure this works. Has anyone in India successfully completed enrollment using gift card balance? Did it actually go through?
Replies
1
Boosts
0
Views
131
Activity
15h
Apple Developer Support emails are not being delivered
I’m experiencing an issue with Apple Developer Support communication. On the page Apple Developer Support Cases I can see updates and messages indicating that Apple Support specialists supposedly replied to my case. However, I never receive those emails in my inbox. The only emails that actually arrive to my Gmail account are automatic messages with the subject: “Thanks for submitting your support request” I checked: Spam folder Promotions/Social tabs Gmail filters Blocked addresses But there are still no replies from support specialists. Because of this, I cannot continue communication with support. Has anyone experienced the same issue? Is there a specific Apple domain/email address that should be whitelisted? Apple Support team, please contact me directly.
Replies
1
Boosts
0
Views
68
Activity
18h
Unable to create/renew pass type certificate
See below error. I have created a key to use enterprise API KEYS: keyID = "RQ32N4328Z" issuerID = "69a6de7a-6c6c-47e3-e053-5b8c7c11a4d1" privateP8 = "AuthKey.p8" POST: req, _ := http.NewRequest("POST", "https://api.appstoreconnect.apple.com/v1/certificates", bytes.NewBuffer(jsonData)) req.Header.Set("Authorization", "Bearer "+jwtToken) req.Header.Set("Content-Type", "application/json") Payload: "data": map[string]interface{}{ "type": "certificates", "attributes": attrs, "relationships": map[string]interface{}{ "passTypeId": map[string]interface{}{ "data": map[string]interface{}{ "type": "passTypeIds", "id": passTypeRecordID, }, }, }, }, Error: {"pass_type_identifier":"pass.com.example4.dev","pass_type_record_id":"XQY3D39M6N","pass_type_created_new":true,"display_name":"New Dev Pass 4","error":"apple create cert: apple api error: [map[code:FORBIDDEN_ERROR detail:You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support. https://developer.apple.com/support id:7feed70a-0aa4-4be6-9ef0-f7948f9466ee status:403 title:This request is forbidden for security reasons]]","timestamp":"2026-04-30T00:05:12.451618866-04:00"}
Replies
0
Boosts
0
Views
26
Activity
19h
exceeded wait time
I applied to migrate my apple developer account membership from individual to organisation developer account and I was told that my application will be reviewed in two working days.Now its almost 4 working days and I am yet to get an update.please what could the problem be?
Replies
1
Boosts
0
Views
37
Activity
20h
Xcode crashes when downloading Swift package dependency
I'm trying to publish two frameworks I wrote in Swift on GitHub. https://github.com/nickasd/BoardGameKit https://github.com/nickasd/BoardGameKitHost I want to add the first framework as a dependency to one of my Xcode projects. I click on the + button in the Package Dependencies tab, select BoardGameKit and click Add Package. A sheet opens and after a couple seconds, while the sheet is still open, Xcode crashes. When I try the same steps with the second framework, Xcode survives and finally shows me a confirmation sheet, and clicking on Add Package works as expected. Both repositories look exactly the same to me, except for their name of course. I even force pushed the default, empty Swift package created in Xcode with the Framework template to both repositories, and still only the first one makes Xcode crash, even after deleting all DerivedData folders and restarting Xcode. What could be the issue? I created FB22832333.
Replies
2
Boosts
0
Views
78
Activity
21h
Application Hangs with Nested LazyVStack When Accessibility Inspector is Active
Description I've encountered a consistent hang/freeze issue in SwiftUI applications when using nested LazyVStack containers with Accessibility Inspector (simulator) or VoiceOver (physical device) enabled. The application becomes completely unresponsive and must be force-quit. Importantly, this hang occurs in a minimal SwiftUI project with no third-party dependencies, suggesting this is a framework-level issue with the interaction between SwiftUI's lazy view lifecycle and the accessibility system. Reproduction Steps I've created a minimal reproduction project available here: https://github.com/pendo-io/SwiftUI_Hang_Reproduction To Reproduce: Create a SwiftUI view with the following nested LazyVStack structure: struct NestedLazyVStackView: View { @State private var outerSections: [Int] = [] @State private var innerRows: [Int: [Int]] = [:] var body: some View { ScrollView { LazyVStack(alignment: .leading, spacing: 24) { ForEach(outerSections, id: \.self) { section in VStack(alignment: .leading, spacing: 8) { Text("Section #\(section)") // Nested LazyVStack LazyVStack(alignment: .leading, spacing: 2) { ForEach(innerRows[section] ?? [], id: \.self) { row in Text("Section #\(section) - Row #\(row)") .onAppear { // Load more data when row appears loadMoreInner(section: section) } } } } .onAppear { // Load more sections when section appears loadMoreOuter() } } } } } } Enable Accessibility Inspector in iOS Simulator: Xcode → Open Developer Tool → Accessibility Inspector Select your running simulator Enable Inspection mode (eye icon) Navigate to the view and start scrolling Result: The application hangs and becomes unresponsive within a few seconds of scrolling Expected Behavior The application should remain responsive when Accessibility Inspector or VoiceOver is enabled, allowing users to scroll through nested lazy containers without freezing. Actual Behavior The application freezes/hangs completely CPU usage may spike The app must be force-quit to recover The hang occurs consistently and is reproducible Workaround 1: Replace inner LazyVStack with VStack LazyVStack { ForEach(...) { section in VStack { // ← Changed from LazyVStack ForEach(...) { row in ... } } } } Workaround 2: Embed in TabView TabView { NavigationStack { NestedLazyVStackView() // ← Same nested structure, but no hang } .tabItem { ... } } Interestingly, wrapping the entire navigation stack in a TabView prevents the hang entirely, even with the nested LazyVStack structure intact. Questions for Apple Is there a known issue with nested LazyVStack containers and accessibility traversal? Why does wrapping the view in a TabView prevent the hang? Are there recommended patterns for using nested lazy containers with accessibility support? Is this a timing issue, a deadlock, or an infinite loop in the accessibility system? Why that happens? Reproduction Project A complete, minimal reproduction project is available at: https://github.com/pendo-io/SwiftUI_Hang_Reproduction
Replies
5
Boosts
0
Views
449
Activity
23h
One Week Waiting for Apple Developer Program Approval
I am writing to kindly request assistance regarding my Apple Developer Program enrollment. I submitted my application exactly one week ago, completed all required information, and successfully paid the $99 enrollment fee. I received a payment confirmation, but the status remains "Pending Approval" with no further updates or response from Apple. Could you please advise on the typical current processing time for Apple Developer Program approvals in 2026? Is a one-week waiting period normal, or should I take any additional steps?
Replies
1
Boosts
0
Views
43
Activity
1d
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
6
Boosts
8
Views
451
Activity
1d
Enrollment under review after I was already approved
My apple enrollment is under review I previously applied for the account and was approved. However I missed the email and tried to apply again and now my account is saying its under review and needs additional documentation. I sent over the documentation and have been waiting for a response. I am very confused as to why this is now happening considering I was already approved. The enrollment ID is AHTMWUCBA3. Can someone please help me?
Replies
0
Boosts
0
Views
32
Activity
1d
Apple Developer Program Enrolment Stalled
Hi all, Has anyone else been getting stuck with the iOS Developer Program enrolment? I've been stalled for nearly two months, and is directly preventing us from releasing app updates to our users. Issue Summary: Our enrolment has been stuck at the status "Your enrolment is being processed" for approximately two months We have submitted the required details multiple times with no resolution The contact form for email and phone support returns the error: "there was a problem processing your request" Phone numbers listed for developer support in Ireland are either non-functional or connect to sales support only We contacted "contactus.ie at euro.apple.com", were again directed to sales support, and were told the matter would be escalated internally — this was nearly a month ago and we have received no further communication. It's very frustrating as our dev team has deployed two Android updates since. It's really impacting our products and I need to get this resolved asap. It's crazy that once the in built contact forms fail you are pretty much cut off from dev customer support. No email or phone number to get a hold of someone to resolve the block. All lines just lead back to sales support. Any advice greatly appreciated. Thanks Damian
Replies
2
Boosts
0
Views
130
Activity
1d
Apple Developer Program Enrolment Stalled
Hi all, Has anyone else been getting stuck with the iOS Developer Program enrolment? I've been stalled for nearly two months, and is directly preventing us from releasing app updates to our users. Issue Summary: Our enrolment has been stuck at the status "Your enrolment is being processed" for approximately two months We have submitted the required details multiple times with no resolution The contact form for email and phone support returns the error: "there was a problem processing your request" Phone numbers listed for developer support in Ireland are either non-functional or connect to sales support only We contacted "contactus.ie at euro.apple.com", were again directed to sales support, and were told the matter would be escalated internally — this was nearly a month ago and we have received no further communication. It's very frustrating as our dev team has deployed two Android updates since. It's really impacting our products and I need to get this resolved asap. It's crazy that once the in built contact forms fail you are pretty much cut off from dev customer support. No email or phone number to get a hold of someone to resolve the block. All lines just lead back to sales support. Any advice greatly appreciated. Thanks Damian
Replies
2
Boosts
0
Views
91
Activity
1d
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
9
Boosts
0
Views
275
Activity
1d
VZVirtualMachineView window and system function keys
HI, I am trying to send system function keys like F10, F11 to VzVirtualMachineView window and it is not registering system assigned function keys. The function keys that are not assinged by mac are being send correctly. Is there a way i can send system assigned function keys to VZVirtualMachineView Window? Thanks and Regards
Replies
4
Boosts
0
Views
119
Activity
1d
Cannot access profile page of individual DTS engineers
Until recently, it was possible to view the profiles of every user who posted in the forums. The profile page would then have links to posts/replies and other pages so that one could "follow" the recent comments by those users. However, it appears that it no longer is possible to view a profile of individual "DTS Engineer". What I mean is I can no longer view their profile page and as a result the recent posts/replies that a specific "DTS Engineer" makes. It's especially a loss because posts made by such engineers are very helpful and valuable and not being able to easily follow such posts on a single page makes the forum software less useful. Is there a way the previous feature can be brought back?
Replies
2
Boosts
1
Views
437
Activity
1d
Organization Enrollment Stuck – Verification Call Never Connected – Enrollment ID 2556XS5J8X
Hello Apple Developer Support Team, I am writing to request assistance with my organization enrollment, which has been stuck in processing for over two weeks due to a circumstance outside my control. Enrollment ID: 2556XS5J8X Entity type: Organization (LLC) State of incorporation: Florida, USA Timeline of events: May 2, 2026 — Submitted all required organization documents for enrollment May 6, 2026 — Enrollment account was blocked May 7, 2026 — Requested unblock; account was successfully restored May 7–21, 2026 — Status has remained: "Your enrollment is being processed" with no payment option, no follow-up email, and no further communication The core issue — verification calls blocked as spam: Over the past several days, I received multiple calls from unknown numbers that my iPhone automatically flagged and silenced as spam. I did not realize at the time that these were Apple's organization verification calls. By the time I identified the pattern, the calls had already stopped. I have since disabled the "Silence Unknown Callers" feature on my iPhone and my line is now fully open to receive calls. However, no further call attempts have been made. I understand that for organization enrollments, a verification call to the CEO/founder is required before the payment link is issued. I am available and ready to receive or schedule that call at any time. Business impact: Our iOS application is fully developed and ready for App Store submission. This enrollment delay is the only blocker preventing us from launching. Every week of delay represents direct lost revenue and a missed market window. What I am requesting: A rescheduled verification call to the number on file — my line is now open and I will answer immediately Or an alternative verification method if a call reschedule is not possible Confirmation that no additional documentation is required on my end I have done everything requested. My documents are submitted, my account is unblocked, and I am available. I simply need the verification call to be rescheduled. Thank you for your attention to this matter. I am happy to provide any additional information needed to move this forward. Enrollment ID: 2556XS5J8X
Replies
1
Boosts
0
Views
80
Activity
1d
Xcode always shows error "Error Downloading Crash Log Information" when trying to download crash logs
For a couple of months now I haven't been able to see new crash reports for my App Store apps in Xcode. I see the list of crash reports in the Organizer, but selecting any of the new ones always shows the same error message: Error Downloading Crash Log Information: An error occurred preventing Xcode from downloading crash log information. "my.email at domain.com" failed with error: There was a failure decoding response: (HTTP 500, 20364 bytes) The data couldn't be read because it isn't in the correct format.. Pushing the Reload button makes the view load for a bit, but then the same error appears again. Since I want to keep fixing crashes in my apps as fast as possible, is Apple aware of the issue and working on a fix? I don't know if this is a Xcode or App Store Connect issue. I would have expected this issue to be fixed with the newest Xcode version 26.5, but it's still happening. I opened FB22589345 on April 23, but got no response so far.
Replies
3
Boosts
7
Views
187
Activity
1d
M1 芯片的 Mac mini 安装的 Xcode 26.3 打包出来的 App 在 iOS 12.5.8 设备上无法打开
我发现在 M1 芯片的 MacMini上使用 Xcode26.3打包出来的 App 在 iphone6设备 ios 12.5.8 的系统下 安装或者直接调试都会直接 启动后 立即 崩溃,但是在 intel 芯片的 MacBook pro 上使用 Xcode 26.3 在相同的设备相同的系统下,就可以正常安装和调试,请问这是为什么?
Replies
0
Boosts
0
Views
78
Activity
1d
Zooming in Storyboards/XIBs for macOS App?
I've found several references for this functionality being removed, but no viable workaround. When I'm trying to fine tune a layout the constraint lines, boundary boxes, etc. get in the way and I can't see what I'm doing. For doing pixel-perfect layouts in a storyboard it gets really tedious. This borders on an accessibility issue. Does anyone know when or if this is ever coming? It works fine with iOS apps.
Replies
1
Boosts
0
Views
67
Activity
1d