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

Enrollment Button not working on Apple Developer App
Hello Apple Support team, I hope You are doing well this is Muhammad Musaab and i am currently applying for the apple developer program i have successfully completed my apple profile and when i logged in to my developer app on macbook and also on my iphone the enrollment button gets grayed out and unclickable, please i do not want to sign up on web page i am asking help regarding the grayed out button i am getting on apple developer app. Kindly resolve this issue as soon so that i could provide my unique games and apps to apple users. Thanks!
0
0
44
Jun ’25
issue with implementing sign in with apple
Hi Apple team, I'm integrating Sign in with Apple on my website https://roomieqindia.com using a custom Node.js backend, and I'm consistently receiving this error: invalid_client My configuration: ✅ Service ID: com.roomieq.auth ✅ Team ID: 75XVX5RXMQ ✅ Key ID: (from Apple-generated .p8 key) ✅ Private Key: (.p8 key pasted correctly in backend) ✅ App ID Selected: com.roomieq.roomieq ✅ Domain Added: roomieqindia.com ✅ Return URL: https://roomieqindia.com ✅ Clicked Done → Continue → Save after configuration Behavior: When I open this URL directly in browser: https://appleid.apple.com/auth/authorize?client_id=com.roomieq.auth&redirect_uri=https%3A%2F%2Froomieqindia.com&response_type=code%20id_token&scope=name%20email&response_mode=web_message&frame_id=ef13a755-75bb-4eef-8dd6-73bd75d6ede5&m=11&v=1.5.5 I get invalid_client. My backend uses apple-signin-auth Node.js package to: Generate the client secret (JWT) Exchange auth code for tokens Verify ID token Everything fails at step 1 because Apple doesn’t seem to recognize my Service ID as valid. What I Need: Can you please verify if: My Service ID ( com.roomieq.auth ) is fully active and recognized My App ID and Service ID are properly linked on Apple’s end There are any hidden issues with domain or return URL setup Let me know if I need to reset the Service ID or regenerate anything. Thanks in advance!
0
2
63
Jun ’25
Sign in with apple get invalid_client error
Problem I’m trying to implement Sign in with Apple in my application. However, when my app redirects to the Apple authorization page at: https://appleid.apple.com/auth/authorize I get an invalid_client error with no further explanation. Settings I followed this article closely: [https://developer.okta.com/blog/2019/06/04/what-the-heck-is-sign-in-with-apple#generate-the-client-secret] Steps I have completed: Created an App ID and a Service ID on Apple Developer Portal. Enabled “Sign in with Apple” for both the App ID and the Service ID. Added my domain and callback URL to the Service ID configuration. (I'm using ngrok to proxy my localhost during development.) Linked an existing private key with “Sign in with Apple” capability. My identifiers: Service ID is used as client_id Team ID is taken from the top right of the Apple Developer dashboard Key ID is from the private key associated with the App Environment My backend is built with Laravel, and I'm using the [SocialiteProvider/Apple][https://socialiteproviders.com/Apple/#installation-basic-usage] library to handle the OAuth flow. I followed the recommended method to generate a client secret (JWT) for each request, using this blog post: [https://bannister.me/blog/generating-a-client-secret-for-sign-in-with-apple-on-each-request] My .env configuration looks like this: APPLE_CLIENT_ID=com.service.paxton.stockApp APPLE_TEAM_ID=25729642DK APPLE_KEY_ID=JFP9Q53ZCY APPLE_PRIVATE_KEY=storage/AppleDev-AuthKey_JFP9Q53ZCY.p8 JWT Generation I also tested generating the JWT using the Ruby script from the Okta article: [https://developer.okta.com/blog/2019/06/04/what-the-heck-is-sign-in-with-apple#generate-the-client-secret] Here is the script I used: require 'jwt' key_file = './storage/AppleDev-AuthKey_JFP9Q53ZCY.p8' team_id = '25729642DK' client_id = 'com.service.paxton.stockObserve' key_id = 'JFP9Q53ZCY' ecdsa_key = OpenSSL::PKey::EC.new IO.read key_file headers = { 'kid' => key_id } claims = { 'iss' => team_id, 'iat' => Time.now.to_i, 'exp' => Time.now.to_i + 86400*180, 'aud' => 'https://appleid.apple.com', 'sub' => client_id, } token = JWT.encode claims, ecdsa_key, 'ES256', headers puts token This JWT validates correctly. I’ve also used Apple’s public key to verify the signature, and it passed. I verified the JWT header and payload format using this helpful article: [https://fluffy.es/how-to-solve-invalid_client-error-in-sign-in-with-apple/] Third-Party Testing To eliminate mistakes in my setup, I even tried a third-party tool featured in this YouTube video: [https://youtu.be/8v01TaX1EJA?si=0jOBGBVk0R0zbmdo] Unfortunately, the result was the same — invalid_client. Question I’ve double-checked everything I can think of: keys, claims, domain whitelist, identifiers. I even verified the JWT independently. If anyone (especially someone from Apple) can help identify the missing piece, I would be truly grateful.
2
3
155
Jun ’25
Steps to become a Payment Service Provider
Hi, I'm inquiring about becoming a Payment Service Provider (PSP) by Apple, in order to recieve encrypted tokens from our merchants and decrypt them on our payment gateway PCI Complient server. I've gone through your developers api documents and could not find follow through process. What I understand that - Organization must be enrolled in the Apple Developer program ($99/year): https://developer.apple.com/programs/enroll/ Create your unique Apple Pay merchant ID Sign in the Apple Developer and fill out the submission form (https://developer.apple.com/contact/request/apple-pay-web-merchant-registration-api) to request access to the API Set up your Payment Processing Certificate and Merchant Identity Certificate But the above steps does not talk about - How we need to decrypt apple pay token on our server Validate/Authenticate the token Send response back to merchant Any additional steps that I missed ? You help is much appreciated. Thanks
0
0
66
Jun ’25
iOS 26 issues
Pls does anyone know how to downgrad from iOS 26 back to 18, I also don’t have a MacBook, If theres a way to downgrade without it let me know pls and if I have to use a MacBook I’ll get a friends macbook but I need to how to downgrade and if it’s possible to downgrade
0
0
87
Jun ’25
Apple Developer Program Enrollment FAILURE
I’ve been trying to pay for Apple Developer Program enrollment since decemeber 2024 so now in June 2025 - 6 months of no solutions We have tried all everything, emailed every possible support on developer website, tried mutliple cards and accounts, withdraw enrolment, re-enroll nothing. We even spoke to local Apple Head Office to try and get help to no avail. Customer senior management support even could not help or escalate nothing – But I don’t know what’s really going on or what to do next PLEASE HELP US We are from South Africa
2
0
97
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?
2
0
67
Jun ’25
Confirmation on the Use of MDM Vendor CSR Certificates in On-Premises MDM Solutions
Hello, 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
42
Jun ’25
Unable to Complete Apple Developer Enrollment – No Response After Payment
Developer Tools & ServicesHello, I’m trying to enroll in the Apple Developer Program as an individual, but I’ve run into repeated issues and haven’t received any response or confirmation. Here’s what I’ve tried: I created a new Apple ID with my real name (first and last name). Enabled two-factor authentication. Verified that my billing and shipping addresses are complete. Tried enrolling both from the web and from the Apple Developer app on an iPhone. Used multiple valid credit and debit cards (Visa and Mastercard). Waited over 48 hours for confirmation or email—still nothing. No charges appear on my bank account either. I submitted a support request via the official Developer Support page but haven’t received any reply. I’m located in TUNISIA, and my Apple ID region matches my billing info and card. At this point, I’m unsure what’s going wrong or if my enrollment is blocked. Has anyone else faced this issue? Any advice on how to proceed or get a response from Apple? Thank you in advance. Best regards
0
0
39
Jun ’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://developer.apple.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://developer.apple.com/forums/thread/671716 If anyone has detailed knowledge about this, I would greatly appreciate your guidance.
0
0
42
Jun ’25
Membership migration from an individual to an organization
Hey guys, did someone tried recently to migrate membership from an individual to an organisation? I initiated the process on 1st of May, and as final step sent confirmation documents on 7th of May. Since then I don't have any updates, tried to contact support, but they said that they can't help as legal team is reviewing. So I wanted to ask is it ok to wait for 6 weeks? I thought this would take 2-4 weeks
1
0
47
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
42
Jun ’25
developer membership program
for over 2 months, I have peen trying to purchase apple developer account, I have submitted duns number, they also requested other verification details which I have submitted over 2 months, and I have tried chatting apple support and they keep telling me it under review for more than 2 months, currently they are not replying my chat
1
2
42
Jun ’25