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

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
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
Help! Developer Program payment and activation
I made my first payment on 27 Feb 2025, but it was not activated after 48 hours I contacted developer support and they said they would cancel the registration and asked me to resubmit and try again 03 Mar 2025 I resubmitted the enrollment application 05 Mar 2025 I received the enrollment request has been accepted Then I successfully paid by credit card, but it still shows Your purchase may take up to 48 hours to process. 06 Mar 2025: The chargeback shows it's been canceled I re-paid today. New Order Number: W1305861066 Enrollment ID: 7Z3FUQR4WV Request help to activate my developer Thank you
1
0
394
Mar ’25
Apple developer subscription
To the team, I am totally trapped with my organisation subscription and am unable to renew my Apple developer licence because the autorenew option did not work. A preloaded debit card with the monthly fees is already attached, but it isn't working. We, as a large organisation, are completely stuck on this matter which will lead to a huge business impact An Immediate assistance is appreciated, dear apple developer team
1
0
89
Apr ’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
Developer Program pending for a week
Hi there, Last week i was finally able to get through and purchase my membership for the Apple Developer Program. The problem is, even though I already paid, it keeps saying: "Purchase your membership. To continue your enrollment, complete your purchase now, Your purchase may take up to 48 hours to process." I've tried to reach out to apple developer support numerous times, but no reply whatsoever... What do i do at this point?
0
0
68
Apr ’25
Enrollment Stuck
I have enrolled for being a developer 4 days ago. My Enrollment ID: R2V23J5GYP. I have received an order acknowledgment email on 6th of March but there have been no updates since then. I am still seeing 'complete your purchase' in the main page. What should I do to get through? I would greatly appreciate it if anyone could help me solve this problem as soon as possible. Thank you.
1
0
170
Mar ’25
Urgent: Unable to Complete Apple Developer Program Enrollment – No Response from Support
Hello Community, A few years ago, I attempted to enroll in the Apple Developer Program, but the process was blocked with the following error message: "Your enrollment could not be completed. Your enrollment in the Apple Developer Program could not be completed at this time." As a developer, I regularly help businesses and individuals set up their Apple developer accounts, and I’ve never encountered this issue with any of my clients—only on my own personal account. I’ve since discovered that others have faced this problem too, but none seem to have found a working solution. I’ve sent multiple emails to Apple Support and I have yet to receive a single response. This matter is extremely urgent for me. If anyone has experienced this issue and successfully resolved it, please share your solution. I’d greatly appreciate any insight. Thank you.
0
0
190
Jun ’25
Advice on the right Apple license for an internal app in a French high school
Hello everyone, I'm currently developing an iOS application as part of a project for a high school in France. The goal of the app is to raise students' awareness about their use of digital tools, especially by helping them better understand their screen time and how they use the iPads provided by the school. This app is intended for internal use only: it is not meant to be published on the App Store, but rather distributed through Apple School Manager to the school’s managed devices. I would like to ask: Which type of Apple Developer license would be the most appropriate for this use case? Should we go with an individual or enterprise account? Or is there a specific program for educational institutions? Thank you in advance for any advice or feedback you can share Have a great day!
1
0
64
Apr ’25
Getting invalid_client error when using Sign in with Apple (Web) via Firebase
I'm currently facing an issue while integrating Sign in with Apple on a Firebase web app using JavaScript. ✅ What I’ve done: Created a Service ID Created an App ID and enabled Sign in with Apple Linked the Service ID to the App ID under Web Authentication Configuration and also add these Domains and sub-domains: apple-signin-test-next.firebaseapp.com Registered return URL: https://apple-signin-test-next.firebaseapp.com/__/auth/handler Generated a key with Sign in with Apple capability and added: Key ID Team ID Private Key Client ID (Service ID not App ID) all in the Firebase Auth Apple Sign-In configuration I’ve tried multiple test projects and keys, including deleting and recreating everything, but I still consistently receive this error: invalid_client 🔎 Additional Details: The client_id in the auth request matches the Service ID exactly I’m not using an iOS app — this is purely web-based Sign in with Apple I am using a valid Apple Developer account enrolled in the program What could be the reason Apple keeps returning invalid_client even though all configuration seems correct? Please help us to resolve the issue. We are ready to connect for a call too. Thanks
0
0
117
Jun ’25
Developer Program Membership Stuck in Pending Status—Assistance Required
Hello Apple Developer Support Team, I recently purchased an Apple Developer Program membership, but my account remains in “Pending” status and has not advanced to Active. Below are my details: Program: Apple Developer Program (Individual) Could you please: Confirm that my payment was received successfully. Identify any missing information or steps required on my side. Advise on the expected timeline for activation. Thank you for your help in resolving this issue. I appreciate your prompt assistance. Best regards,
0
0
69
Apr ’25
Waiting for App Approval
Hello Elf Team, I sent the game a day ago and reached out for a quick review to meet my company's event deadline, but I am still waiting for the review to begin. I contacted via the contact form but have not received any response. Is there anyone from the forum who can help expedite this or provide advice on how to proceed? Thank you!
1
0
240
Apr ’25
Legal Entity is different from domain name
Hello everyone We are going to enroll apple developer program as organization, we have duns. But in Duns information Legal Entity name is different from our work email due to our company has product called plastherm and LLC name is different. Is this ok, or will make some problems while enrolling? Legal Entity: METIN IRODA, MAS ULIYATI CHEKLANGAN JAMIYATI domain(website and work email): plastherm.uz
1
0
94
Apr ’25