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

Team Member Can’t access Certificates, Identifiers, and Profiles
Here on the forums I see a lot of reports like this: According to App Store Connect, I’m an Admin member of a team, but I can’t access the Certificates, Identifiers, and Profiles section of the Developer website for that team. There’s one really common reason for this, namely that this is an Individual team. This is clearly documented in Developer Account Help > Access > Roles and access, which says: If you’re enrolled as an individual and add users in App Store Connect, users receive access only to your content in App Store Connect and are not considered part of your team in the Apple Developer Program. So, if App Store Connect indicates that you’re a team Admin but you can’t access Certificates, Identifiers, and Profiles, it’s critical that you check that this is not an Individual team. To do this: Log on to Developer > Account. Select the correct team at the top right. Scroll down to the “Membership details” section. Look at the “Enrolled as” field. If it says “Individual”, then only the team’s Account Holder can access Certificates, Identifiers, and Profiles. OTOH, if it says something else, like “Organization” or “Enterprise”, then see below. If you’re working for someone else who only has an Individual team, I recommend that you encourage them to update to an Organization team. For advice on how to do that, see Developer Account Help > Membership > Updating your account information > Updating an individual membership to an organization membership. If you can’t access Certificates, Identifiers, and Profiles and you’re absolutely sure that this is not an Individual team, I recommend that you seek formal assistance via Apple > Developer > Contact Us. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = "eskimo" + "1" + "@" + "apple.com"
0
0
548
Feb ’26
Question about Legal Entity
Hi To offer my app for sale, I have to edit legal entity and provide my address there. My question is - is this address going to be visible in app store? Or is it only for Apple internal use? As I understand it, that address will be visible for everyone in EU region? But if I disable its availability in EU, then the address won't be visible? I mean I am just a hobbyist and I just don't want my address to be right there
1
0
21
7h
Can't register Apple Developer Account - stuck for 2.5 months
I set up a single-member LLC through Firstbase.io. My colleague obtained a DUNS number using the Certificate of Incorporation and EIN Verification Letter provided by Firstbase. Once we had the DUNS, I applied for an Apple Developer Account (Enrollment ID: 54AML988C5). I used my personal MacBook that I've had for years, but had to create a new Apple ID since I already have a personal Apple developer account that's been active for 8+ years. Documents I submitted with the enrollment: My passport EIN Verification Letter (with my name on it) Certificate of Incorporation A month later I received a rejection: "We're unable to proceed with your enrollment in the Apple Developer Program at this time. You can still take advantage of great content using your Apple Account to develop and test apps on your own device." Support doesn't respond to messages. The "Request a call" button on developer.apple.com/support literally does nothing — clicking it has no effect. I contacted D&B to make sure our company data was correct. They confirmed everything was fine, and at my request they updated the company profile so that my name now explicitly appears as Key Principal on the D&B website. Reached out to Apple support again — still no response. I then created a second Apple ID on our corporate domain (developer@mydomain_com) and submitted another enrollment (Enrollment ID: H9V8P25F67). Got the exact same rejection with the exact same wording. And once again — no response from support. What's especially surprising is that reaching out to Apple support from my personal developer account - which is active and in good standing - about this situation doesn't lead anywhere either. They simply don't respond. Has anyone dealt with this? What can actually be done here?
11
10
811
11h
Apple Developer Account Shows “Closed” Status but App is Ready for Distribution – Unable to Access App Store Connect
Hi, I can sign in to my Apple ID, but my Apple Developer account shows a “closed” status and I’m unable to access App Store Connect features. My app is currently showing “Ready for Distribution,” so the account appears active, but developer access is restricted. I’ve already contacted Apple Developer Support and am waiting for their response. Also, I temporarily can’t access my primary email due to a verification issue, so I’ve provided an alternate contact email and phone number in my support request. Has anyone experienced a similar situation or knows possible reasons for a “closed” developer status while the app remains approved? Thanks.
3
0
114
12h
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
1
0
33
13h
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
1
0
37
13h
Cannot Create Certificate Via API
I am no longer able to provision certificates using the App Store Connect API. I believe this stopped working around January 2026. Documentation: https://developer.apple.com/documentation/appstoreconnectapi/post-v1-certificates Request POST https://api.appstoreconnect.apple.com/v1/certificates Authorization: Bearer ........ Content-Type: application/json Accept: application/json { "data":{ "type":"certificates", "attributes":{ "csrContent":"...", "certificateType":"PASS_TYPE_ID" }, "relationships":{ "passTypeId":{ "data":{ "type":"passTypeIds", "id":"..." } } } } } Response { errors: [ { code: 'FORBIDDEN_ERROR', status: '403', id: '3dcd6c8d-8e50-492f-8097-2a8bfd57018e', title: 'This request is forbidden for security reasons', 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' } ] } I have verified that the key used for this API call has Admin access to my account and that the key is working with other requests to the App Store Connect API. Apple Developer Program Support said that I should post here. Case #102831520012 How do I get additional information around this error?
0
0
16
1d
Unable to Renew Expired Apple Developer Program Membership – No Renew Button, Enroll Error
I'm hoping someone here has experienced the same issue and can point me in the right direction. My Apple Developer Program membership recently expired and my apps have been removed from the App Store. I've been trying to renew my membership but I'm completely stuck and cannot find a way forward. Here's what I've tried so far: Apple Developer App: There is no "Renew" button visible anywhere in the app. developer.apple.com/enroll: I receive the following error: "Sorry, you can't enroll at this time. Your Apple Account is already associated with the Account Holder of a membership." developer.apple.com/account: The Membership Details section loads but there is no renewal option or button available. I am logged in with the correct Account Holder Apple ID, so that is not the issue. My payment method on file is also valid. Has anyone else run into this? Is there a direct link or a workaround that triggers the renewal flow? Or is contacting Apple Developer Support the only option at this point? Any help would be greatly appreciated. Thanks in advance!
1
1
51
1d
Unable to submit a ticket from developer form?
I am currently unable to submit a support request or request a callback using my primary company developer account.I am receiving a persistent validation error stating: "This email address isn’t valid. To update your email address, visit account.apple.com." This is incorrect as the email is fully functional and I can receive emails from Apple on that address and its been years using the same email. This error is preventing me from sending any message to Apple support or requesting a call.
2
0
36
1d
Apple Developer Program Enrollment Stuck: "Your enrollment is being processed" for Weeks – Widespread Issue in 2026
Fellow Apple Developers and Apple Developer Support Team, If you’re seeing the message **“Your enrollment is being processed. Your enrollment ID is **” for weeks (or longer) with no updates, no follow-up emails, and no access to App Store Connect, you are not alone. I’m posting this in the hope of helping everyone experiencing the same frustrating delay and giving Apple a clear, visible signal that this is impacting real developers right now. My Situation (and Why It Matters) I submitted my Apple Developer Program enrollment several weeks ago, completed payment successfully, and have since sent two support emails requesting an update. The status remains unchanged. Meanwhile, my app is already live and performing well on Google Play. I’m ready to submit the iOS version, but I cannot even reach TestFlight or App Store Connect because the enrollment is still “processing.” Like many of you, I’ve read dozens of identical threads here on the forums and on Reddit in the past month alone—individual enrollments, organization enrollments, renewals— all stuck in the exact same state far beyond Apple’s published timelines. What We Know (Grounded in Apple’s Own Guidance and Community Reports) Apple’s official enrollment help page states that after purchase you should receive confirmation within 24–48 hours and that processing may involve verification of legal name, contact details, and (for organizations) D-U-N-S number or other business documents. If any information doesn’t match exactly (even a minor formatting issue with your legal name), Apple may request government-issued photo ID, which can add time. In practice, however, many developers in early 2026 are reporting waits of 2–7+ weeks with zero communication. There are currently no official Apple news posts, system-status alerts, or blog updates from the past month that directly acknowledge a backlog or explain the extended processing times. The Apple System Status page simply shows “Program Enrollment and Renewals – Available,” which doesn’t reflect the real-world experience we’re all seeing. Practical Steps You Can Take Right Now While we wait for Apple to respond, here are the constructive actions that have helped some developers move forward (or at least get clarity): Double-check every detail in your enrollment --Legal first/last name must exactly match your government ID (no nicknames, company names, or abbreviations). --Ensure the Apple ID email and contact phone are current and reachable. --For organizations: confirm your D-U-N-S number is active and correctly linked. Submit a fresh support request via the Apple Developer Contact form (even if you’ve already sent one) and reference your exact Enrollment ID. In the “Notes” field, politely include: --Date of purchase --Confirmation that payment cleared --That you have already followed up X times with no response --Business impact (e.g., app ready on Google Play, users waiting for iOS version) If you have an existing paid membership or previous apps, try renewing or accessing via that account first—it sometimes bypasses the stuck flow. Document everything (screenshots of the status page, payment receipts, support case IDs). This helps if escalation becomes necessary. For those also facing App Review/TestFlight delays once enrolled: note that even after enrollment clears, the first external TestFlight build triggers a beta review, and the final App Store submission still requires full review. There is no supported way to bypass TestFlight or direct-submit to the App Store—every public build goes through Apple’s review pipeline. Many of us are using high version numbers for ongoing TestFlight testing while the production version waits for approval. These steps are not a guarantee, but they keep your case visible and reduce the chance of a preventable administrative hold. Call to Action To everyone reading this: If you’re in the same situation, please reply below with your approximate wait time, whether it’s an individual or organization enrollment, and your region. Let’s create a clear picture of the scale of this issue so Apple can see the impact. To the Apple Developer Support and Program teams: We understand verifications take time and that you handle high volume, but weeks of silence after payment and two support requests is causing real business harm. A status update, even a general acknowledgment of current processing times, would be enormously helpful. I commit to updating this thread the moment my enrollment moves or I receive any communication from you. Thank you for reading, and thank you in advance to Apple for any assistance you can provide. Let’s get every legitimate developer into the ecosystem so we can focus on building great apps for users. I will update this post as soon as I have any progress. —Merek, Founder WRENCH: Pocket Mechanic
5
2
373
1d
Apple Developer Program Enrollment Problems
Hey everyone. This is probably the last straw I am trying to pull since I tried almost everything else. I have applied for the Apple Developer Program and the whole process started at the end of 2024. I got rejected the first time because Apple could not charge my card. It was clearly shown that the cost is $99, however, it was 106.65 Euros (I created a Revolut card with the $100 because I don't trust placing my card everywhere). I started the new process but this time I knew about the amount issue so I placed 150 Euros just to be safe. Automatic rejection with robotic AI response: "For one or more reasons, your enrollment in the Apple Developer Program couldn't be completed. We can't continue with your enrollment at this time." When I raised ticket about it I got no replies. Than both my friend and wife tried to apply for the program. Both rejected with the exact same messaging. I created a new Apple ID, new card, new everything and did everything "by the book". Again. Rejection with the same exact messaging: For one or more reasons, your enrollment in the Apple Developer Program couldn't be completed. We can't continue with your enrollment at this time... Can someone from Apple please tell me what are those reasons? I have been an Apple user for almost 10 years now. I was buying Apps from store. I am using iCloud+. Modest Citizen as some would say. What's the problem? How can I finally get to Apple Developer Program without being rejected by AI or some poor auto system?
1
2
408
1d
Apple Developer Program Enrollment Stuck, cannot Proceed Past Enrollment Screen
I am trying to enroll in the Apple Developer Program but cannot get past the enrolment screen in the Developer app on my Mac. When I click Enroll, it does not proceed to the payment screen, it just says unable to compete, contact support. I then received an email from Apple Developer Support saying my enrolment "couldn't be completed due to one or more reasons". I'm not even sure how that email is even helpful. I am an individual developer based in India trying to publish my first app on the App Store. My Apple ID is in good standing and I have no history of policy violations. Has anyone in India experienced this issue and resolved it? Is this a known problem with Indian Apple IDs or payment methods? Is there a way to enroll directly through the website instead of the Mac app? Any help appreciated.
3
2
79
1d
Cannot enroll in the developer program
Greetings! I'm running into multiple issues trying to enroll into the developer program. When I try enrolling via the Mac app the enroll button is greyed out. When I try enrolling using the web page I get the error: "We are unable to process your request". I tried contacting Apple support but they neither call me nor can I submit a support request via the written form (it doesn't submit). Is there some other way to contact Apple for support? Thank you!
0
0
43
1d
Apple Developer Account
I have been trying to open an Apple Developer Account for the last 3 weeks. Its been a nightmare. The call back option is switched off. The team is not replying back to messages. I was told a week back, there is a long queue. I have been making payments which are getting revoked after a day. Not sure how to proceed. Any suggestions, about how to resolve this and get things going here. Is there anyway, someone can please help me.
0
0
42
1d
Communication problems with Apple
Hello, About 7-8 months ago, I received an e-mail stating that my apple developer account would be deleted after 30 days, and my account was deleted after 30 days. I tried to contact many times, I got hopeful each time, but the Apple team never gave a full explanation. They always responded saying they would be interested, but it never came to fruition. In fact, I was most excited when I received the following e-mail: Hello Oğuzcan, My name is Joel, and I’m a senior Advisor with Developer Support. Your case has been given to me for further handling, and I’m happy to follow up with you today. I understand that you have initiated a conversation in our developer forums. Please, provide us more information and show us the email that you received, so we will assist your better. Please, reply to the received email for obtaining more information as the appropriate team will be able to assist you better. Please, reply to this email if you have further questions. Have a great day. Best Regards, Joel Developer Support I was very hopeful when I read that he was a Senior Advisor. This e-mail came on July 28, 18:17, today is December 8, 2025. I'm giving up hope now, my account won't be opened again. My members ask why there are no iOS versions of my applications, this is very difficult for me. Does anyone have any recommendations? I filled out forms and created requests many times.
1
0
313
2d
Team Member Can’t access Certificates, Identifiers, and Profiles
Here on the forums I see a lot of reports like this: According to App Store Connect, I’m an Admin member of a team, but I can’t access the Certificates, Identifiers, and Profiles section of the Developer website for that team. There’s one really common reason for this, namely that this is an Individual team. This is clearly documented in Developer Account Help > Access > Roles and access, which says: If you’re enrolled as an individual and add users in App Store Connect, users receive access only to your content in App Store Connect and are not considered part of your team in the Apple Developer Program. So, if App Store Connect indicates that you’re a team Admin but you can’t access Certificates, Identifiers, and Profiles, it’s critical that you check that this is not an Individual team. To do this: Log on to Developer > Account. Select the correct team at the top right. Scroll down to the “Membership details” section. Look at the “Enrolled as” field. If it says “Individual”, then only the team’s Account Holder can access Certificates, Identifiers, and Profiles. OTOH, if it says something else, like “Organization” or “Enterprise”, then see below. If you’re working for someone else who only has an Individual team, I recommend that you encourage them to update to an Organization team. For advice on how to do that, see Developer Account Help > Membership > Updating your account information > Updating an individual membership to an organization membership. If you can’t access Certificates, Identifiers, and Profiles and you’re absolutely sure that this is not an Individual team, I recommend that you seek formal assistance via Apple > Developer > Contact Us. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = "eskimo" + "1" + "@" + "apple.com"
Replies
0
Boosts
0
Views
548
Activity
Feb ’26
Why can not register my Developer
Dear experts, I have been unable to register for a Developer Account. Could you please check if there is any problem with my account? I need support from Apple.
Replies
1
Boosts
0
Views
197
Activity
1h
Developer team invite form not opening
I received a developer team invite. When I click on the link to accept the invite, a new page opens. There is a proccessing spinner on the page, but it does not go any farther. I have left if run for quite some time, but it just keeps spinning. I am on a mac book pro Thanks
Replies
3
Boosts
0
Views
189
Activity
3h
Not being able to access the ‘ Certificates, Identifiers & Profiles ‘ page
Hello! I am a developer that needs to access the app IDs of some apps but I am locked out of the ‘Certificates, Identifiers & Profiles’ page with an error that says I am not enrolled in the apple developer program even tho I am enrolled. Any help would be appreciated!
Replies
1
Boosts
0
Views
31
Activity
3h
Question about Legal Entity
Hi To offer my app for sale, I have to edit legal entity and provide my address there. My question is - is this address going to be visible in app store? Or is it only for Apple internal use? As I understand it, that address will be visible for everyone in EU region? But if I disable its availability in EU, then the address won't be visible? I mean I am just a hobbyist and I just don't want my address to be right there
Replies
1
Boosts
0
Views
21
Activity
7h
Can't register Apple Developer Account - stuck for 2.5 months
I set up a single-member LLC through Firstbase.io. My colleague obtained a DUNS number using the Certificate of Incorporation and EIN Verification Letter provided by Firstbase. Once we had the DUNS, I applied for an Apple Developer Account (Enrollment ID: 54AML988C5). I used my personal MacBook that I've had for years, but had to create a new Apple ID since I already have a personal Apple developer account that's been active for 8+ years. Documents I submitted with the enrollment: My passport EIN Verification Letter (with my name on it) Certificate of Incorporation A month later I received a rejection: "We're unable to proceed with your enrollment in the Apple Developer Program at this time. You can still take advantage of great content using your Apple Account to develop and test apps on your own device." Support doesn't respond to messages. The "Request a call" button on developer.apple.com/support literally does nothing — clicking it has no effect. I contacted D&B to make sure our company data was correct. They confirmed everything was fine, and at my request they updated the company profile so that my name now explicitly appears as Key Principal on the D&B website. Reached out to Apple support again — still no response. I then created a second Apple ID on our corporate domain (developer@mydomain_com) and submitted another enrollment (Enrollment ID: H9V8P25F67). Got the exact same rejection with the exact same wording. And once again — no response from support. What's especially surprising is that reaching out to Apple support from my personal developer account - which is active and in good standing - about this situation doesn't lead anywhere either. They simply don't respond. Has anyone dealt with this? What can actually be done here?
Replies
11
Boosts
10
Views
811
Activity
11h
Apple Developer Account Shows “Closed” Status but App is Ready for Distribution – Unable to Access App Store Connect
Hi, I can sign in to my Apple ID, but my Apple Developer account shows a “closed” status and I’m unable to access App Store Connect features. My app is currently showing “Ready for Distribution,” so the account appears active, but developer access is restricted. I’ve already contacted Apple Developer Support and am waiting for their response. Also, I temporarily can’t access my primary email due to a verification issue, so I’ve provided an alternate contact email and phone number in my support request. Has anyone experienced a similar situation or knows possible reasons for a “closed” developer status while the app remains approved? Thanks.
Replies
3
Boosts
0
Views
114
Activity
12h
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
1
Boosts
0
Views
33
Activity
13h
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
1
Boosts
0
Views
37
Activity
13h
Dont have renew button to renew my Apple Developer Program
Hello, my Apple Developer Program had expired 20 days ago, but i cant renew in any way (auto-renew dont work, i dont have "renew button" on web, dont have it in iOS and macOS developer apps, so i cant renew it. Has anyone encountered this problem? How can i solve it and renew my membership?
Replies
8
Boosts
7
Views
1.3k
Activity
1d
Cannot Create Certificate Via API
I am no longer able to provision certificates using the App Store Connect API. I believe this stopped working around January 2026. Documentation: https://developer.apple.com/documentation/appstoreconnectapi/post-v1-certificates Request POST https://api.appstoreconnect.apple.com/v1/certificates Authorization: Bearer ........ Content-Type: application/json Accept: application/json { "data":{ "type":"certificates", "attributes":{ "csrContent":"...", "certificateType":"PASS_TYPE_ID" }, "relationships":{ "passTypeId":{ "data":{ "type":"passTypeIds", "id":"..." } } } } } Response { errors: [ { code: 'FORBIDDEN_ERROR', status: '403', id: '3dcd6c8d-8e50-492f-8097-2a8bfd57018e', title: 'This request is forbidden for security reasons', 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' } ] } I have verified that the key used for this API call has Admin access to my account and that the key is working with other requests to the App Store Connect API. Apple Developer Program Support said that I should post here. Case #102831520012 How do I get additional information around this error?
Replies
0
Boosts
0
Views
16
Activity
1d
Apple developer enrolment pending 7 days now
I paid 99$ the fee for apple developer and still get the message Purchase your membership. To continue your enrollment, complete your purchase now Your purchase may take up to 48 hours to process. And pending in the profile menu !
Replies
0
Boosts
0
Views
24
Activity
1d
Unable to Renew Expired Apple Developer Program Membership – No Renew Button, Enroll Error
I'm hoping someone here has experienced the same issue and can point me in the right direction. My Apple Developer Program membership recently expired and my apps have been removed from the App Store. I've been trying to renew my membership but I'm completely stuck and cannot find a way forward. Here's what I've tried so far: Apple Developer App: There is no "Renew" button visible anywhere in the app. developer.apple.com/enroll: I receive the following error: "Sorry, you can't enroll at this time. Your Apple Account is already associated with the Account Holder of a membership." developer.apple.com/account: The Membership Details section loads but there is no renewal option or button available. I am logged in with the correct Account Holder Apple ID, so that is not the issue. My payment method on file is also valid. Has anyone else run into this? Is there a direct link or a workaround that triggers the renewal flow? Or is contacting Apple Developer Support the only option at this point? Any help would be greatly appreciated. Thanks in advance!
Replies
1
Boosts
1
Views
51
Activity
1d
Unable to submit a ticket from developer form?
I am currently unable to submit a support request or request a callback using my primary company developer account.I am receiving a persistent validation error stating: "This email address isn’t valid. To update your email address, visit account.apple.com." This is incorrect as the email is fully functional and I can receive emails from Apple on that address and its been years using the same email. This error is preventing me from sending any message to Apple support or requesting a call.
Replies
2
Boosts
0
Views
36
Activity
1d
Apple Developer Program Enrollment Stuck: "Your enrollment is being processed" for Weeks – Widespread Issue in 2026
Fellow Apple Developers and Apple Developer Support Team, If you’re seeing the message **“Your enrollment is being processed. Your enrollment ID is **” for weeks (or longer) with no updates, no follow-up emails, and no access to App Store Connect, you are not alone. I’m posting this in the hope of helping everyone experiencing the same frustrating delay and giving Apple a clear, visible signal that this is impacting real developers right now. My Situation (and Why It Matters) I submitted my Apple Developer Program enrollment several weeks ago, completed payment successfully, and have since sent two support emails requesting an update. The status remains unchanged. Meanwhile, my app is already live and performing well on Google Play. I’m ready to submit the iOS version, but I cannot even reach TestFlight or App Store Connect because the enrollment is still “processing.” Like many of you, I’ve read dozens of identical threads here on the forums and on Reddit in the past month alone—individual enrollments, organization enrollments, renewals— all stuck in the exact same state far beyond Apple’s published timelines. What We Know (Grounded in Apple’s Own Guidance and Community Reports) Apple’s official enrollment help page states that after purchase you should receive confirmation within 24–48 hours and that processing may involve verification of legal name, contact details, and (for organizations) D-U-N-S number or other business documents. If any information doesn’t match exactly (even a minor formatting issue with your legal name), Apple may request government-issued photo ID, which can add time. In practice, however, many developers in early 2026 are reporting waits of 2–7+ weeks with zero communication. There are currently no official Apple news posts, system-status alerts, or blog updates from the past month that directly acknowledge a backlog or explain the extended processing times. The Apple System Status page simply shows “Program Enrollment and Renewals – Available,” which doesn’t reflect the real-world experience we’re all seeing. Practical Steps You Can Take Right Now While we wait for Apple to respond, here are the constructive actions that have helped some developers move forward (or at least get clarity): Double-check every detail in your enrollment --Legal first/last name must exactly match your government ID (no nicknames, company names, or abbreviations). --Ensure the Apple ID email and contact phone are current and reachable. --For organizations: confirm your D-U-N-S number is active and correctly linked. Submit a fresh support request via the Apple Developer Contact form (even if you’ve already sent one) and reference your exact Enrollment ID. In the “Notes” field, politely include: --Date of purchase --Confirmation that payment cleared --That you have already followed up X times with no response --Business impact (e.g., app ready on Google Play, users waiting for iOS version) If you have an existing paid membership or previous apps, try renewing or accessing via that account first—it sometimes bypasses the stuck flow. Document everything (screenshots of the status page, payment receipts, support case IDs). This helps if escalation becomes necessary. For those also facing App Review/TestFlight delays once enrolled: note that even after enrollment clears, the first external TestFlight build triggers a beta review, and the final App Store submission still requires full review. There is no supported way to bypass TestFlight or direct-submit to the App Store—every public build goes through Apple’s review pipeline. Many of us are using high version numbers for ongoing TestFlight testing while the production version waits for approval. These steps are not a guarantee, but they keep your case visible and reduce the chance of a preventable administrative hold. Call to Action To everyone reading this: If you’re in the same situation, please reply below with your approximate wait time, whether it’s an individual or organization enrollment, and your region. Let’s create a clear picture of the scale of this issue so Apple can see the impact. To the Apple Developer Support and Program teams: We understand verifications take time and that you handle high volume, but weeks of silence after payment and two support requests is causing real business harm. A status update, even a general acknowledgment of current processing times, would be enormously helpful. I commit to updating this thread the moment my enrollment moves or I receive any communication from you. Thank you for reading, and thank you in advance to Apple for any assistance you can provide. Let’s get every legitimate developer into the ecosystem so we can focus on building great apps for users. I will update this post as soon as I have any progress. —Merek, Founder WRENCH: Pocket Mechanic
Replies
5
Boosts
2
Views
373
Activity
1d
Apple Developer Program Enrollment Problems
Hey everyone. This is probably the last straw I am trying to pull since I tried almost everything else. I have applied for the Apple Developer Program and the whole process started at the end of 2024. I got rejected the first time because Apple could not charge my card. It was clearly shown that the cost is $99, however, it was 106.65 Euros (I created a Revolut card with the $100 because I don't trust placing my card everywhere). I started the new process but this time I knew about the amount issue so I placed 150 Euros just to be safe. Automatic rejection with robotic AI response: "For one or more reasons, your enrollment in the Apple Developer Program couldn't be completed. We can't continue with your enrollment at this time." When I raised ticket about it I got no replies. Than both my friend and wife tried to apply for the program. Both rejected with the exact same messaging. I created a new Apple ID, new card, new everything and did everything "by the book". Again. Rejection with the same exact messaging: For one or more reasons, your enrollment in the Apple Developer Program couldn't be completed. We can't continue with your enrollment at this time... Can someone from Apple please tell me what are those reasons? I have been an Apple user for almost 10 years now. I was buying Apps from store. I am using iCloud+. Modest Citizen as some would say. What's the problem? How can I finally get to Apple Developer Program without being rejected by AI or some poor auto system?
Replies
1
Boosts
2
Views
408
Activity
1d
Apple Developer Program Enrollment Stuck, cannot Proceed Past Enrollment Screen
I am trying to enroll in the Apple Developer Program but cannot get past the enrolment screen in the Developer app on my Mac. When I click Enroll, it does not proceed to the payment screen, it just says unable to compete, contact support. I then received an email from Apple Developer Support saying my enrolment "couldn't be completed due to one or more reasons". I'm not even sure how that email is even helpful. I am an individual developer based in India trying to publish my first app on the App Store. My Apple ID is in good standing and I have no history of policy violations. Has anyone in India experienced this issue and resolved it? Is this a known problem with Indian Apple IDs or payment methods? Is there a way to enroll directly through the website instead of the Mac app? Any help appreciated.
Replies
3
Boosts
2
Views
79
Activity
1d
Cannot enroll in the developer program
Greetings! I'm running into multiple issues trying to enroll into the developer program. When I try enrolling via the Mac app the enroll button is greyed out. When I try enrolling using the web page I get the error: "We are unable to process your request". I tried contacting Apple support but they neither call me nor can I submit a support request via the written form (it doesn't submit). Is there some other way to contact Apple for support? Thank you!
Replies
0
Boosts
0
Views
43
Activity
1d
Apple Developer Account
I have been trying to open an Apple Developer Account for the last 3 weeks. Its been a nightmare. The call back option is switched off. The team is not replying back to messages. I was told a week back, there is a long queue. I have been making payments which are getting revoked after a day. Not sure how to proceed. Any suggestions, about how to resolve this and get things going here. Is there anyway, someone can please help me.
Replies
0
Boosts
0
Views
42
Activity
1d
Developer profile: chicken and egg situation
I used to live in the US. I had a developer subscription. I moved to India. I need to renew my subscription but it errors out with "There may be certain requirements to view this content." I cannot renew using my Indian credit card without updating my Region/Country but I cannot update it without renewing.
Replies
0
Boosts
0
Views
57
Activity
2d
Communication problems with Apple
Hello, About 7-8 months ago, I received an e-mail stating that my apple developer account would be deleted after 30 days, and my account was deleted after 30 days. I tried to contact many times, I got hopeful each time, but the Apple team never gave a full explanation. They always responded saying they would be interested, but it never came to fruition. In fact, I was most excited when I received the following e-mail: Hello Oğuzcan, My name is Joel, and I’m a senior Advisor with Developer Support. Your case has been given to me for further handling, and I’m happy to follow up with you today. I understand that you have initiated a conversation in our developer forums. Please, provide us more information and show us the email that you received, so we will assist your better. Please, reply to the received email for obtaining more information as the appropriate team will be able to assist you better. Please, reply to this email if you have further questions. Have a great day. Best Regards, Joel Developer Support I was very hopeful when I read that he was a Senior Advisor. This e-mail came on July 28, 18:17, today is December 8, 2025. I'm giving up hope now, my account won't be opened again. My members ask why there are no iOS versions of my applications, this is very difficult for me. Does anyone have any recommendations? I filled out forms and created requests many times.
Replies
1
Boosts
0
Views
313
Activity
2d