Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Created

Developer Account Still "Pending" Despite Payment
I purchased a Developer Account on April 4. The payment has processed and the status on the order reads "Enrollment Complete." On the Developer account page, however, it reads: "Purchase your membership. To continue your enrollment, complete your purchase now Your purchase may take up to 48 hours to process." Could someone offer guidance or assistance on this?
1
0
47
2d
Good morning NSPersistent​Cloud​Kit​Container share URL stays nil and mirroring repeatedly resets after CKError​.zone​Not​Found on stale Core Data share zone
I am debugging a CloudKit sharing issue in an iOS app that uses NSPersistent​Cloud​Kit​Container with Core Data backed sharing. The symptom is that collaboration/share creation appears to succeed locally, but the resulting CKShare never gets a server-backed URL. UICloud​Sharing​Controller therefore cannot proceed because share​.url remains nil. (I do see the UICloudSharingcontroller Dialog and am abble to select people to share, one executed the share icon in the message window just spins After adding extensive logging, it looks like the real problem is not the sharing UI itself, but that Core Data + CloudKit mirroring is already in a bad state before share presentation begins. What I am seeing: Repeated CloudKit import failures with CKError​.partial​Failure The partial failure always contains one stale share zone with: • CKError​.zone​Not​Found • server message: "​Zone does not exist" Core Data then repeatedly logs: • NSCloud​Kit​Mirroring​Delegate​Will​Reset​Sync​Notification​Name • reason: Zone​Deleted • followed by a full mirroring reset Only after that reset loop do I attempt to prepare the collaboration share fetch​Share(object:) returns a share record named cloudkit​.zoneshare participants is 1 but share​.url remains nil forever, even after polling for ~20 attempts / ~20+ seconds Representative log sequence: CoreData+CloudKit ... Fetch finished with error: <CKError ... "Partial Failure"... partial errors: { com.apple.coredata.cloudkit.share.33781809-778A-461C-ABAB-872746C8F80D:defaultOwner = <CKError ... "Zone Not Found" (26/2036); server message = "Zone does not exist"> }> NSCloudKitMirroringDelegateWillResetSyncNotificationName reason: 'ZoneDeleted' NSCloudKitMirroringDelegateDidResetSyncNotificationName reason: 'ZoneDeleted' Preparing collaboration share for cruise 'Share 658' Fetching existing collaboration share for cruise 'Share 658' Fetch existing collaboration share result: found record='cloudkit.zoneshare' url='nil' participants='1' You cannot get the URL of a share until it's been saved to the server Collaboration share URL polling attempt 1/20 ... ... Collaboration share URL polling attempt 20/20 ... Collaboration share 'cloudkit.zoneshare' never produced a URL Important detail: This stale-zone Zone ​Not ​Found / Zone​Deleted reset cycle happens before the collaboration flow starts, so it looks like sharing is running inside an already unhealthy mirroring state rather than causing the corruption itself. Questions: Is this a known failure mode where a deleted/stale Core Data CloudKit share zone can keep the mirroring delegate in a reset loop and prevent newly fetched/created CKShare objects from ever receiving a server URL? Is there an Apple-recommended way to recover from this in development besides deleting the app / resetting local data / clearing CloudKit development data? Is there any supported way to identify and purge stale share metadata or orphaned Core Data share zones without fully resetting the local store? If fetch​Share returns a CKShare whose record exists locally as cloudkit​.zoneshare but url stays nil, does that generally mean the share was never fully saved to the server, or can mirroring-reset churn itself prevent the URL from materializing? Environment: • iOS app • Core Data + NSPersistent​Cloud​Kit​Container • CloudKit sharing enabled • issue observed in development environment At this point my working theory is: • stale/deleted share zone in CloudKit development environment • NSPersistent​Cloud​Kit​Container import repeatedly hits zone​Not​Found • mirroring resets continuously • collaboration share can be fetched locally but never becomes server-backed enough to produce share​.url If anyone from Apple or anyone who has hit this exact Zone​Deleted reset loop has guidance on the correct recovery path, I’d appreciate it.
2
0
59
2d
Update on the arrival of swift code challenge rewards
Hi, I’m a winner of the Apple Swift Student Challenge and wanted to ask about a couple of things. It has been around two weeks since I received the winning notification, but I haven’t received any update regarding the delivery of the AirPods Max (2th generation). Additionally, I wanted to check on the Apple Developer Program upgrade that is included with the award. My account doesn’t appear to be upgraded yet. Could you please confirm the timeline for both the prize shipment and the developer program upgrade, or let me know if anything is required from my side? Just want to make sure everything is on track. Thank you! Best regards, Kiaan
0
0
23
2d
Apple developer program enrollment
I have been trying to enroll in the Apple Developer Program for over a week and I'm completely blocked. I'm reaching out here as a last resort after exhausting every option. The problem: Every enrollment attempt fails immediately after I select "Individual" and agree to the terms. I never reach the payment step. The only message I receive is: "Your enrollment in the Apple Developer Program could not be completed at this time." What I've tried: 3+ different Apple IDs (including brand new ones created specifically for this) Safari, Chrome, and Opera browsers Home WiFi and mobile data (different networks) Apple Developer app on iPhone Called Apple Developer Support — they said they cannot see a reason and cannot help Opened a support ticket — no response after 1 week My setup: Country: Turkey All Apple IDs have matching region and phone number (+90) No VPN during any attempt Two-factor authentication enabled on all accounts What I need: This appears to be a backend block that frontline support cannot see or resolve. I am requesting escalation to a team that can investigate and manually clear whatever is blocking my enrollment. I have a macOS app ready to submit to the App Store. This enrollment block is the only thing preventing me from publishing. Any help from Apple staff or developers who have resolved a similar situation would be greatly appreciated.
0
0
23
2d
code Cloud export fails: Session Proxy unable to authenticate with App Store Connect (Code=1, response null)
Xcode Cloud builds fail at the export archive step. The critical log shows: Account "Session Proxy Provider": Unable to authenticate with App Store Connect Error Domain=DVTServicesSessionProviderCredentialITunesAuthenticationContextError Code=1 "(null)" And in DVTITunesSoftwareService.log: App Store Connect response failed with unknown failure; response (null); error (null) error: DVTServicesSessionProviderCredentialITunesAuthenticationContextError.proxy Environment: Xcode Cloud, iOS app, team type Individual (S43L28SVX2) What I have ruled out: Regenerated all DISTRIBUTION_MANAGED certificates (per thread 744683) — portal API is reachable, certs issued successfully Removed an obsolete App Groups entitlement that was causing a secondary error — that error is now gone All agreements accepted, no pending legal items Failure persists across multiple builds with identical symptoms The developer portal API responds correctly. The failure is isolated to the App Store Connect store configuration endpoint specifically, where the proxy returns response (null) — no HTTP response at all. This appears identical to thread https://developer.apple.com/forums/thread/810658 where Apple confirmed the root cause was a backend API permission issue for the team requiring an Apple-side fix. Support case 102857550486 was opened but redirected to admin support without technical investigation. Has anyone else hit this recently, or can an Apple engineer look at the backend state for this team?
0
0
15
2d
Xcode 26.4 cannot pair real Apple Watch for development (RemotePairingError 1007, iPhone stable)
Xcode 26.4 on macOS 26.3.1 cannot pair a real Apple Watch for development. iPhone companion is visible and stable in Devices and Simulators. Watch is paired to iPhone and works normally, but Xcode shows: CoreDeviceError Code: 4 RemotePairingError Code: 1007 “The device rejected the connection request.” “Ensure the device is paired with this machine.” What I already tried: trusted Mac on iPhone re-paired Watch with iPhone reconnected iPhone by cable reset authorized computers on Watch restarted devices reopened Devices and Simulators Result: iPhone remains stable Watch is seen intermittently or stays reconnecting / rejects pairing app logic is otherwise working on iPhone side Need: steps to restore Watch ↔ Xcode development pairing without further destructive resets.
0
0
16
2d
Enrollment is taking an eternity
Hello, I recently applied for enrollment in the Apple Developer Program, and my application has been under review for some time (5 days now). I would appreciate any guidance or insight into the status or typical processing time. Here are my details: Full Name: Kingsley Ibok Enrollment ID: FX678S24XD Please what steps can I take now, I’d really appreciate Thank you.
0
1
18
2d
Updated License Agreement — can't see on the dev
Typically, it's a simple process of accepting the new agreement, but in this case, I do not see any updates on https://developer.apple.com/account, yet on the App Store Connect, I keep seeing "A new version of your Paid Applications agreement is available." And I'm stuck, not being able to upload any new builds. Support wasn't responsive. Any suggestions? Maybe I'm missing something?
0
0
63
3d
Apple Developer Program payment completed, but enrollment still pending after 7 days
I completed payment for the Apple Developer Program 7 days ago, but my account still shows Pending. The enrollment page still says “Complete your purchase” and shows the Purchase button for the same enrollment. I already contacted Apple Developer Support, but there is still no resolution. Has anyone experienced this and had Apple manually fix or link the payment?
0
1
28
3d
Apple Developer Program paid but not activated — Order AEV3074218
Hello, I purchased the Apple Developer Program membership on March 31, 2026. The payment of $99 was successfully charged and I received the official invoice. However, my account is still not activated. Details: Invoice Number: MC61586466 Sales Order Number: AEV3074218 Web Order Number: D009560110 Purchase Date: 2026-03-31 Amount: $99.00 I have already contacted Apple Support multiple times but received no human response. Could anyone from Apple staff please manually activate my account or advise on next steps? Thank you.
0
1
28
3d
Please Active My Account
Hello Apple Developer Support Team, I completed my Apple Developer Program enrollment directly through the Developer app on site https://developer.apple.com . The identity verification and payment were successfully processed. However, when I log in via the web, I still see the message “Complete Your Purchase,” and my enrollment status appears as Pending. The system seems to be asking me to proceed with enrollment again. I applied on April 4, 2026 but still haven't been getting any mail activation back or email ticket, phone call from Apple. Could you please review my account and clarify the current status of my enrollment? Thank you for your assistance.
0
0
15
3d
Enrollment Completed on Web Shows “Complete Your Purchase” and Status Pending
Hello Apple Developer Support Team, I completed my Apple Developer Program enrollment directly through the Developer app on site https://developer.apple.com . The identity verification and payment were successfully processed. However, when I log in via the web, I still see the message “Complete Your Purchase,” and my enrollment status appears as Pending. The system seems to be asking me to proceed with enrollment again. I applied on April 2, 2026 but still haven't been getting any mail activation back or email ticket, phone call from Apple. Could you please review my account and clarify the current status of my enrollment? Thank you for your assistance. Kind regards
1
2
41
3d
Apple Developer Program enrollment stuck – "We are unable to process your request. An unknown error occurred."
Hi everyone, I've been trying to enroll in the Apple Developer Program for the past 5 days and keep hitting the same error at the final step: "We are unable to process your request. An unknown error occurred." I've already contacted Apple Developer Support but have not received any response after 5 days. I've also tried: Different browsers and clearing cache/cookies Different network connections My Apple ID is in good standing and my payment method is valid. The error gives no further details, which makes it hard to troubleshoot. Has anyone experienced this and found a solution? Any help or guidance from Apple staff would be greatly appreciated. Thank you!
2
0
88
3d
系统默认PTY 511太少
我是开发者,日常工作会同时打开大量终端(tmux、多项目、自动化脚本、node‑pty 等)。在这种现代开发场景下,511 的 PTY 上限明显过低,而且这个默认值对顶配机器(128GB RAM)和低配机器是一样的,没有随硬件规格调整,这不合理。 我尝试过使用 tmux control mode 来减少 PTY 占用,但它会导致终端输出对齐错乱,影响可用性,所以必须继续使用 PTY 模式。这意味着只要终端数量稍多,就很容易触及 511 上限,导致系统层面无法创建新终端,影响全局稳定性。 总结: 511 作为默认值在过去或许合理,但对现代开发者明显不足; 顶配机器和低配机器同一上限不合理; control mode 有输出对齐问题,无法作为现实替代方案。 谢谢! Apple 支持社区工作人员
0
0
14
3d
Problems with Apple Developer Program activation after payment?
Hi everyone, I wanted to ask if anyone here has experienced a similar issue with the Apple Developer Program enrollment. I completed and paid for the “Program Enrollment” a week ago (April 2, 2026), and I also received the invoice on Monday. However, my account is still not activated as a developer. I keep seeing the message: “Purchase your membership. To continue your enrollment, complete your purchase now. Your purchase may take up to 48 hours to process.” Also, when I go to the enrollment page, it still asks me to complete the payment again. I’ve already contacted Apple Developer Support but haven’t received any response so far. Has anyone had this problem before? How long did it take for your account to get activated? Thanks in advance!
0
0
108
3d
Developer Account Still "Pending" Despite Payment
I purchased a Developer Account on April 4. The payment has processed and the status on the order reads "Enrollment Complete." On the Developer account page, however, it reads: "Purchase your membership. To continue your enrollment, complete your purchase now Your purchase may take up to 48 hours to process." Could someone offer guidance or assistance on this?
Replies
1
Boosts
0
Views
47
Activity
2d
Been five days after 99$ payments anyone know why?
C an
Replies
0
Boosts
0
Views
12
Activity
2d
Good morning NSPersistent​Cloud​Kit​Container share URL stays nil and mirroring repeatedly resets after CKError​.zone​Not​Found on stale Core Data share zone
I am debugging a CloudKit sharing issue in an iOS app that uses NSPersistent​Cloud​Kit​Container with Core Data backed sharing. The symptom is that collaboration/share creation appears to succeed locally, but the resulting CKShare never gets a server-backed URL. UICloud​Sharing​Controller therefore cannot proceed because share​.url remains nil. (I do see the UICloudSharingcontroller Dialog and am abble to select people to share, one executed the share icon in the message window just spins After adding extensive logging, it looks like the real problem is not the sharing UI itself, but that Core Data + CloudKit mirroring is already in a bad state before share presentation begins. What I am seeing: Repeated CloudKit import failures with CKError​.partial​Failure The partial failure always contains one stale share zone with: • CKError​.zone​Not​Found • server message: "​Zone does not exist" Core Data then repeatedly logs: • NSCloud​Kit​Mirroring​Delegate​Will​Reset​Sync​Notification​Name • reason: Zone​Deleted • followed by a full mirroring reset Only after that reset loop do I attempt to prepare the collaboration share fetch​Share(object:) returns a share record named cloudkit​.zoneshare participants is 1 but share​.url remains nil forever, even after polling for ~20 attempts / ~20+ seconds Representative log sequence: CoreData+CloudKit ... Fetch finished with error: <CKError ... "Partial Failure"... partial errors: { com.apple.coredata.cloudkit.share.33781809-778A-461C-ABAB-872746C8F80D:defaultOwner = <CKError ... "Zone Not Found" (26/2036); server message = "Zone does not exist"> }> NSCloudKitMirroringDelegateWillResetSyncNotificationName reason: 'ZoneDeleted' NSCloudKitMirroringDelegateDidResetSyncNotificationName reason: 'ZoneDeleted' Preparing collaboration share for cruise 'Share 658' Fetching existing collaboration share for cruise 'Share 658' Fetch existing collaboration share result: found record='cloudkit.zoneshare' url='nil' participants='1' You cannot get the URL of a share until it's been saved to the server Collaboration share URL polling attempt 1/20 ... ... Collaboration share URL polling attempt 20/20 ... Collaboration share 'cloudkit.zoneshare' never produced a URL Important detail: This stale-zone Zone ​Not ​Found / Zone​Deleted reset cycle happens before the collaboration flow starts, so it looks like sharing is running inside an already unhealthy mirroring state rather than causing the corruption itself. Questions: Is this a known failure mode where a deleted/stale Core Data CloudKit share zone can keep the mirroring delegate in a reset loop and prevent newly fetched/created CKShare objects from ever receiving a server URL? Is there an Apple-recommended way to recover from this in development besides deleting the app / resetting local data / clearing CloudKit development data? Is there any supported way to identify and purge stale share metadata or orphaned Core Data share zones without fully resetting the local store? If fetch​Share returns a CKShare whose record exists locally as cloudkit​.zoneshare but url stays nil, does that generally mean the share was never fully saved to the server, or can mirroring-reset churn itself prevent the URL from materializing? Environment: • iOS app • Core Data + NSPersistent​Cloud​Kit​Container • CloudKit sharing enabled • issue observed in development environment At this point my working theory is: • stale/deleted share zone in CloudKit development environment • NSPersistent​Cloud​Kit​Container import repeatedly hits zone​Not​Found • mirroring resets continuously • collaboration share can be fetched locally but never becomes server-backed enough to produce share​.url If anyone from Apple or anyone who has hit this exact Zone​Deleted reset loop has guidance on the correct recovery path, I’d appreciate it.
Replies
2
Boosts
0
Views
59
Activity
2d
Update on the arrival of swift code challenge rewards
Hi, I’m a winner of the Apple Swift Student Challenge and wanted to ask about a couple of things. It has been around two weeks since I received the winning notification, but I haven’t received any update regarding the delivery of the AirPods Max (2th generation). Additionally, I wanted to check on the Apple Developer Program upgrade that is included with the award. My account doesn’t appear to be upgraded yet. Could you please confirm the timeline for both the prize shipment and the developer program upgrade, or let me know if anything is required from my side? Just want to make sure everything is on track. Thank you! Best regards, Kiaan
Replies
0
Boosts
0
Views
23
Activity
2d
Apple developer program enrollment
I have been trying to enroll in the Apple Developer Program for over a week and I'm completely blocked. I'm reaching out here as a last resort after exhausting every option. The problem: Every enrollment attempt fails immediately after I select "Individual" and agree to the terms. I never reach the payment step. The only message I receive is: "Your enrollment in the Apple Developer Program could not be completed at this time." What I've tried: 3+ different Apple IDs (including brand new ones created specifically for this) Safari, Chrome, and Opera browsers Home WiFi and mobile data (different networks) Apple Developer app on iPhone Called Apple Developer Support — they said they cannot see a reason and cannot help Opened a support ticket — no response after 1 week My setup: Country: Turkey All Apple IDs have matching region and phone number (+90) No VPN during any attempt Two-factor authentication enabled on all accounts What I need: This appears to be a backend block that frontline support cannot see or resolve. I am requesting escalation to a team that can investigate and manually clear whatever is blocking my enrollment. I have a macOS app ready to submit to the App Store. This enrollment block is the only thing preventing me from publishing. Any help from Apple staff or developers who have resolved a similar situation would be greatly appreciated.
Replies
0
Boosts
0
Views
23
Activity
2d
code Cloud export fails: Session Proxy unable to authenticate with App Store Connect (Code=1, response null)
Xcode Cloud builds fail at the export archive step. The critical log shows: Account "Session Proxy Provider": Unable to authenticate with App Store Connect Error Domain=DVTServicesSessionProviderCredentialITunesAuthenticationContextError Code=1 "(null)" And in DVTITunesSoftwareService.log: App Store Connect response failed with unknown failure; response (null); error (null) error: DVTServicesSessionProviderCredentialITunesAuthenticationContextError.proxy Environment: Xcode Cloud, iOS app, team type Individual (S43L28SVX2) What I have ruled out: Regenerated all DISTRIBUTION_MANAGED certificates (per thread 744683) — portal API is reachable, certs issued successfully Removed an obsolete App Groups entitlement that was causing a secondary error — that error is now gone All agreements accepted, no pending legal items Failure persists across multiple builds with identical symptoms The developer portal API responds correctly. The failure is isolated to the App Store Connect store configuration endpoint specifically, where the proxy returns response (null) — no HTTP response at all. This appears identical to thread https://developer.apple.com/forums/thread/810658 where Apple confirmed the root cause was a backend API permission issue for the team requiring an Apple-side fix. Support case 102857550486 was opened but redirected to admin support without technical investigation. Has anyone else hit this recently, or can an Apple engineer look at the backend state for this team?
Replies
0
Boosts
0
Views
15
Activity
2d
Xcode 26.4 cannot pair real Apple Watch for development (RemotePairingError 1007, iPhone stable)
Xcode 26.4 on macOS 26.3.1 cannot pair a real Apple Watch for development. iPhone companion is visible and stable in Devices and Simulators. Watch is paired to iPhone and works normally, but Xcode shows: CoreDeviceError Code: 4 RemotePairingError Code: 1007 “The device rejected the connection request.” “Ensure the device is paired with this machine.” What I already tried: trusted Mac on iPhone re-paired Watch with iPhone reconnected iPhone by cable reset authorized computers on Watch restarted devices reopened Devices and Simulators Result: iPhone remains stable Watch is seen intermittently or stays reconnecting / rejects pairing app logic is otherwise working on iPhone side Need: steps to restore Watch ↔ Xcode development pairing without further destructive resets.
Replies
0
Boosts
0
Views
16
Activity
2d
Enrollment is taking an eternity
Hello, I recently applied for enrollment in the Apple Developer Program, and my application has been under review for some time (5 days now). I would appreciate any guidance or insight into the status or typical processing time. Here are my details: Full Name: Kingsley Ibok Enrollment ID: FX678S24XD Please what steps can I take now, I’d really appreciate Thank you.
Replies
0
Boosts
1
Views
18
Activity
2d
I already pay the 99$ two weeks ago, didnt recive my Developer Account
I pay'd 99$ 2 weeks ago and didnt recive any email, any respons from apple, I send 6 emails, and nothing, Apple just Scammed me? Did anyone was in my situation?
Replies
0
Boosts
0
Views
20
Activity
2d
Account not activated as developer
Hello, I payd for being a developer for about a week. Also I opened a case at apple developer support. My account is till now not activated. Can the support here help me? Best regards.
Replies
0
Boosts
1
Views
11
Activity
2d
TestFlight bug
I have an issue where I’m pushing out my builds to TestFlight, it goes through. sometimes there’s an error saying that it can’t download but if I try a couple times it goes through. but when I go through and look at my app (That TestFlight says is running the updated version) all I see is the old version
Replies
0
Boosts
0
Views
53
Activity
3d
Updated License Agreement — can't see on the dev
Typically, it's a simple process of accepting the new agreement, but in this case, I do not see any updates on https://developer.apple.com/account, yet on the App Store Connect, I keep seeing "A new version of your Paid Applications agreement is available." And I'm stuck, not being able to upload any new builds. Support wasn't responsive. Any suggestions? Maybe I'm missing something?
Replies
0
Boosts
0
Views
63
Activity
3d
Apple Developer Program payment completed, but enrollment still pending after 7 days
I completed payment for the Apple Developer Program 7 days ago, but my account still shows Pending. The enrollment page still says “Complete your purchase” and shows the Purchase button for the same enrollment. I already contacted Apple Developer Support, but there is still no resolution. Has anyone experienced this and had Apple manually fix or link the payment?
Replies
0
Boosts
1
Views
28
Activity
3d
Apple Developer Program paid but not activated — Order AEV3074218
Hello, I purchased the Apple Developer Program membership on March 31, 2026. The payment of $99 was successfully charged and I received the official invoice. However, my account is still not activated. Details: Invoice Number: MC61586466 Sales Order Number: AEV3074218 Web Order Number: D009560110 Purchase Date: 2026-03-31 Amount: $99.00 I have already contacted Apple Support multiple times but received no human response. Could anyone from Apple staff please manually activate my account or advise on next steps? Thank you.
Replies
0
Boosts
1
Views
28
Activity
3d
Please Active My Account
Hello Apple Developer Support Team, I completed my Apple Developer Program enrollment directly through the Developer app on site https://developer.apple.com . The identity verification and payment were successfully processed. However, when I log in via the web, I still see the message “Complete Your Purchase,” and my enrollment status appears as Pending. The system seems to be asking me to proceed with enrollment again. I applied on April 4, 2026 but still haven't been getting any mail activation back or email ticket, phone call from Apple. Could you please review my account and clarify the current status of my enrollment? Thank you for your assistance.
Replies
0
Boosts
0
Views
15
Activity
3d
Paid subscription in app, says cannot make account
Hello, Has anyone else experienced paying through the Apple Developer app, then not being able to access the account? It says I need to register via the website, but it asks me to pay again. I contacted Apple Developer support twice and they have not responded yet. Any help would be great! Switchwings
Replies
0
Boosts
0
Views
102
Activity
3d
Enrollment Completed on Web Shows “Complete Your Purchase” and Status Pending
Hello Apple Developer Support Team, I completed my Apple Developer Program enrollment directly through the Developer app on site https://developer.apple.com . The identity verification and payment were successfully processed. However, when I log in via the web, I still see the message “Complete Your Purchase,” and my enrollment status appears as Pending. The system seems to be asking me to proceed with enrollment again. I applied on April 2, 2026 but still haven't been getting any mail activation back or email ticket, phone call from Apple. Could you please review my account and clarify the current status of my enrollment? Thank you for your assistance. Kind regards
Replies
1
Boosts
2
Views
41
Activity
3d
Apple Developer Program enrollment stuck – "We are unable to process your request. An unknown error occurred."
Hi everyone, I've been trying to enroll in the Apple Developer Program for the past 5 days and keep hitting the same error at the final step: "We are unable to process your request. An unknown error occurred." I've already contacted Apple Developer Support but have not received any response after 5 days. I've also tried: Different browsers and clearing cache/cookies Different network connections My Apple ID is in good standing and my payment method is valid. The error gives no further details, which makes it hard to troubleshoot. Has anyone experienced this and found a solution? Any help or guidance from Apple staff would be greatly appreciated. Thank you!
Replies
2
Boosts
0
Views
88
Activity
3d
系统默认PTY 511太少
我是开发者,日常工作会同时打开大量终端(tmux、多项目、自动化脚本、node‑pty 等)。在这种现代开发场景下,511 的 PTY 上限明显过低,而且这个默认值对顶配机器(128GB RAM)和低配机器是一样的,没有随硬件规格调整,这不合理。 我尝试过使用 tmux control mode 来减少 PTY 占用,但它会导致终端输出对齐错乱,影响可用性,所以必须继续使用 PTY 模式。这意味着只要终端数量稍多,就很容易触及 511 上限,导致系统层面无法创建新终端,影响全局稳定性。 总结: 511 作为默认值在过去或许合理,但对现代开发者明显不足; 顶配机器和低配机器同一上限不合理; control mode 有输出对齐问题,无法作为现实替代方案。 谢谢! Apple 支持社区工作人员
Replies
0
Boosts
0
Views
14
Activity
3d
Problems with Apple Developer Program activation after payment?
Hi everyone, I wanted to ask if anyone here has experienced a similar issue with the Apple Developer Program enrollment. I completed and paid for the “Program Enrollment” a week ago (April 2, 2026), and I also received the invoice on Monday. However, my account is still not activated as a developer. I keep seeing the message: “Purchase your membership. To continue your enrollment, complete your purchase now. Your purchase may take up to 48 hours to process.” Also, when I go to the enrollment page, it still asks me to complete the payment again. I’ve already contacted Apple Developer Support but haven’t received any response so far. Has anyone had this problem before? How long did it take for your account to get activated? Thanks in advance!
Replies
0
Boosts
0
Views
108
Activity
3d