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

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
49
May ’25
your payments from apple are on hold
Hi everyone, I'm an indie developer and I'm currently dealing with a confusing and concerning issue with Apple. I'm wondering if anyone has experienced something similar. 🔻 What happened: I’m based in Poland and recently opened a sole proprietorship. A few days before the issue, I updated my W-8BEN tax form (correcting my personal ID to my business tax ID – NIP). Then, one day before my scheduled monthly payout, I received an email from Apple saying: "Your payments are on hold – we’ve noticed irregular activity on your account." All payments were suddenly put on hold with no specific reason given. My app remains live and available on the App Store. I wasn’t warned ahead of time, and there’s no detailed explanation from Apple so far. 🔸 My questions: Has anyone else had all their payments withheld right before payout like this? What were the reasons in your case (tax issues, account verification, “irregular activity”, etc.)? How long did it take to resolve, and did Apple eventually release the funds? I’ve contacted Apple Finance, but responses so far have been generic and slow. Any advice, experience, or clarification would be extremely appreciated — this payout is essential for covering my operating costs, and being left without funds so suddenly is pretty rough.
0
0
194
Jun ’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
209
Jul ’25
Apple developer program membership issue
Hi, I paid to renew my membership and I received an order confirmation email. But when i go to my account it says it is still expired - so what did i pay for then? I've emailed Apple developer support and they just sent me a generic bot/copy and paste email telling me i need to renew my account. Everyone i speak to tells me to click a link and it just leads to an email option, i email them, then i get an unhelpful email, then the cycle repeats. It's like: Me: "Hey Apple, i've just paid to renew my account and you're not giving me what i paid for". Apple: "Just renew your account". Me: "....yeah but that's the issue" Apple: "click this link to send an email and start the infinite useless cycle all over again". I have also called apple multiple times and spoke with three people and they are not able to help. I spoke with one of the people's managers and i explained to him that i've stuck in this infinite loop where nothing gets resolved and he sent me a link which just. lead. to. the. same. email. option! I then explained that this is like a dystopian sci-fi movie where this faceless mega-corp (Apple) has taken my money for a service and not given me that service (false advertising / crime). He said he can't help. Then you know what he said? ................... ........ ..... .. "post on the forum". So Apple takes my money and doesn't give me the service they advertised to me then says they can't help me and that i have to ask in the forum. I said "so basically you're advising me that non-apple employees are better suited to help me than Apple employees, lol". What should i do here?? I have a had a team of developers stop working for weeks and this has brought my app development plan to a halt, costing me money.
0
0
124
May ’25
We need to regain access to maintain our app on the App Store
Hello Developer Community, I'm facing a critical situation with our company's Apple Developer Account. We are unable to access our account because: The admin of our Apple Developer Account is a former team member We cannot reach this person anymore We need to regain access to maintain our app on the App Store Questions: What is the official process to recover account access in this situation? What documentation will Apple require to verify our company ownership? Who should we contact at Apple to start this process? Any guidance from developers who have experienced a similar situation would be greatly appreciated. Note: I'll be happy to provide more details if needed, while keeping sensitive information private. Thanks in advance for your help!
0
0
61
Mar ’25
Apple Music API - relationships and views are broken
I am testing the Music API and I am hitting walls every single moment when I try to do something that is DOCUMENTED but doesn't work/exists. Documentation says, /v1/catalog/us/artists/{ID}/view/{view}/ NEVER returns 404, while I am getting 404 for even content I know it's available on Apple Music. e.g /v1/catalog/us/artists/1487603897/view/appears-on-albums/ results 404 while they are appearing on an album FRIGID TORTURE of Nosphere artist. So when I request for appears-on or featured albums it shoud appear as a result, but I get 404. It's here so it should appear: https://music.apple.com/us/album/frigid-silence/1791001624?i=1791001626 I found NO WAY to get that album for this artist using the API, which is very frustrating and annoying. Similarly if I try this: /v1/catalog/us/artists/{ID}?views=>appears-on-albums it will result an EMPTY array for the data property Also the documentation is unclear about the several limitation max values, many parameters (e.g. include parameters are unknown ) we can't tell what value can we use. Is Apple Music Api unreliable or I just don't understand something?! I don't even understand why I have to do 4 different requests to get an artists all albums (full, single, featured, appears-on)... this should be MUCH more easier to do it one single request (with pagination). We are working on a long-term major investment in music startup and trying to move from Spotify API (due to recent changes and limitations) and finding a better alternative. Based on the docs Apple Music API seemed the most promising one, but now we are testing it we are very disappointed so far. So should we trust in this or should we forget about Apple Music API?
0
0
206
Jun ’25
Push Notifications for Apple Wallet Passes (PassKit) — Why don't notifications arrive despite successful APNs responses?
Hi everyone, I'm working on integrating push notifications for Apple Wallet passes (loyalty cards) with a custom Pass Type Identifier. I've set up the Pass Type ID and APNs certificates in the Apple Developer portal. My backend sends push notifications via APNs with the topic set to the Pass Type ID. APNs responses indicate success (HTTP 200), but the notifications do not appear on devices. Device tokens are valid and properly stored. The pass JSON includes webServiceURL and authenticationToken. Has anyone encountered this issue or can share insights on: Common misconfigurations that prevent push notifications from being delivered to Wallet passes? Additional steps or configurations required in the Apple Developer account or in the pass JSON? Ways to debug or log APNs push notifications specifically for passes? Restrictions or limitations of Wallet pass notifications? Thanks in advance for your help!
0
0
72
Jun ’25
After an Apple Developer Enterprise Program account expires, can certificates and provisioning profiles still work if they are within their valid period? Do apps continue working for up to 90 days?
After an Apple Developer Enterprise Program account expires, can certificates and provisioning profiles still work if they are within their valid period? Do apps continue working for up to 90 days? How long can it be extended at most after expiration? Others: https://developer.apple.com/forums/thread/706214 https://developer.apple.com/forums/thread/711254
0
1
140
May ’25
Stuck in Manual ID Review for Apple Developer Program (39 Days and Counting)
Hi everyone, I tried to enroll in the Apple Developer Program nearly two months ago. Initially, I had issues using both the website and the Developer app on Mac/iPhone to complete the process. After contacting Apple Developer Support, I was told that they don't accept EU residence permits through the automatic system, only national ID cards or a driver’s license, which I don’t have, as a few years ago I relocated from a 3rd world non-EU country. But they said this can be reviewed manually. Eventually, Apple Support provided me with a link to upload my passport and residence permit photos. I submitted them right away, but it’s now been 39 days with no progress. I followed up multiple times.. after 10 days, 3 weeks, and again just recently, and each time I’m told my documents are still under review, with no ETA or further details. Has anyone been in a similar situation? Is there anything else I can do to move this forward, or is it just a matter of waiting indefinitely? Thanks in advance for any advice or insight.
0
0
108
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
73
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
79
Jun ’25
Apple Developer Enrollment — I'm the LLC Owner but Getting Upload Error
Hey everyone, I’m trying to enroll in the Apple Developer Program as a company (LLC), and I’m the sole owner and CEO. I uploaded all the documents required, but when I try to re-upload the missing one using their upload link, I get this error message: “Sorry, you don’t have access. Your account isn’t authorized to upload files.” Has anyone faced this before? Is there a fix or do I need to contact Apple directly? Also, they’re asking for a business card or an employment verification letter — but I’m the owner and don’t have either. How do you handle this if you’re the only person in the LLC? Do I just create a business card or write the verification letter myself? Any help or advice would be much appreciated. 🙏 Thanks in advance!
0
0
85
Jun ’25
Follow-up on Company Enrollment – Case ID: 102578249178
Hi, While I understand that some enrollment reviews may take time, it has now been nearly a month since we submitted our company enrollment on April 11, and unfortunately, we still have no concrete updates or next steps. As a small business, this extended delay is significantly affecting our operations. We are unable to proceed with our product launch, engage with partners, or move forward with development work. Each passing day adds to the financial and operational pressure we’re facing. To be completely transparent, we honestly don’t believe there is a large set of documents or verifications that would justify such a long review. Our company’s D-U-N-S information has been provided and contains clear, publicly verifiable details about our registration and address. Beyond that, there is no additional documentation that should require extended evaluation. From our research, we’ve learned that some enrollments may get stuck in the review pipeline indefinitely unless manually escalated — and some companies only managed to resolve the issue after getting in touch with senior contacts or executives. We kindly ask — and sincerely hope — that instead of a standard response confirming the enrollment is “under review,” we can receive a more concrete update: what stage it is truly at, whether any verification is pending, and whether manual intervention is required. Case ID: 102578249178
0
0
60
May ’25
Signature Validation Issue in Apple Notifications V2 Webhooks
I am writing to bring to your attention a critical issue we are encountering while implementing Apple V2 webhook notifications on our platform. We are currently unable to authorize the token due to signature verification issues. We are unclear about the expected signature and how to validate it correctly. Additionally, we observed that the kid (Key ID), which was available in the header in Apple Pay V1 and used to retrieve the public key, is no longer present in the V2 webhook headers. We have already reviewed the official documentation here: Apple Server Notifications V2, but it does not clarify how to handle the signature validation or proceed. We would appreciate any guidance or documentation that could help us complete this integration successfully. Thank you for your support
0
0
139
Sep ’25
I paid to activate the developer account but 1 month has passed!
Hello. I paid 1012 Turkish Liras from Turkey a month ago, maybe more than a month ago, through my Apple Developer Account, and my order number is as follows: W1340824368 The fee has been reduced but I have not received any notification or email! All documents are available. Please guide and help me, thank you.
0
0
129
Apr ’25