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

Can’t renew apple developer membership
my apple dev membership expired, I can’t change anything so I went to support, case number 102637543521. They said it’s because I moved to a different country. I emailed them my proof of address then they stopped replying. Then I tried to start new support requests but nothing came back, I think I might be flagged by the system. i need the membership to publish apps pls help
2
0
59
Jul ’25
Developer Account Payment Made, But No Activation Email After 3 Weeks
Hello, I created an Apple Developer account and paid the €79 membership fee. It has now been three weeks, and I still haven’t received any email confirming the activation or approval of my account. Apple mentioned that I would receive a response within 48 hours, but I have only received two emails related to the payment invoice. There has been no update regarding the status or activation of my developer account. Can someone help me understand what might be causing the delay, or how I can get in touch with the right support team to resolve this? Thank you.
0
0
51
Jul ’25
MacBook developer mode force enabled
I have a MacBook with AppleCare+ recently purchased retail (no business account or associated developer account) from the Cupertino visitor center store that is configured with developer mode force enabled. Is it expected for a retail purchased, non-provisioned device to be set up with developer mode force enabled? Or did I hit the lotto?
1
0
162
Jul ’25
Charged Twice for Apple Developer Program – Same iCloud, Can I Get a Refund?
Hi everyone, I’m posting this to ask for advice and see if anyone has experienced a similar issue with the Apple Developer Program subscription. On July 9th, 2025, I registered for the Apple Developer Program via the Apple Developer app on my iPhone using my main iCloud account (Apple ID). The expected annual fee was 2,299,000 VND (~$99). However, I just checked my billing history and saw that I was charged twice for the same subscription, both under the same Apple ID / iCloud account, on the same day. Key Details: I only enrolled once. Both charges are labeled “Apple Developer Program”, exactly the same amount (2,299,000 ₫). The payments were made through the App Store, not via the website. My account on developer.apple.com/account still shows “Enroll Now” — meaning I haven't been activated yet. I have not received any welcome email either. My questions: Is it possible to request a refund for one of the charges, since both payments came from the same iCloud account and clearly refer to the same subscription? Has anyone else encountered this issue? How long did it take Apple to respond? Was your refund request approved? Should I wait for Apple to activate my account, or should I escalate the issue now? I’ve already submitted a refund request through https://reportaproblem.apple.com, but I’m posting here in case someone has more experience or insights. Thanks in advance!
0
0
109
Jul ’25
🔥 Developer Account Expired — No Option to Renew, No Timely Support (India)
I’m extremely disappointed with the Apple Developer Program experience. Our organization account (JD SOFTWARE PRIVATE LIMITED) expired on October 26, 2024, and to this day, there is no visible option to renew — not in the Apple Developer app (iOS/Mac), not on the developer website. We've followed every instruction Apple provides, and nothing works. To make things worse, I’m based in India, but Apple’s support is clearly U.S.-centered and unresponsive. I contacted support and got a canned response asking me to wait 24 hours. Why does a global company like Apple not provide time zone–relevant or regional developer support? This isn’t a minor inconvenience—it’s a major business disruption. Our apps are unavailable, and we can’t push updates. And yet we’re met with silence and confusion when we try to give Apple more money to renew our account. Apple enforces the strictest guidelines on developers, yet offers no proper channel to resolve something as basic as account renewal. It’s absurd. We’re now being forced to consider alternative app stores and distribution platforms—not because we want to leave, but because Apple is making it impossible to stay. Apple, please fix this. Developers outside the U.S. deserve better. JD SOFTWARE PRIVATE LIMITED
0
0
123
Jul ’25
Business Name Change Blocking Critical App Identifiers
I’m in crisis mode and desperately need advice. Launching in 10 days and just hit a major roadblock. Background: Set up developer account under a business name only because we needed the D-U-N-S number when starting development Have a working app with Family Controls already configured on the main identifier Yesterday my developer discovered we need Family Controls on 3 additional identifiers for launch a week ago (terrible timing) I submitted a business name change request thinking it was good housekeeping The Crisis: Certificates, Identifiers & Profiles portal is completely locked during business name change processing Can’t add Family Controls to the 3 identifiers we need for launch Business name change typically takes 2-4 weeks Launch is in 10 days What I’ve Done: Contacted Apple Developer Support explaining the urgency Case ID: 102633553000 for the name change request Desperate Questions: Has ANYONE successfully cancelled a business name change mid-process for urgent app needs? Any emergency escalation paths at Apple for launch-blocking issues? Would creating a new developer account be faster? (Though that seems nuclear) Any other workarounds I’m not thinking of? The business name change was purely administrative - nothing structural changes. But these identifier updates are absolutely critical for launch functionality and we didn’t realize they were needed until trying to launch into testflight. This is our first time so learning a lot the hard way 🫠. Thanks in advance for any help!
0
0
182
Jul ’25
Unable to Renew Developer Account - Payment Fails Despite Valid Cards
Hi everyone, My Apple Developer Program subscription was supposed to renew last month, but the payment failed. Surprisingly, the subscription didn’t expire right away, I got an extra month. I’ve now tried updating the payment method using multiple credit/debit cards (including my own and my dad’s), all of which are working perfectly elsewhere but the payment continues to fail. In the Developer app on macOS, I don’t see any option to manually renew the subscription (see attached screenshot). I also noticed that the street address on my developer account doesn’t match the billing address of the card I’m using. Could this be the cause of the issue? If automatic renewal fails, is there a manual payment method available? I’ve already contacted Apple Support, but the solutions they suggested haven’t worked. With my subscription now set to expire in just 3 days, I’m running out of time and options. If there's any way to manually pay or resolve this, I would really appreciate it. I’m in a desperate situation and need to renew to keep my app updates live. Thanks in advance!
0
0
131
Jul ’25
Failed to create Apple Pay session: 400 Bad Request
We are using apple pay on the Web. But we are getting this error as below while creating the session from our API - {"error": "Failed to create Apple Pay session: 400 Bad Request: [{ "statusMessage": "Payment Services Exception merchantId=2BA8AF828D93E74EC76655D09C9132B7445BA789D674E970873CCCD85E5A8A5E not registered for domain=https://applepay-dev.ippay.com", "statusCode": "400" }]"} ==================================================== Please use the following Curl request to generate the error. curl --location 'https://applepay-dev.ippay.com/api/v2/payment/alternatepay/session/create' --header 'Content-Type: application/json' --header 'Accept: /' --header 'Sec-Fetch-Site: same-origin' --header 'Accept-Language: en-US,en;q=0.9' --header 'Accept-Encoding: gzip, deflate, br' --header 'Sec-Fetch-Mode: cors' --header 'Host: applepay-dev.ippay.com' --header 'Origin: https://applepay-dev.ippay.com' --header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15' --header 'Referer: https://applepay-dev.ippay.com/payment/payment.html' --header 'Content-Length: 84' --header 'Connection: keep-alive' --header 'Sec-Fetch-Dest: empty' --data '{"validationUrl":"https://apple-pay-gateway.apple.com/paymentservices/startSession"}' Configuration steps we followed - A. Created Merchant ID B. Created payment processing and Merchant Identity certificate C. Did domain association mapping for the merchant C. Created domain name and TLS SSL for the server from where we are calling the API Please advise.
0
1
149
Jul ’25