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

Account Locked — Need Guidance, Unknown Reason
Hello, My Apple Developer account has been locked for over a month, but I do not know the reason for the block. I have submitted multiple requests for assistance via this form and other channels, but I have not received any response. Could you please advise what steps I should take to resolve this issue? Is there another contact or department I can reach out to for help with unlocking my developer account? Thank you for your support.
0
0
161
Jul ’25
My clients are waiting, enrollment process more than one month ?
My clients are waiting.. i had to give them some excuses and discounts... everything is ready from my side but the enrollment is delayed already more than 1 month. The support did replay after 1 week , all they did was to withdraw my enrollment and tell me to try again , and back to point zero... and I'm waiting... I did try to open two accounts , one personal and one for organization so i can at least give my clients their app. now I'm checking both accounts daily basis . oh you may wounder what happened with support ? they did answer fallow my case a little but didn't provide a solution , and then stopped responding... I'm losing money, time and hope to this system.
0
1
80
Mar ’25
How to find non-public or deprecated APIs used in a library
After I added the USB HID function to my Mac program, it failed to pass Apple's review. The reviewer replied that four non-public or deprecated APIs were used. ··· • _IOHIDEventGetFloatValue • _IOHIDEventSystemClientCreate • _IOHIDEventSystemClientSetMatching • _IOHIDServiceClientCopyEvent ··· The program used the HidAPI library, the open source address is: https://github.com/libusb/hidapi All interactions with HID are completed through the HidAPI library, but I checked the source code of the HidAPI library, and the above APIs were not used At the same time, I used Xcode's Instruments tool to monitor the calls of the app during runtime, but no calls to the above APIs were found in System Trace, CPU Profiler, or Timer Profiler However, Apple's review still replied that the above APIs were used, and the USB HID function is very important. Is there any way to check where the library or program uses the above non-public or deprecated APIs?
0
0
171
Jul ’25
Apple Developer Program Enrollment Application Not Processing (South Africa)
Hi Apple Developer Team, I’m a developer based in South Africa. I initially submitted my enrollment for the Apple Developer Program (Individual) last week Thursday (May 2nd, 2025). The enrollment was then withdrawn by Apple, asking me to re-apply - which I did. Unfortunately, the same issue persists. I entered valid payment details during the re-application. No payment has been deducted. The enroll button on the Apple Developer app remains disabled. It has now been 5 days without resolution. We’ve even gone to the extent of verifying our banking setup and confirming that our card is enabled for international payments. Out of frustration, I have now withdrawn all enrollment applications. Please advise on how I can proceed based on the Case ID I have submitted. This delay is affecting our iOS launch, and I would really appreciate guidance on the way forward. Thank you.
0
0
101
May ’25
Developer Program Stuck in UAE Region Despite US Apple ID
Hi everyone, I’m trying to enroll in the Apple Developer Program, but I’m stuck in a strange region issue. My Apple ID was originally created in the United States, and I’ve already: • Set my Apple ID region to the United States • Updated my payment and shipping address to a valid US billing address • Changed the App Store country/region on my iPhone to the United States • Signed in to the Apple Developer site after all of the above Despite all this, when I try to pay for the Developer Program, the enrollment page still shows the price in AED (UAE Dirhams) and lists the region as UAE. Apple Support couldn’t fix it and told me to try the forums. I’m worried that if I go ahead and pay, my developer account will be permanently tied to the UAE region, even though everything else is U.S.-based. Has anyone experienced this before? Is there a hidden cache, setting, or workaround to get the Developer Program to recognize the U.S. region correctly? Any help would be massively appreciated. Thanks in advance
0
0
123
Jun ’25
Cannot Create Identifiers – “+” Button Missing on Identifiers Page
I'm currently unable to create new identifiers in the Apple Developer portal at this URL: https://developer.apple.com/account/resources/identifiers/list The “+” button that should appear to create a new identifier is missing entirely from the page. What’s odd is that another team member (with the same access level and role under the same team) can see and use the button without any issues. So this doesn't appear to be a permissions-related problem. I’ve already tried: Logging out and back in Clearing browser cache Using different browsers (Safari, Chrome) Using Incognito/Private mode Still no luck. Has anyone encountered this before or knows how to resolve it? Thanks in advance.
0
0
131
May ’25
How can I change my country on the developer account?
I enrolled years ago and abandoned my app project. I'm trying again now to port a web app I already created but I no longer live in the U.S. Like many countries in the global south, Costa Rica does not have physical addresses. My ID here does not have an address on it. We don't have postal services, not like in western countries. Our bank statements don't have addresses on them: because we don't have addresses. My utility bill is in my wife's name and so is my phone and internet. Yet I'm being asked to provide these details I cannot provide. I cannot pay for a developer subscription otherwise because my card is from a bank here, not the U.S. I also need my developer account to be FROM here so that any business org I create is also FROM here. What can I do? They're asking me for: A photocopy of your valid (not expired) government-issued identification showing the new address • A recent change-of-address document filed with your local postal service • A document from your local registration office showing the new address • A recent utility bill, bank statement, or a letter from a government agency that shows your name and new address
0
0
74
Aug ’25
CMMovemnt Disorder Library
Info.plist contained no UIScene configuration dictionary (looking for configuration named "Default Configuration") {"msg":"Usage of CMMovementDisorderManager requires a special entitlement. Please see for more information https://developer.apple.com/documentation/coremotion/cmmovementdisordermanager", "event":"assert", "condition":"isEntitled"} /Library/Caches/com.apple.xbs/Sources/CoreLocationFramework/Framework/CoreMotion/Health/CMMovementDisorderManager.mm:208: assertion failure in +[CMMovementDisorderManager initialize] . I have the entitlement, I sent the request yesterday. I have added in Info.plist Privacy - Motion Usage Description message. But nothing changes. It always crashes . Added also everything to Entitlements File to watch. It crashes on private let manager = CMMovementDisorderManager()
0
0
66
May ’25
Requesting Refund for Unintended Apple Developer Program Renewal
Hi everyone, I just noticed that my subscription to the Apple Developer Program was automatically renewed, but we’re currently not using it and had no plans to continue the subscription. I didn’t intend to renew and would like to request a full refund for the recent charge. I’ve submitted a message through the official support channel, but I’m posting here as well in case anyone has experienced something similar or can guide me on how long the refund process usually takes. Would really appreciate any advice or insights from the community or Apple staff. Thanks in advance!
0
0
89
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
211
Jul ’25