Apple Developer Program

RSS for tag

Create and deliver software for users around the world on Apple platforms using the the tools, resources, and support included with Apple Developer Program membership.

Apple Developer Program Documentation

Posts under Apple Developer Program subtopic

Post

Replies

Boosts

Views

Activity

Program enrollment issue, no response from support
Hi everyone, I’m running into a frustrating issue with the Apple Developer Program and would really appreciate any advice. I was charged $99 USD for the membership and received the confirmation email saying it would be processed within 2 business days. However, I still don’t have access to the membership, and nothing has been activated on my account. What makes it worse — I’ve already tried contacting Apple support multiple times via email, but I haven’t received any response at all. So right now I’m stuck: payment went through, but no membership and no support response. Has anyone faced this before? Did your membership eventually activate on its own? Is there any way to actually reach Apple support (chat, phone, anything that works)? Should I escalate this somehow or request a refund through my bank? Any advice would really help — I feel like I’m just shouting into the void at this point. Thanks 🙏
21
10
738
1w
Regarding Developer Program Activation Status
Hello Apple Developer Support Team, I hope you are doing well. I am writing to request assistance regarding the activation of my Apple Developer Program membership. I have already completed the purchase of the Individual Developer Program (USD 99), but my account has not yet been activated. It has been longer than the usual processing time, and my Membership status still does not show as active. Thank you very much for your time and support. I appreciate your help.
0
1
42
1w
Nonprofit Foundation Apple Developer Account — Enrollment Processing for Weeks, Cannot Access App Store Connect
My name is Paul Merriman. I am the founder of the Merriman Financial Education Foundation, a 501(c)(3) nonprofit dedicated to providing free financial education. Our iOS app was initially submitted under our technology manager's personal developer account, which was correctly flagged as an issue. We have since enrolled the Foundation as an organization using our verified D-U-N-S number and submitted all required documentation confirming our nonprofit status. We are experiencing two related issues: 1. Enrollment Stuck Processing Our Foundation enrollment has been in "processing" status for several weeks. Our enrollment ID is 7YAJUR73GH. We have not received any updates or communication from Apple about what is needed to complete enrollment. 2. App Store Connect Access Because enrollment is not complete, we cannot log in to App Store Connect using the Foundation's Apple ID. We receive this error: "To access App Store Connect, you must be an individual or team member in the Apple Developer Program." App Review — No Response The app was previously rejected because it was under a personal account rather than the Foundation's account. We corrected this but have received no response to follow-up emails in several weeks. Has anyone experienced this with a nonprofit organization enrollment being stuck in processing? Is there an escalation path beyond email for enrollment issues? Thank you, Paul Merriman Merriman Financial Education Foundation
0
0
35
1w
Apple Developer account terminated
Dear Apple Developer Support, I hope you are doing well. I am writing to kindly follow up regarding my reinstatement request for my Apple Developer Program membership (Case ID: 102852765171). I would also like to respectfully clarify one point regarding my app. The app name “Tango” was used without any intention of infringing on copyright or creating confusion. At the time, I was not aware of any conflict, and I had checked availability on the App Store. However, I now understand that this may still raise concerns under Apple’s policies. I take full responsibility for this oversight. To address this, I confirm that I will permanently remove this app and will not publish it again under the same or similar name. I will ensure that all future apps are carefully reviewed to avoid any potential naming or policy issues. I fully understand the importance of Apple’s guidelines and remain committed to strict compliance moving forward. I would greatly appreciate any update you can provide regarding the status of my appeal. Thank you very much for your time and consideration. Kind regards, Haseeb Gul Apple Developer Team ID: WPPH63HR8X
0
0
64
1w
My iOS Swift application works on wide range of iPhones from iPhone X to iPhone 16 Pro Max
My iOS Swift application works without problems and tested on wide range of iPhones from iPhone X to iPhone 16 Pro Max when compiled by XCode 16.4. When compiled on Xcode 26 application it frequently crashes with 0x8BADF00D FRONTBOARD error in various places when running on iPhone 14 Plus, most often when typing or when scrolling the screen. It works without problems on iPhone 16 Pro Max independent of the version of Xcode used for compilation. I followed dozens of recommendations, introduced async/await, tasks, significantly reduced complexity of layouts, making uniform bubbles etc.etc. , tried to introduce many simplifications in the application, still I could not achieve elimination of frequent crashes on iPhone 14 Plus running iOS 26.3.1, no matter what I tried. Other than that all functionality seems to be working. This is the beginning of the Crash report: Termination Reason: Namespace FRONTBOARD, <RBSTerminateContext| domain:10 code:0x8BADF00D explanation: Failed to terminate gracefully after 5.0s ProcessVisibility: Unknown ProcessState: Running WatchdogEvent: process-exit WatchdogVisibility: Foreground WatchdogCPUStatistics: ( "Elapsed total CPU time (seconds): 9.330 (user 7.670, system 1.660), 29% CPU", "Elapsed application CPU time (seconds): 5.358, 17% CPU" ) Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 ??? 0x1b184c7b0 ??? 1 libswiftCore.dylib 0x19de70694 ContiguousArrayStorage.__deallocating_deinit + 95 2 libswiftCore.dylib 0x19dd013a8 swift_release_dealloc + 55 3 libswiftCore.dylib 0x19dd01fc4 bool swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1>>::doDecrementSlow<(swift::PerformDeinit)1>(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int) + 151 4 SwiftUICore 0x1aaee2ca4 LazyLayoutViewCache.updatePrefetchPhases() + 1315 5 SwiftUICore 0x1ab129068 specialized LazySubviewPlacements.updateValue() + 4251 6 SwiftUICore 0x1ab14a23c specialized implicit closure #1 in closure #1 in closure #1 in Attribute.init(:) + 23 7 AttributeGraph 0x1d2be8e48 AG::Graph::UpdateStack::update() + 499 8 AttributeGraph 0x1d2beacf0 AG::Subgraph::update(unsigned int) + 959 9 SwiftUICore 0x1aace5b44 specialized GraphHost.runTransaction(:do:id:) + 387 10 SwiftUICore 0x1aac772d8 GraphHost.flushTransactions() + 183 11 SwiftUI 0x1a9a0fa80 <deduplicated_symbol> + 23 12 SwiftUICore 0x1aac71578 partial apply for closure #1 in ViewGraphRootValueUpdater.updateGraph(body:) + 27 13 SwiftUICore 0x1aac73f54 ViewGraphRootValueUpdater._updateViewGraph(body:) + 231 14 SwiftUICore 0x1aac714d0 ViewGraphRootValueUpdater.updateGraph(body:) + 179 15 SwiftUI 0x1a9a0fa4c closure #1 in closure #1 in closure #1 in UIHostingView.beginTransaction() + 171 16 SwiftUI 0x1a9a0f998 partial apply for closure #1 in closure #1 in closure #1 in UIHostingView.beginTransaction() + 23 17 SwiftUICore 0x1aac69aa8 closure #1 in static Update.ensure(:) + 55 18 SwiftUICore 0x1aac69cec static Update.ensure(:) + 99 19 SwiftUI 0x1a9a0f970 partial apply for closure #1 in closure #1 in UIHostingView.beginTransaction() + 79 20 SwiftUICore 0x1aad97e10 <deduplicated_symbol> + 27 21 SwiftUICore 0x1aac5aab0 specialized static NSRunLoop.flushObservers() + 363 22 SwiftUICore 0x1aac5a91c @objc closure #1 in static NSRunLoop.addObserver(:) + 27 23 CoreFoundation 0x1a0c87ea0 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 35 24 CoreFoundation 0x1a0c7158c __CFRunLoopDoObservers + 647 25 CoreFoundation 0x1a0c48740 __CFRunLoopRun + 923 26 CoreFoundation 0x1a0c47a6c CFRunLoopRunSpecificWithOptions + 531 27 GraphicsServices 0x2455d9498 GSEventRunModal + 119 28 UIKitCore 0x1a66f7df8 -[UIApplication run] + 791 29 UIKitCore 0x1a66a0e54 UIApplicationMain + 335 30 SwiftUI 0x1a99b8d20 closure #1 in KitRendererCommon(:) + 167 31 SwiftUI 0x1a99b58d4 runApp(:) + 111 32 SwiftUI 0x1a99b53c0 static App.main() + 171
3
0
77
1w
Apple paid developer program enrollment
Hi All, on 02/04 I successfully purchased apple developer program using the appstore. 1 week passed and no confirmation and access yet, the money is taken from my account. doublet the amount ! one from appstore and one from apple developer website. I sent daily mails to apple developer support, no one even thought to answer. any help how to get access to developer program and get refund for the other 100$ apple took? thanks in advance, Nadi
1
0
52
1w
Enrollment cancelled after successful payment – charged but account inactive
Hello, I attempted to enroll in the Apple Developer Program multiple times due to initial payment errors. My payment was eventually successfully processed and charged, but I have now received a cancellation notice stating that the 7-day period expired based on the first attempt, not the successful one. This appears to be a system timing issue, as the final successful transaction occurred later. I would like to request either: 1. Reactivation of my enrollment without additional payment, or 2. A refund of the charged amount I am currently blocked from continuing development and publishing. Thank you.
0
0
74
1w
Responses needed have not received a support request from contact app dev program in two months
Response needed have not received a support request from contact app dev program in two months. I have submitted contact support requests via the development program. need feedback on last Apple review for application being published in App Store. have submitted the requested fixes. And no response. please help I am submitting an app to the dev program and I can’t get any help. please help this is affecting my business and I am exciting and ready to work with Apple
0
0
26
1w
Unable to enroll in Apple Developer Program – “Cannot Connect” error despite active internet
Hi, I’m trying to enroll in the Apple Developer Program using the Apple Developer app on my iPhone, but I’m facing a persistent issue. After clicking “Enroll,” the screen keeps loading for about 1–2 minutes and then shows the error: “Cannot Connect – You must be connected to a Wi-Fi or cellular data network.” However, my internet connection is working perfectly: I am able to browse websites and use apps normally I have tested both Wi-Fi and mobile data I am currently signed in with my Apple ID Two-factor authentication is enabled and working correctly What I have already tried: Switching between Wi-Fi and mobile data Restarting the device Signing out and signing back into Apple ID Ensuring no VPN or custom DNS is active Despite this, the issue persists. Is this a known issue with Apple Developer enrollment services, or is there something specific I need to check on my account or device? Any help would be greatly appreciated. Thank you.
1
1
33
1w
macOS Terminal: Script invoked via binary sometimes runs as Groovy instead of through the binary
I’m seeing unexpected execution behavior on macOS where a script invoked explicitly through a binary is not being passed to that binary. Example: Code filebot -script /Users//score_engine_v3.groovy Instead of being executed inside FileBot’s ScriptShell environment, macOS sometimes compiles the script as a plain Groovy class, producing errors like: Code No such property: input for class: __script_xxxxx This only happens when macOS bypasses the binary and hands the file to Groovy directly. Questions: Under what conditions would macOS bypass the invoking binary and treat a .groovy file as a Groovy script even when the binary is explicitly specified? Are there known cases where exported environment variables in zsh are not inherited by child processes launched by certain binaries? Could extended attributes, quarantine flags, or execution policies cause macOS to treat user‑edited .groovy files differently from newly created ones? Thanks for any insight.
0
0
17
1w
Program enrolled but charged twice
Subscribed the Apple Developer program and paid $100 but it showed i was not enrolled. I was prompted to enrollment process and paid another $100 for Apple Developer program 1 year. Now I am enrolled but I got double charged. I cancelled the subscription but it didn't refund. I created cases with 3 emails escalation and 2 phone supports. The support guy cannot fix it and said only senior support can fix. But that senior guy never called me back or reached me out. This is a flawed onboarding process. Like why this developer program allows subscription when developer is not enrolled yet. Also I cannot see the enrollment payment from Apple Store. From there only subscription payment was included. I had to navigate to list order page for enrollment payment detail. There are both program charges but seem they are managed by different teams.
0
0
39
1w
Developer Account Subscription - Paid, not active
Hi, Like many others here, I applied and paid for an Apple Developer account (April 2). Although I’m certain I used a different account during the process, it appears the payment was linked to an older account that I no longer have access to (specifically, I can’t access the email address associated with it). This means I may have missed any follow-up communication from Apple. Since then, I’ve updated my primary email to one I can access, submitted 3 support tickets, and spoken with Customer Support by phone. Unfortunately, I haven’t been able to resolve the issue. I’ve been told they cannot take action, that I need to wait for them to reach out to me, with no clear outcome — no escalation, no refund, and no concrete guidance on next steps. I’ve also seen mentions of a callback option from the Developer Account team, but I haven’t been able to find or access this anywhere. At this point, my account is still Pending, no response to my support tickets (despite a stated 2-business-day response time), and no clarity on how to proceed—while already being charged $100. I understand this has been asked before, but does anyone have suggestions on what I can do next? Thank you.
0
0
79
1w
Enrollment Stuck on Pending Since April 02 - Payment Charged, No Response from Support (Case ID: 102859573520)
Hi, I enrolled in the Apple Developer Program on April 02 and the $99 payment was successfully charged to my account (Order ID: W1569319180). However, my enrollment has been stuck on "Pending" since then, now 5 day, with no activation and no communication from Apple. What I've already done: Verified Two-Factor Authentication is enabled on my Apple ID. Confirmed no pending agreements in developer portal or App Store Connect. Checked spam/junk folder daily — no emails requesting additional verification Opened support case 102859573520 on April 03 — no response received Current status: Enrollment: Pending App Store Connect: inaccessible Developer portal features: locked This is blocking me from beginning development. I am not able to move forward until this is resolved. Could someone from Apple please review my case and either activate the account or advise on what additional steps are needed? Thank you.
0
0
39
2w
Frustrated - enrollment in the Apple Developer Program could not be completed
Hi, I tried to apply Enroll in Apple Developer Program in the mobile app and I got this error: "Your enrollment in the Apple Developer Program is under review. Please contact us." Then I did contact Apple by phone as the error message says. I got the response as: "For one or more reasons, your enrollment in the Apple Developer Program could not be completed. We are unable to continue with your enrollment at this time." I am already shocked - so I asked what can I do? Answer - nothing. Is this normal to not get a response what's the reason that is blocking me to enroll the program ?
2
0
187
2w
Apple Developer Program enrollment stuck on Pending for 1 week after successful payment
Hi everyone and @Apple Developer Support, I purchased the Apple Developer Program on April 1st, 2026. My payment was successfully charged and I received the official Apple Store invoice. However, my account is still showing as Pending and I have not been granted developer access. Here are my transaction details: Web Order Number: D009564882 Invoice Number: MC62041372 Sales Order Number: AEV3684994 Invoice Date: 2026-04-01 Amount Paid: $99.00 Region: Peru What I have already verified: Two-Factor Authentication is enabled on my Apple ID I am using the same Apple ID that was used for the purchase There are no pending agreements in the Developer Portal or App Store Connect I have not made any duplicate payments It has now been over a week with no activation and no response from Apple Support. This is blocking active app development. Could anyone from the Apple team please review and manually activate my enrollment? Any guidance from the community is also appreciated. Thank you.
1
0
73
2w
Not able to enroll
Hi there, I am trying to enroll in developers program but I keep getting message: Your enrollment in developers program could not be completed at this time Any ideas? I wrote to support - it is 4 days of silence for now
Replies
0
Boosts
0
Views
17
Activity
1w
Program enrollment issue, no response from support
Hi everyone, I’m running into a frustrating issue with the Apple Developer Program and would really appreciate any advice. I was charged $99 USD for the membership and received the confirmation email saying it would be processed within 2 business days. However, I still don’t have access to the membership, and nothing has been activated on my account. What makes it worse — I’ve already tried contacting Apple support multiple times via email, but I haven’t received any response at all. So right now I’m stuck: payment went through, but no membership and no support response. Has anyone faced this before? Did your membership eventually activate on its own? Is there any way to actually reach Apple support (chat, phone, anything that works)? Should I escalate this somehow or request a refund through my bank? Any advice would really help — I feel like I’m just shouting into the void at this point. Thanks 🙏
Replies
21
Boosts
10
Views
738
Activity
1w
Regarding Developer Program Activation Status
Hello Apple Developer Support Team, I hope you are doing well. I am writing to request assistance regarding the activation of my Apple Developer Program membership. I have already completed the purchase of the Individual Developer Program (USD 99), but my account has not yet been activated. It has been longer than the usual processing time, and my Membership status still does not show as active. Thank you very much for your time and support. I appreciate your help.
Replies
0
Boosts
1
Views
42
Activity
1w
Nonprofit Foundation Apple Developer Account — Enrollment Processing for Weeks, Cannot Access App Store Connect
My name is Paul Merriman. I am the founder of the Merriman Financial Education Foundation, a 501(c)(3) nonprofit dedicated to providing free financial education. Our iOS app was initially submitted under our technology manager's personal developer account, which was correctly flagged as an issue. We have since enrolled the Foundation as an organization using our verified D-U-N-S number and submitted all required documentation confirming our nonprofit status. We are experiencing two related issues: 1. Enrollment Stuck Processing Our Foundation enrollment has been in "processing" status for several weeks. Our enrollment ID is 7YAJUR73GH. We have not received any updates or communication from Apple about what is needed to complete enrollment. 2. App Store Connect Access Because enrollment is not complete, we cannot log in to App Store Connect using the Foundation's Apple ID. We receive this error: "To access App Store Connect, you must be an individual or team member in the Apple Developer Program." App Review — No Response The app was previously rejected because it was under a personal account rather than the Foundation's account. We corrected this but have received no response to follow-up emails in several weeks. Has anyone experienced this with a nonprofit organization enrollment being stuck in processing? Is there an escalation path beyond email for enrollment issues? Thank you, Paul Merriman Merriman Financial Education Foundation
Replies
0
Boosts
0
Views
35
Activity
1w
Apple Developer account terminated
Dear Apple Developer Support, I hope you are doing well. I am writing to kindly follow up regarding my reinstatement request for my Apple Developer Program membership (Case ID: 102852765171). I would also like to respectfully clarify one point regarding my app. The app name “Tango” was used without any intention of infringing on copyright or creating confusion. At the time, I was not aware of any conflict, and I had checked availability on the App Store. However, I now understand that this may still raise concerns under Apple’s policies. I take full responsibility for this oversight. To address this, I confirm that I will permanently remove this app and will not publish it again under the same or similar name. I will ensure that all future apps are carefully reviewed to avoid any potential naming or policy issues. I fully understand the importance of Apple’s guidelines and remain committed to strict compliance moving forward. I would greatly appreciate any update you can provide regarding the status of my appeal. Thank you very much for your time and consideration. Kind regards, Haseeb Gul Apple Developer Team ID: WPPH63HR8X
Replies
0
Boosts
0
Views
64
Activity
1w
My iOS Swift application works on wide range of iPhones from iPhone X to iPhone 16 Pro Max
My iOS Swift application works without problems and tested on wide range of iPhones from iPhone X to iPhone 16 Pro Max when compiled by XCode 16.4. When compiled on Xcode 26 application it frequently crashes with 0x8BADF00D FRONTBOARD error in various places when running on iPhone 14 Plus, most often when typing or when scrolling the screen. It works without problems on iPhone 16 Pro Max independent of the version of Xcode used for compilation. I followed dozens of recommendations, introduced async/await, tasks, significantly reduced complexity of layouts, making uniform bubbles etc.etc. , tried to introduce many simplifications in the application, still I could not achieve elimination of frequent crashes on iPhone 14 Plus running iOS 26.3.1, no matter what I tried. Other than that all functionality seems to be working. This is the beginning of the Crash report: Termination Reason: Namespace FRONTBOARD, <RBSTerminateContext| domain:10 code:0x8BADF00D explanation: Failed to terminate gracefully after 5.0s ProcessVisibility: Unknown ProcessState: Running WatchdogEvent: process-exit WatchdogVisibility: Foreground WatchdogCPUStatistics: ( "Elapsed total CPU time (seconds): 9.330 (user 7.670, system 1.660), 29% CPU", "Elapsed application CPU time (seconds): 5.358, 17% CPU" ) Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 ??? 0x1b184c7b0 ??? 1 libswiftCore.dylib 0x19de70694 ContiguousArrayStorage.__deallocating_deinit + 95 2 libswiftCore.dylib 0x19dd013a8 swift_release_dealloc + 55 3 libswiftCore.dylib 0x19dd01fc4 bool swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1>>::doDecrementSlow<(swift::PerformDeinit)1>(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int) + 151 4 SwiftUICore 0x1aaee2ca4 LazyLayoutViewCache.updatePrefetchPhases() + 1315 5 SwiftUICore 0x1ab129068 specialized LazySubviewPlacements.updateValue() + 4251 6 SwiftUICore 0x1ab14a23c specialized implicit closure #1 in closure #1 in closure #1 in Attribute.init(:) + 23 7 AttributeGraph 0x1d2be8e48 AG::Graph::UpdateStack::update() + 499 8 AttributeGraph 0x1d2beacf0 AG::Subgraph::update(unsigned int) + 959 9 SwiftUICore 0x1aace5b44 specialized GraphHost.runTransaction(:do:id:) + 387 10 SwiftUICore 0x1aac772d8 GraphHost.flushTransactions() + 183 11 SwiftUI 0x1a9a0fa80 <deduplicated_symbol> + 23 12 SwiftUICore 0x1aac71578 partial apply for closure #1 in ViewGraphRootValueUpdater.updateGraph(body:) + 27 13 SwiftUICore 0x1aac73f54 ViewGraphRootValueUpdater._updateViewGraph(body:) + 231 14 SwiftUICore 0x1aac714d0 ViewGraphRootValueUpdater.updateGraph(body:) + 179 15 SwiftUI 0x1a9a0fa4c closure #1 in closure #1 in closure #1 in UIHostingView.beginTransaction() + 171 16 SwiftUI 0x1a9a0f998 partial apply for closure #1 in closure #1 in closure #1 in UIHostingView.beginTransaction() + 23 17 SwiftUICore 0x1aac69aa8 closure #1 in static Update.ensure(:) + 55 18 SwiftUICore 0x1aac69cec static Update.ensure(:) + 99 19 SwiftUI 0x1a9a0f970 partial apply for closure #1 in closure #1 in UIHostingView.beginTransaction() + 79 20 SwiftUICore 0x1aad97e10 <deduplicated_symbol> + 27 21 SwiftUICore 0x1aac5aab0 specialized static NSRunLoop.flushObservers() + 363 22 SwiftUICore 0x1aac5a91c @objc closure #1 in static NSRunLoop.addObserver(:) + 27 23 CoreFoundation 0x1a0c87ea0 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 35 24 CoreFoundation 0x1a0c7158c __CFRunLoopDoObservers + 647 25 CoreFoundation 0x1a0c48740 __CFRunLoopRun + 923 26 CoreFoundation 0x1a0c47a6c CFRunLoopRunSpecificWithOptions + 531 27 GraphicsServices 0x2455d9498 GSEventRunModal + 119 28 UIKitCore 0x1a66f7df8 -[UIApplication run] + 791 29 UIKitCore 0x1a66a0e54 UIApplicationMain + 335 30 SwiftUI 0x1a99b8d20 closure #1 in KitRendererCommon(:) + 167 31 SwiftUI 0x1a99b58d4 runApp(:) + 111 32 SwiftUI 0x1a99b53c0 static App.main() + 171
Replies
3
Boosts
0
Views
77
Activity
1w
Apple paid developer program enrollment
Hi All, on 02/04 I successfully purchased apple developer program using the appstore. 1 week passed and no confirmation and access yet, the money is taken from my account. doublet the amount ! one from appstore and one from apple developer website. I sent daily mails to apple developer support, no one even thought to answer. any help how to get access to developer program and get refund for the other 100$ apple took? thanks in advance, Nadi
Replies
1
Boosts
0
Views
52
Activity
1w
Enrollment cancelled after successful payment – charged but account inactive
Hello, I attempted to enroll in the Apple Developer Program multiple times due to initial payment errors. My payment was eventually successfully processed and charged, but I have now received a cancellation notice stating that the 7-day period expired based on the first attempt, not the successful one. This appears to be a system timing issue, as the final successful transaction occurred later. I would like to request either: 1. Reactivation of my enrollment without additional payment, or 2. A refund of the charged amount I am currently blocked from continuing development and publishing. Thank you.
Replies
0
Boosts
0
Views
74
Activity
1w
Not renew button on my account
I have not see renew button on Apple Developer app when logined help me
Replies
0
Boosts
0
Views
50
Activity
1w
Responses needed have not received a support request from contact app dev program in two months
Response needed have not received a support request from contact app dev program in two months. I have submitted contact support requests via the development program. need feedback on last Apple review for application being published in App Store. have submitted the requested fixes. And no response. please help I am submitting an app to the dev program and I can’t get any help. please help this is affecting my business and I am exciting and ready to work with Apple
Replies
0
Boosts
0
Views
26
Activity
1w
Unable to enroll in Apple Developer Program – “Cannot Connect” error despite active internet
Hi, I’m trying to enroll in the Apple Developer Program using the Apple Developer app on my iPhone, but I’m facing a persistent issue. After clicking “Enroll,” the screen keeps loading for about 1–2 minutes and then shows the error: “Cannot Connect – You must be connected to a Wi-Fi or cellular data network.” However, my internet connection is working perfectly: I am able to browse websites and use apps normally I have tested both Wi-Fi and mobile data I am currently signed in with my Apple ID Two-factor authentication is enabled and working correctly What I have already tried: Switching between Wi-Fi and mobile data Restarting the device Signing out and signing back into Apple ID Ensuring no VPN or custom DNS is active Despite this, the issue persists. Is this a known issue with Apple Developer enrollment services, or is there something specific I need to check on my account or device? Any help would be greatly appreciated. Thank you.
Replies
1
Boosts
1
Views
33
Activity
1w
macOS Terminal: Script invoked via binary sometimes runs as Groovy instead of through the binary
I’m seeing unexpected execution behavior on macOS where a script invoked explicitly through a binary is not being passed to that binary. Example: Code filebot -script /Users//score_engine_v3.groovy Instead of being executed inside FileBot’s ScriptShell environment, macOS sometimes compiles the script as a plain Groovy class, producing errors like: Code No such property: input for class: __script_xxxxx This only happens when macOS bypasses the binary and hands the file to Groovy directly. Questions: Under what conditions would macOS bypass the invoking binary and treat a .groovy file as a Groovy script even when the binary is explicitly specified? Are there known cases where exported environment variables in zsh are not inherited by child processes launched by certain binaries? Could extended attributes, quarantine flags, or execution policies cause macOS to treat user‑edited .groovy files differently from newly created ones? Thanks for any insight.
Replies
0
Boosts
0
Views
17
Activity
1w
Program enrolled but charged twice
Subscribed the Apple Developer program and paid $100 but it showed i was not enrolled. I was prompted to enrollment process and paid another $100 for Apple Developer program 1 year. Now I am enrolled but I got double charged. I cancelled the subscription but it didn't refund. I created cases with 3 emails escalation and 2 phone supports. The support guy cannot fix it and said only senior support can fix. But that senior guy never called me back or reached me out. This is a flawed onboarding process. Like why this developer program allows subscription when developer is not enrolled yet. Also I cannot see the enrollment payment from Apple Store. From there only subscription payment was included. I had to navigate to list order page for enrollment payment detail. There are both program charges but seem they are managed by different teams.
Replies
0
Boosts
0
Views
39
Activity
1w
Can't access my developer account anymore
I have a bug with Xcode and developer.apple.com, where they both don’t recognise that my Apple ID is part of a development team. My account page at https://developer.apple.com tells me to enrol in the developer programme, whereas before it would show me as having a membership and would let me access profiles and certificates and other stuff.
Replies
0
Boosts
0
Views
38
Activity
1w
Developer Account Subscription - Paid, not active
Hi, Like many others here, I applied and paid for an Apple Developer account (April 2). Although I’m certain I used a different account during the process, it appears the payment was linked to an older account that I no longer have access to (specifically, I can’t access the email address associated with it). This means I may have missed any follow-up communication from Apple. Since then, I’ve updated my primary email to one I can access, submitted 3 support tickets, and spoken with Customer Support by phone. Unfortunately, I haven’t been able to resolve the issue. I’ve been told they cannot take action, that I need to wait for them to reach out to me, with no clear outcome — no escalation, no refund, and no concrete guidance on next steps. I’ve also seen mentions of a callback option from the Developer Account team, but I haven’t been able to find or access this anywhere. At this point, my account is still Pending, no response to my support tickets (despite a stated 2-business-day response time), and no clarity on how to proceed—while already being charged $100. I understand this has been asked before, but does anyone have suggestions on what I can do next? Thank you.
Replies
0
Boosts
0
Views
79
Activity
1w
Application still pending
Have tried to join the developer programme and says its still pending after 3 days. Anyone any idea how long the procedure takes??
Replies
14
Boosts
6
Views
1.6k
Activity
2w
Enrollment Stuck on Pending Since April 02 - Payment Charged, No Response from Support (Case ID: 102859573520)
Hi, I enrolled in the Apple Developer Program on April 02 and the $99 payment was successfully charged to my account (Order ID: W1569319180). However, my enrollment has been stuck on "Pending" since then, now 5 day, with no activation and no communication from Apple. What I've already done: Verified Two-Factor Authentication is enabled on my Apple ID. Confirmed no pending agreements in developer portal or App Store Connect. Checked spam/junk folder daily — no emails requesting additional verification Opened support case 102859573520 on April 03 — no response received Current status: Enrollment: Pending App Store Connect: inaccessible Developer portal features: locked This is blocking me from beginning development. I am not able to move forward until this is resolved. Could someone from Apple please review my case and either activate the account or advise on what additional steps are needed? Thank you.
Replies
0
Boosts
0
Views
39
Activity
2w
The requested app is not available or doesn't exist.
Please help! Apple Support Support is MIA Every app that I have in TestFlight returns with this message, I have attempted to contact developer account support that they have not returned any messages. It’s been over a week. “The requested app is not available or doesn't exist”
Replies
2
Boosts
1
Views
103
Activity
2w
Frustrated - enrollment in the Apple Developer Program could not be completed
Hi, I tried to apply Enroll in Apple Developer Program in the mobile app and I got this error: "Your enrollment in the Apple Developer Program is under review. Please contact us." Then I did contact Apple by phone as the error message says. I got the response as: "For one or more reasons, your enrollment in the Apple Developer Program could not be completed. We are unable to continue with your enrollment at this time." I am already shocked - so I asked what can I do? Answer - nothing. Is this normal to not get a response what's the reason that is blocking me to enroll the program ?
Replies
2
Boosts
0
Views
187
Activity
2w
Apple Developer Program enrollment stuck on Pending for 1 week after successful payment
Hi everyone and @Apple Developer Support, I purchased the Apple Developer Program on April 1st, 2026. My payment was successfully charged and I received the official Apple Store invoice. However, my account is still showing as Pending and I have not been granted developer access. Here are my transaction details: Web Order Number: D009564882 Invoice Number: MC62041372 Sales Order Number: AEV3684994 Invoice Date: 2026-04-01 Amount Paid: $99.00 Region: Peru What I have already verified: Two-Factor Authentication is enabled on my Apple ID I am using the same Apple ID that was used for the purchase There are no pending agreements in the Developer Portal or App Store Connect I have not made any duplicate payments It has now been over a week with no activation and no response from Apple Support. This is blocking active app development. Could anyone from the Apple team please review and manually activate my enrollment? Any guidance from the community is also appreciated. Thank you.
Replies
1
Boosts
0
Views
73
Activity
2w