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

Apple Developer subscription invoice - solve this already - we need to find it easy and download it
(To all readers, moderators, AI, bots, etc: please avoid telling me to search the forum! Answer here. Thank you!). No matter what I do, no matter which link or advice I follow, I can't end up at the invoice of my paid subscription. Not on screen, nor for download. Just as if it does not exist (emails doesn't count, it is just a receipt text). I sign in, I go to Orders, I enter the order number (e.g. AEM079****), I enter the SAME email where I received the confirmation email for the purchase. At the end it says either "there was a problem... blah-blah, try again" or something similar to "The order number entered is already linked to an Apple ID.". Well, that IS ME, the same email. I am really sick of this already, every time my accountant asks me for the invoice, I go to Apple hoping "let me find it this time". But Nope, never happened. And it is not onle me. Can Apple solve this years-old-issue? Please do NOT close this question until I (we) all get an advice or answer which REALLY WORKS! Thank you. In case you have the knowledge how to to do this, post the answer here, do not forward me to some 5 years old advice or workaround. If you don't know, do not "guess". Thank you. And yes, I am angry :-)
0
1
119
Nov ’25
Developer account payment issue
Im having trouble paying for my new developer account and it seems its been an ongoing issue for new enrollments. Has anyone else had this issue? If so how did you manage to resolve it? I keep getting "Your payment authorisation failed on card. Please verify your information and try again, or try another payment method." I tried different cards, called my bank, tried on safari, tried on the app and been back and forth with support for a couple of weeks no with no solution. Your advice would be greatly appreciated.
1
1
104
2w
Cannot renew Apple Developer membership - there is no Renew button
My Apple Developer membership has expired and as a result I can't publish app updates and my app is no longer visible on the App Store. I'm trying my best to renew my membership, but there is no "Renew" button where it should be, as reported by multiple sources from Apple. I've tried web, the Developer on macOS, the Developer app on iOS, but there is nowhere a "Renew" button to be found. If I login with another (old) account I can see the renew button where there is none on my other account. I've contacted Apple Developer support, but they are not responding. Seems like I'm stuck. Does anyone have experience with this particular problem? How did you solve this problem?
1
1
241
Jul ’25
Your payments from Apple are on hold,
We noticed some irregular activity associatedwith your vendor number 89341607 andhave paused your earnings payments whilewe investigate.Once our review is completewe'll determine if we can resume your payments. If you have any questions, contact us. Best regards, Apple Developer Relations Today I received this email. May I ask who has encountered the same issue and how long it will take to resolve?
1
1
456
Jan ’26
Testing Significant Location Change
We are currently developing a research-based iOS application that relies heavily on background capabilities, specifically Significant Location Change. We are using CLLocationManager.startMonitoringSignificantLocationChanges(). During development, when using Debug → Simulate Location in Xcode, we receive a location update only once. Subsequent simulated location changes do not trigger additional callbacks, which makes testing and development quite cumbersome. Are there any tools, commands, or workflows (e.g., via Xcode, Instruments, or system-level simulation) to reliably simulate multiple significant location change callbacks for testing purposes? If there aren't such tools, how do I test this behaviour reliably, robustly and rigidly?
1
0
304
Feb ’26
Payment charged but Apple Developer Program not activated (no confirmation email)
Hi everyone, I enrolled in the Apple Developer Program and paid for the membership through the Apple Developer app on my iPhone on January 20, 2025. The membership fee was successfully charged to my debit card. However, I never received any confirmation email, invoice, or receipt for the payment, and the subscription does NOT appear under my Apple ID subscriptions. As of today, my developer account is still not active, and I’m seeing inconsistent information across platforms: In the Apple Developer app, I now see a message saying that I can’t enroll with this account, even though the payment was charged. On the developer.apple.com website, it says that I still need to purchase the membership. I’ve already contacted Apple Developer Support via email, but I haven’t received any response yet. Has anyone experienced a similar issue where: The membership fee was charged, No confirmation or receipt email was received, The subscription does not appear in the Apple ID, And the developer account remains inactive? Any guidance or shared experiences would be greatly appreciated. Thank you.
1
1
49
Jan ’26
Ongoing Support Failure – Repeated Case IDs, No Resolution
I’ve submitted several requests over the past days to get help updating the corporation information on my existing, paid Apple Developer account. So far, all I’ve received are automated emails saying “Thanks for contacting Apple Support”—each with a new case ID, but no actual progress. I even tried requesting a phone call multiple times, but that too just resulted in the same meaningless email with yet another case number. Not a single person has contacted me, and the issue remains completely unresolved. This is deeply frustrating and unacceptable, especially when the matter is time-sensitive. It feels like all support channels are shut off. I'm honestly shocked at how unresponsive and ineffective Apple Developer Support has become. I need urgent, human help. How do I escalate this beyond automated replies? Would appreciate if someone from Apple or the community can point me in the right direction. Case ID: 102660240710 Case ID: 102659341033 Case ID: 102660088312 case ID: 102653904957 case ID: 102655915128
1
1
130
Aug ’25
Developer Account Approval
Hello everyone, I’m posting here to see if anyone has experienced a similar issue or can advise on next steps. I applied to the developer program under sole proprieter and received this notice: "We are unable to process your request. An unknown error occurred." I submitted two support requests to Apple Developer Support over a week ago and received the automated confirmation, but I haven’t received any follow-up or response yet. I tried calling various numbers at Apple, but am unable to get in contact with the department whatsoever. Case ID: 20000105546663 At this point, I’m just looking for a status update or guidance on what to do next. If anyone has suggestions on how to get a response from Apple Developer Support, or get in contact with them in any way, let me know.. Thanks in advance for any help.
0
1
54
Feb ’26
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
217
Jul ’25
Cannot Renew Account
Every time I try to renew my Apple Developer account, I get a message like "This item is not available in your country or region." (I'm in the United States) I reached out to Apple Developer support via email (because Apple Developer does not offer phone options anymore for any support topics on the website), and they gave me the following response. "We can’t verify your identity with the Apple Developer app or provide further assistance with the Apple Account for Apple developer programs." This is ridiculous! I have multiple apps on the App Store and in TestFlight. I use my Apple Developer account to make a living- how is this even allowed? I have never done anything to violate any terms or agreements. Has anyone else been through this issue and how did they get it resolved?
1
0
251
Jan ’26
Developer Enrollment
A couple days ago I enrolled in the Apple Developer Program as an individual, filled out my address and payment information, paid the fee, my bank account got charged, and I received an email with a receipt and order number. The email with the receipt says the following: To access your membership resources and benefits, visit Account on the Apple developer website. Simply sign in with the Apple ID you used to enroll. Please note that no package will be shipped to you, and you can begin using your membership resources right away." If I click on my order number it says: "Enrollment Complete", "Electronically Delivered(Completed)", and "Thanks for being a part of the Apple Developer Program.". However, when I sign in to my account on developer.apple.com, and then click on account, it says "Pending", "Purchase your membership." and, "To continue your enrollment, complete your purchase now.", If I already paid and my order says, "Enrollment Complete", why do I still not have access to sign any builds. I would think this would be instant approval being that I live in the US, and have already been charged, but I guess not. Has anyone else had this happen to them? If so what was the resolution?
3
1
142
Apr ’25
My Apple account got "locked" and access "denied" - and I have production apps on there
Yesterday I went to log into my Apple account for business, which is connected to my developer profile and my live production apps on the App Store right now. It said I had the wrong password - which was weird, because I definitely didn't. I went to Forget Password, and it said my account was locked and I had to request access to it. I did, and I just got an email from Apple that my request was "denied." I have no idea what's going on. I didn't do anything unusual recently, and my apps haven't even been updated in about a week. I desperately need to get access to my apps again. Does anyone know what I should do here? I'm really quite panicked as again my whole business is on that account.
1
1
115
Apr ’25
No response from Apple Developer Support after 1 week (Case ID: 102818054039)
Hello everyone, I’m posting here to see if anyone has experienced a similar issue or can advise on next steps. I submitted a support request to Apple Developer Support over a week ago and received the automated confirmation, but I haven’t received any follow-up or response yet. Case ID: 102818054039 I’ve already been charged USD 99.00 for the Apple Developer Program, and the payment was successful. Below are some of the relevant details for reference: Product: Apple Developer Program Invoice Number: MC47999846 Invoice Date: January 29, 2026 Web Order Number: D004733307 Sales Order Number: AER8645015 At this point, I’m just looking for a status update or guidance on what to do next. If anyone has suggestions on how to get a response from Apple Developer Support or escalate the issue, I’d really appreciate it. Thanks in advance for any help.
1
1
95
Feb ’26
How to down grade from iOS 26 to iOS 18
My app worked correctly using iOS 18. I tried to down grade back to iOS 18, but there are no signed ipsw file available. How can I down grade my iphone back to iOS 18?
Replies
1
Boosts
0
Views
276
Activity
Oct ’25
Apple Developer subscription invoice - solve this already - we need to find it easy and download it
(To all readers, moderators, AI, bots, etc: please avoid telling me to search the forum! Answer here. Thank you!). No matter what I do, no matter which link or advice I follow, I can't end up at the invoice of my paid subscription. Not on screen, nor for download. Just as if it does not exist (emails doesn't count, it is just a receipt text). I sign in, I go to Orders, I enter the order number (e.g. AEM079****), I enter the SAME email where I received the confirmation email for the purchase. At the end it says either "there was a problem... blah-blah, try again" or something similar to "The order number entered is already linked to an Apple ID.". Well, that IS ME, the same email. I am really sick of this already, every time my accountant asks me for the invoice, I go to Apple hoping "let me find it this time". But Nope, never happened. And it is not onle me. Can Apple solve this years-old-issue? Please do NOT close this question until I (we) all get an advice or answer which REALLY WORKS! Thank you. In case you have the knowledge how to to do this, post the answer here, do not forward me to some 5 years old advice or workaround. If you don't know, do not "guess". Thank you. And yes, I am angry :-)
Replies
0
Boosts
1
Views
119
Activity
Nov ’25
Appstoreconnect : New Users -
Hello, I am inviting the users to access our Apple Developer Program as the owner of an account. However when the invited users try to sign-up, they get error as : "Your primary email address cannot end in @domain.com. Choose a different email address" How to resolve this ?
Replies
1
Boosts
1
Views
120
Activity
Oct ’25
About AQI information.
Does WeatherKit provide any AQI(Air Quality index) information? Thank you.
Replies
1
Boosts
1
Views
339
Activity
Jul ’25
Developer account payment issue
Im having trouble paying for my new developer account and it seems its been an ongoing issue for new enrollments. Has anyone else had this issue? If so how did you manage to resolve it? I keep getting "Your payment authorisation failed on card. Please verify your information and try again, or try another payment method." I tried different cards, called my bank, tried on safari, tried on the app and been back and forth with support for a couple of weeks no with no solution. Your advice would be greatly appreciated.
Replies
1
Boosts
1
Views
104
Activity
2w
Cannot renew Apple Developer membership - there is no Renew button
My Apple Developer membership has expired and as a result I can't publish app updates and my app is no longer visible on the App Store. I'm trying my best to renew my membership, but there is no "Renew" button where it should be, as reported by multiple sources from Apple. I've tried web, the Developer on macOS, the Developer app on iOS, but there is nowhere a "Renew" button to be found. If I login with another (old) account I can see the renew button where there is none on my other account. I've contacted Apple Developer support, but they are not responding. Seems like I'm stuck. Does anyone have experience with this particular problem? How did you solve this problem?
Replies
1
Boosts
1
Views
241
Activity
Jul ’25
Access to Developer Account
I registered over 48 hours ago, my payment has cleared the bank and my account still shows as "pending". Any way to speed this up or is there something I missed that I need to complete?
Replies
1
Boosts
1
Views
101
Activity
Jan ’26
Your payments from Apple are on hold,
We noticed some irregular activity associatedwith your vendor number 89341607 andhave paused your earnings payments whilewe investigate.Once our review is completewe'll determine if we can resume your payments. If you have any questions, contact us. Best regards, Apple Developer Relations Today I received this email. May I ask who has encountered the same issue and how long it will take to resolve?
Replies
1
Boosts
1
Views
456
Activity
Jan ’26
Testing Significant Location Change
We are currently developing a research-based iOS application that relies heavily on background capabilities, specifically Significant Location Change. We are using CLLocationManager.startMonitoringSignificantLocationChanges(). During development, when using Debug → Simulate Location in Xcode, we receive a location update only once. Subsequent simulated location changes do not trigger additional callbacks, which makes testing and development quite cumbersome. Are there any tools, commands, or workflows (e.g., via Xcode, Instruments, or system-level simulation) to reliably simulate multiple significant location change callbacks for testing purposes? If there aren't such tools, how do I test this behaviour reliably, robustly and rigidly?
Replies
1
Boosts
0
Views
304
Activity
Feb ’26
Payment charged but Apple Developer Program not activated (no confirmation email)
Hi everyone, I enrolled in the Apple Developer Program and paid for the membership through the Apple Developer app on my iPhone on January 20, 2025. The membership fee was successfully charged to my debit card. However, I never received any confirmation email, invoice, or receipt for the payment, and the subscription does NOT appear under my Apple ID subscriptions. As of today, my developer account is still not active, and I’m seeing inconsistent information across platforms: In the Apple Developer app, I now see a message saying that I can’t enroll with this account, even though the payment was charged. On the developer.apple.com website, it says that I still need to purchase the membership. I’ve already contacted Apple Developer Support via email, but I haven’t received any response yet. Has anyone experienced a similar issue where: The membership fee was charged, No confirmation or receipt email was received, The subscription does not appear in the Apple ID, And the developer account remains inactive? Any guidance or shared experiences would be greatly appreciated. Thank you.
Replies
1
Boosts
1
Views
49
Activity
Jan ’26
Ongoing Support Failure – Repeated Case IDs, No Resolution
I’ve submitted several requests over the past days to get help updating the corporation information on my existing, paid Apple Developer account. So far, all I’ve received are automated emails saying “Thanks for contacting Apple Support”—each with a new case ID, but no actual progress. I even tried requesting a phone call multiple times, but that too just resulted in the same meaningless email with yet another case number. Not a single person has contacted me, and the issue remains completely unresolved. This is deeply frustrating and unacceptable, especially when the matter is time-sensitive. It feels like all support channels are shut off. I'm honestly shocked at how unresponsive and ineffective Apple Developer Support has become. I need urgent, human help. How do I escalate this beyond automated replies? Would appreciate if someone from Apple or the community can point me in the right direction. Case ID: 102660240710 Case ID: 102659341033 Case ID: 102660088312 case ID: 102653904957 case ID: 102655915128
Replies
1
Boosts
1
Views
130
Activity
Aug ’25
Developer Account Approval
Hello everyone, I’m posting here to see if anyone has experienced a similar issue or can advise on next steps. I applied to the developer program under sole proprieter and received this notice: "We are unable to process your request. An unknown error occurred." I submitted two support requests to Apple Developer Support over a week ago and received the automated confirmation, but I haven’t received any follow-up or response yet. I tried calling various numbers at Apple, but am unable to get in contact with the department whatsoever. Case ID: 20000105546663 At this point, I’m just looking for a status update or guidance on what to do next. If anyone has suggestions on how to get a response from Apple Developer Support, or get in contact with them in any way, let me know.. Thanks in advance for any help.
Replies
0
Boosts
1
Views
54
Activity
Feb ’26
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.
Replies
0
Boosts
1
Views
217
Activity
Jul ’25
Cannot Renew Account
Every time I try to renew my Apple Developer account, I get a message like "This item is not available in your country or region." (I'm in the United States) I reached out to Apple Developer support via email (because Apple Developer does not offer phone options anymore for any support topics on the website), and they gave me the following response. "We can’t verify your identity with the Apple Developer app or provide further assistance with the Apple Account for Apple developer programs." This is ridiculous! I have multiple apps on the App Store and in TestFlight. I use my Apple Developer account to make a living- how is this even allowed? I have never done anything to violate any terms or agreements. Has anyone else been through this issue and how did they get it resolved?
Replies
1
Boosts
0
Views
251
Activity
Jan ’26
Apple Developer Program complain expired card, but it's NOT!
Hello Apple Developer Program, Every year this banner shows up, I would follow the link and update my card. It's never expired! My Apple account is able to charge my monthly iClould+ just fine. How come, it can't charge my apple developer account?
Replies
1
Boosts
1
Views
185
Activity
Jul ’25
Developer Enrollment
A couple days ago I enrolled in the Apple Developer Program as an individual, filled out my address and payment information, paid the fee, my bank account got charged, and I received an email with a receipt and order number. The email with the receipt says the following: To access your membership resources and benefits, visit Account on the Apple developer website. Simply sign in with the Apple ID you used to enroll. Please note that no package will be shipped to you, and you can begin using your membership resources right away." If I click on my order number it says: "Enrollment Complete", "Electronically Delivered(Completed)", and "Thanks for being a part of the Apple Developer Program.". However, when I sign in to my account on developer.apple.com, and then click on account, it says "Pending", "Purchase your membership." and, "To continue your enrollment, complete your purchase now.", If I already paid and my order says, "Enrollment Complete", why do I still not have access to sign any builds. I would think this would be instant approval being that I live in the US, and have already been charged, but I guess not. Has anyone else had this happen to them? If so what was the resolution?
Replies
3
Boosts
1
Views
142
Activity
Apr ’25
My Apple account got "locked" and access "denied" - and I have production apps on there
Yesterday I went to log into my Apple account for business, which is connected to my developer profile and my live production apps on the App Store right now. It said I had the wrong password - which was weird, because I definitely didn't. I went to Forget Password, and it said my account was locked and I had to request access to it. I did, and I just got an email from Apple that my request was "denied." I have no idea what's going on. I didn't do anything unusual recently, and my apps haven't even been updated in about a week. I desperately need to get access to my apps again. Does anyone know what I should do here? I'm really quite panicked as again my whole business is on that account.
Replies
1
Boosts
1
Views
115
Activity
Apr ’25
macMini M4 not finding macTahoe BETA 2 update
I'm trying to update to BETA 2 but my mac mini does not see the update and keeps telling me that my machine is up to date. How do I get the latest BETA 2?
Replies
1
Boosts
1
Views
86
Activity
Jun ’25
Apple Development Program order request not processed even after 576 hours
It has been 576 hours since I got email that purchase will be completed in next 48 hours (Aug 19th).I tried it again on Aug 30th and Sept 4th but still no other resposne than those same emails.No charge on my bank account, nothing. I even sent support message and still no answer.What is happening Apple?
Replies
1
Boosts
1
Views
598
Activity
Jan ’26
No response from Apple Developer Support after 1 week (Case ID: 102818054039)
Hello everyone, I’m posting here to see if anyone has experienced a similar issue or can advise on next steps. I submitted a support request to Apple Developer Support over a week ago and received the automated confirmation, but I haven’t received any follow-up or response yet. Case ID: 102818054039 I’ve already been charged USD 99.00 for the Apple Developer Program, and the payment was successful. Below are some of the relevant details for reference: Product: Apple Developer Program Invoice Number: MC47999846 Invoice Date: January 29, 2026 Web Order Number: D004733307 Sales Order Number: AER8645015 At this point, I’m just looking for a status update or guidance on what to do next. If anyone has suggestions on how to get a response from Apple Developer Support or escalate the issue, I’d really appreciate it. Thanks in advance for any help.
Replies
1
Boosts
1
Views
95
Activity
Feb ’26