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
418
Feb ’26
My dev account is blocked
For un unknown reason, my Apple ID has been blocked. Since I can not connect anymore to my developer account ! I've asked to unblock it (iforgot.apple.com) but according to support the unblock sequence is not send because this Apple ID is in used. I need help to unblock my ID in order to manage my app.... note : I use an another account to post this messages.
1
0
336
Jan ’26
Not receiving invitation for developer account
Hi to whom it may concern, My company has hired an outsource to help us in developing our mobile app. But the person haven't received any invitation email to create developer account for their email company domain. The outsource company has checked with their infra team, either the invitation email was blocked, but it wasn't. Is there any solution for this? as summary my current company is inviting an outsource that used their company email to create developer account. but the email hasn't reached their end.
0
0
68
Apr ’25
I have mistakenly submitted the enroll two times, via the web
Hei everyone. As the title says, I have submitted the enrollment for the developer program two times, by mistake. I did it once, two days ago, I have received the order aknowledgement and that was it. However, today I have logged in the dev account on the web, and I saw this : To continue your enrollment, complete your purchase now Your purchase may take up to 48 hours to process. I was like, oh, finally. let me finish the enrollment. but in reality, I have applied again, and received the same order aknowledgment. How bad in trouble I am, or how bad did I messed up? And more importantly, what happens now? I mention that no money charge has been issued from my card on neither of the attempts. Thank you, Best regards, Gabriel.
0
0
51
May ’25
MDM Nginx Proxy
I'm trying to make my own MDM server and I'm having trouble allowing nginx to proxy the connection. The web app I'm making can accept http requests so I require nginx. I'm using a certificate from letsencrypt. Every time I try to enroll a phone it instantly rejects at nginx. I have tried multiple cipher options in nginx. I found the following link and my cert supports all except the DHE ones but they say you only need 1. (https://aninterestingwebsite.com/forums/thread/128482?answerId=404052022#404052022) What else can I do? 2025/05/21 14:39:44 [info] 105709#105709: *2887 peer closed connection in SSL handshake while SSL handshaking, client: 27.32.155.108, server: 0.0.0.0:9234 2025/05/21 14:41:42 [info] 106014#106014: *2891 peer closed connection in SSL handshake while SSL handshaking, client: 27.32.155.108, server: 0.0.0.0:9234 2025/05/21 14:42:32 [info] 106134#106134: *89 peer closed connection in SSL handshake while SSL handshaking, client: 27.32.155.108, server: 0.0.0.0:9234 2025/05/21 15:09:13 [info] 106132#106132: *124 client timed out (110: Connection timed out) while waiting for request, client: 172.40.1.61, server: 0.0.0.0:9234 BlockQuote below from ssllabs.com upstream backendmdmios { server 172.40.1.61:6744; } server { listen 9234 ssl; http2 on; server_name mdm.domainplaceholder.com; error_log /etc/nginx/logs/ios.com.error.log debug; # error; ssl_certificate /etc/letsencrypt/live/mdm.domainplaceholder.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/mdm.domainplaceholder.com/privkey.pem; ssl_protocols TLSv1.2 TLSv1.3; #ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384; ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-CBC-SHA256:ECDHE-RSA-AES128-CBC-SHA:ECDHE-RSA-AES256-GCM-SHA384; #ssl_ciphers TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305; #ssl_protocols TLSv1 TLSv1.1 TLSv1.2; #ssl_ciphers EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4:!3DES:!CAMELLIA; ssl_prefer_server_ciphers on; ssl_dhparam /etc/nginx/dhparams.pem; location / { proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://backendmdmios$request_uri; } }
2
0
64
May ’25
Enrollment reset after 4-week approval delay – urgent help needed
Hi team, I applied to the Apple Developer Program as a company and was finally approved after 4 weeks. However, the payment portal wouldn’t work (Apple confirmed the issue was on their end), and support advised me to use the Apple Developer app to complete payment. Unfortunately, the app does not allow enrolments for my account?, so I emailed support again (with a screenshot) — but haven’t heard back in over 24 hours. Today I tried the payment link again and it has now reset my enrollment entirely — it’s asking me to start over from scratch. This is incredibly frustrating, as we’re trying to launch our app and have already been waiting a month. Can someone escalate this urgently or restore my approved application so I can complete payment? Case number: 102625219051 Thanks in advance, Michael Krishnan-Jones
0
0
138
Jul ’25
Question Regarding Obtaining the MDM Vendor CSR Signing Certificate
Hi, I have a question about obtaining the MDM Vendor CSR Signing Certificate. Is it possible to obtain this certificate with an Apple Developer Program account? From the official documentation below, it seems like it might be possible: https://aninterestingwebsite.com/help/account/certificates/mdm-vendor-csr-signing-certificate/ However, I have also seen past forum posts stating that it is only available through the Apple Developer Enterprise Program: https://aninterestingwebsite.com/forums/thread/671716 If anyone has detailed knowledge about this, I would greatly appreciate your guidance.
0
0
76
Jun ’25
Confirmation on the Use of MDM Vendor CSR Certificates in On-Premises MDM Solutions
We are developing an MDM solution. In addition to the cloud-based version, we are also developing an on-premises version of the MDM solution for organizations such as government agencies and other entities for whom using public cloud services is difficult. In such cases, regarding the "MDM vendor CSR certificate" to be included in the on-premises package: Would it be acceptable to use a certificate owned by our company (the MDM vendor)? Or would it be necessary for the client organization to prepare a new certificate themselves?
0
0
84
Jun ’25
Stuck after Master Developer Account was enrolled in Apple Business Domain
Hi All, Posting here after completely spinning our wheels with Apple Business Support AND Apple Developer Support thus far. Problem: Our team of Developers have been using Corporate e-mail addresses (companyname.com) as Apple Developer Accounts. A couple of months ago we enrolled in Apple Business and enrolled our .com domain under management. Developers and others were given 30 days to enroll their accounts manually at the end of which it would be done automatically. One of our Developers did the manual transition with the result that his Developer Account "came with him" i.e. signing certificates and whatnot. Our Master Developer - my term, sorry if incorrect reference to the primary Developer Account - did nothing and his e-mail address but not his Developer Account was "forcibly" enrolled. The result being that he lost access to his Developer Account. Apple Support explained that the Developer Account had automatically been assigned a temporary access in the format "user dot name-company dot com at temporary.appleaccount.com". Great, all the Developer needs to do is to log in and follow the immediate prompting to assign a new valid e-mail address. Unfortunately, any address that the User enters is accepted and a verification code is expected. But no verification code is ever received. Not in our Corporate e-mail gateway under a working alias, not in other private accounts. Not in Spam, Junk etcetera. Something is inhibiting the change. The Developer is now stuck because he cannot log in in order to create his own support ticket. I have done so on his behalf, explained clearly the issue, received a link to an open page that does not require authentication, and he created a new ticket. The response comes again back from L1 Support on how to recover or change your login e-mail. Absolutely no recognition of the problem that has been clearly and repeatedly documented. (Bangs head against wall in frustration.) Questions: Is this Problem Description clear? If not PLEASE ask for clarification! Does anyone recognise this issue? Does anyone have a solution OR a way to reach the appropriate level in Apple Developer Support SO THAT our key Certificates etcetera that are no longer accessible in this "blocked" account can be recovered! Thanks for reading ☺
0
0
103
Jul ’25
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
418
Activity
Feb ’26
Can't Enroll in Developer Program from Bangladesh
I'm a developer from Bangladesh and want to join the Apple Developer Program. I created my Apple ID with the US region, but I can’t provide valid US billing info. How can I pay using my Bangladeshi card and billing address to enroll in the program?
Replies
1
Boosts
0
Views
124
Activity
May ’25
Program Enrollment
I have purchased Apple Developer Account, yesterday but till now did not recieve any update regarding for the same. Please update about the account membership. Thanks in advance
Replies
0
Boosts
0
Views
54
Activity
Jun ’25
Time to get VisionOS developer kit
Hi ~ May I know how long did you get your VisionOS developer kit? Thanks
Replies
0
Boosts
0
Views
61
Activity
Jun ’25
Developer Program
I already made a payment for developer program. but it show pls enroll to make payments it take time to 2 days for processing.
Replies
1
Boosts
0
Views
122
Activity
Jan ’26
My dev account is blocked
For un unknown reason, my Apple ID has been blocked. Since I can not connect anymore to my developer account ! I've asked to unblock it (iforgot.apple.com) but according to support the unblock sequence is not send because this Apple ID is in used. I need help to unblock my ID in order to manage my app.... note : I use an another account to post this messages.
Replies
1
Boosts
0
Views
336
Activity
Jan ’26
How can I get my account unblocked?
I contacted you, but I haven't received any reply. What should I do? I need to use my developer account to publish the app; this was clearly a mistake.
Replies
1
Boosts
0
Views
201
Activity
Jul ’25
My Apple deveoper program enrollment is in review since weeks?
Hi folks, I bought a apple developer program two weeks back. I have got the enrollment ID but it says it is still in review. Is two weeks the standard time or is there anything I have to do from my side.
Replies
0
Boosts
0
Views
83
Activity
Jun ’25
Not receiving invitation for developer account
Hi to whom it may concern, My company has hired an outsource to help us in developing our mobile app. But the person haven't received any invitation email to create developer account for their email company domain. The outsource company has checked with their infra team, either the invitation email was blocked, but it wasn't. Is there any solution for this? as summary my current company is inviting an outsource that used their company email to create developer account. but the email hasn't reached their end.
Replies
0
Boosts
0
Views
68
Activity
Apr ’25
I can't access apple developer accounting with password
"Failed to verify your identity. Try again." I only see this text. I have the correct apple account and password and I have made the payment. I can't log in with my password, why? Question 1: What should I do to log in with my password? Question 2: What is the error?
Replies
0
Boosts
0
Views
80
Activity
May ’25
I have mistakenly submitted the enroll two times, via the web
Hei everyone. As the title says, I have submitted the enrollment for the developer program two times, by mistake. I did it once, two days ago, I have received the order aknowledgement and that was it. However, today I have logged in the dev account on the web, and I saw this : To continue your enrollment, complete your purchase now Your purchase may take up to 48 hours to process. I was like, oh, finally. let me finish the enrollment. but in reality, I have applied again, and received the same order aknowledgment. How bad in trouble I am, or how bad did I messed up? And more importantly, what happens now? I mention that no money charge has been issued from my card on neither of the attempts. Thank you, Best regards, Gabriel.
Replies
0
Boosts
0
Views
51
Activity
May ’25
Bought Apple Developer but still says "Your Apple Developer Program membership has expired"
I'm not sure how to proceed. I paid for Apple Develoepr Program but not seeing it applied to my account and I still see "Your Apple Developer Program membership has expired.'
Replies
1
Boosts
0
Views
86
Activity
2w
MDM Nginx Proxy
I'm trying to make my own MDM server and I'm having trouble allowing nginx to proxy the connection. The web app I'm making can accept http requests so I require nginx. I'm using a certificate from letsencrypt. Every time I try to enroll a phone it instantly rejects at nginx. I have tried multiple cipher options in nginx. I found the following link and my cert supports all except the DHE ones but they say you only need 1. (https://aninterestingwebsite.com/forums/thread/128482?answerId=404052022#404052022) What else can I do? 2025/05/21 14:39:44 [info] 105709#105709: *2887 peer closed connection in SSL handshake while SSL handshaking, client: 27.32.155.108, server: 0.0.0.0:9234 2025/05/21 14:41:42 [info] 106014#106014: *2891 peer closed connection in SSL handshake while SSL handshaking, client: 27.32.155.108, server: 0.0.0.0:9234 2025/05/21 14:42:32 [info] 106134#106134: *89 peer closed connection in SSL handshake while SSL handshaking, client: 27.32.155.108, server: 0.0.0.0:9234 2025/05/21 15:09:13 [info] 106132#106132: *124 client timed out (110: Connection timed out) while waiting for request, client: 172.40.1.61, server: 0.0.0.0:9234 BlockQuote below from ssllabs.com upstream backendmdmios { server 172.40.1.61:6744; } server { listen 9234 ssl; http2 on; server_name mdm.domainplaceholder.com; error_log /etc/nginx/logs/ios.com.error.log debug; # error; ssl_certificate /etc/letsencrypt/live/mdm.domainplaceholder.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/mdm.domainplaceholder.com/privkey.pem; ssl_protocols TLSv1.2 TLSv1.3; #ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384; ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-CBC-SHA256:ECDHE-RSA-AES128-CBC-SHA:ECDHE-RSA-AES256-GCM-SHA384; #ssl_ciphers TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305; #ssl_protocols TLSv1 TLSv1.1 TLSv1.2; #ssl_ciphers EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4:!3DES:!CAMELLIA; ssl_prefer_server_ciphers on; ssl_dhparam /etc/nginx/dhparams.pem; location / { proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://backendmdmios$request_uri; } }
Replies
2
Boosts
0
Views
64
Activity
May ’25
Enrollment reset after 4-week approval delay – urgent help needed
Hi team, I applied to the Apple Developer Program as a company and was finally approved after 4 weeks. However, the payment portal wouldn’t work (Apple confirmed the issue was on their end), and support advised me to use the Apple Developer app to complete payment. Unfortunately, the app does not allow enrolments for my account?, so I emailed support again (with a screenshot) — but haven’t heard back in over 24 hours. Today I tried the payment link again and it has now reset my enrollment entirely — it’s asking me to start over from scratch. This is incredibly frustrating, as we’re trying to launch our app and have already been waiting a month. Can someone escalate this urgently or restore my approved application so I can complete payment? Case number: 102625219051 Thanks in advance, Michael Krishnan-Jones
Replies
0
Boosts
0
Views
138
Activity
Jul ’25
Question Regarding Obtaining the MDM Vendor CSR Signing Certificate
Hi, I have a question about obtaining the MDM Vendor CSR Signing Certificate. Is it possible to obtain this certificate with an Apple Developer Program account? From the official documentation below, it seems like it might be possible: https://aninterestingwebsite.com/help/account/certificates/mdm-vendor-csr-signing-certificate/ However, I have also seen past forum posts stating that it is only available through the Apple Developer Enterprise Program: https://aninterestingwebsite.com/forums/thread/671716 If anyone has detailed knowledge about this, I would greatly appreciate your guidance.
Replies
0
Boosts
0
Views
76
Activity
Jun ’25
Confirmation on the Use of MDM Vendor CSR Certificates in On-Premises MDM Solutions
We are developing an MDM solution. In addition to the cloud-based version, we are also developing an on-premises version of the MDM solution for organizations such as government agencies and other entities for whom using public cloud services is difficult. In such cases, regarding the "MDM vendor CSR certificate" to be included in the on-premises package: Would it be acceptable to use a certificate owned by our company (the MDM vendor)? Or would it be necessary for the client organization to prepare a new certificate themselves?
Replies
0
Boosts
0
Views
84
Activity
Jun ’25
"This field is invalid"
Unable to add a user on my app store connect. I get "This field is invalid" error each time. I have tried with a variety of different emails, same error.
Replies
0
Boosts
0
Views
64
Activity
Apr ’25
Stuck after Master Developer Account was enrolled in Apple Business Domain
Hi All, Posting here after completely spinning our wheels with Apple Business Support AND Apple Developer Support thus far. Problem: Our team of Developers have been using Corporate e-mail addresses (companyname.com) as Apple Developer Accounts. A couple of months ago we enrolled in Apple Business and enrolled our .com domain under management. Developers and others were given 30 days to enroll their accounts manually at the end of which it would be done automatically. One of our Developers did the manual transition with the result that his Developer Account "came with him" i.e. signing certificates and whatnot. Our Master Developer - my term, sorry if incorrect reference to the primary Developer Account - did nothing and his e-mail address but not his Developer Account was "forcibly" enrolled. The result being that he lost access to his Developer Account. Apple Support explained that the Developer Account had automatically been assigned a temporary access in the format "user dot name-company dot com at temporary.appleaccount.com". Great, all the Developer needs to do is to log in and follow the immediate prompting to assign a new valid e-mail address. Unfortunately, any address that the User enters is accepted and a verification code is expected. But no verification code is ever received. Not in our Corporate e-mail gateway under a working alias, not in other private accounts. Not in Spam, Junk etcetera. Something is inhibiting the change. The Developer is now stuck because he cannot log in in order to create his own support ticket. I have done so on his behalf, explained clearly the issue, received a link to an open page that does not require authentication, and he created a new ticket. The response comes again back from L1 Support on how to recover or change your login e-mail. Absolutely no recognition of the problem that has been clearly and repeatedly documented. (Bangs head against wall in frustration.) Questions: Is this Problem Description clear? If not PLEASE ask for clarification! Does anyone recognise this issue? Does anyone have a solution OR a way to reach the appropriate level in Apple Developer Support SO THAT our key Certificates etcetera that are no longer accessible in this "blocked" account can be recovered! Thanks for reading ☺
Replies
0
Boosts
0
Views
103
Activity
Jul ’25
APNs certificate
Hello All, I am trying to generate APNs certificate but no luck. Please guide me how to generate it. Thanks
Replies
0
Boosts
0
Views
38
Activity
Jun ’25