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

in App purchase
We are a group of 10 friends using the same device and Apple ID, but each of us has a different account within the same app. We want to purchase the same auto-renewable monthly subscription plan, each using our own app credentials. The issue: after the first person subscribes, the next user (with a different in-app account) is unable to buy the same plan—it shows "already subscribed" and only allows access after the next billing cycle. We don’t mind the auto-renewal being charged each month by a different person. We just want each app account to have access to the same package independently, for 1 month each. How can we achieve this without changing the Apple ID or device?
0
0
102
May ’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
my admin account is locked!!!
Hi, My admin account is locked and I have only one admin role account so that I can not maintain my applications that is published also I can not give permissions other developer account as admin role. I send mail and contact apple developer account support but no-one is helped me and they didnt answer me why my account is locked!!!. They didn't give me any support and help to retake my admin account and didn't reset my password although I sent my all documentation about my company. I am waiting for 15 days to solve this problem and distribute new release my application versions. So how can I recover my admin account ? Does anybody have any suggestion? Please contact with me.......... Opened Case IDs : 102546359173 , 102545233982 , 102548896020 Thanks,
0
0
389
Mar ’25
cloudkit server-to-server key confusion
Hi I am a new self taught developer who is atm working on the backend of my app. My app successfully collects location of users and stores it to cloudkits public database. I now want to write a python script and run it on a local server on my windows terminal which fetches users who are in a certain proximity to each other so i can trigger a flow on the app. Can someone first of all tell me if this is even possible the way im attempting it. Also atm all i am doing is generating a server to server key which makes me generate a public and private key and i use the private key file eckey.pem plus key id plus container plus team ID to query the required data. but when i run it i get a 401 error (no authorization). I am so stumped as there arent many resources available to help direct me to the right path. Can someone please offer some help/insight/confidence. thanks alot
0
0
155
May ’25
LONG PROGRAM ENROLLMENT PROCESS
I've been trying to enroll my account in a paid Apple Developer Program. I've attempted this for the third time, and the billing is in process according to the bank, yet it has been more than 48 hours and still no response. Even through Apple Support, I have not received a response to my inquiry. Please advise.
0
0
68
Apr ’25
Missing CONSUMPTION_REQUEST notification before REFUND notification in App Store Server Notifications
We've observed two refund cases where we only received REFUND notifications without the expected CONSUMPTION_REQUEST notifications. Both cases came from the same user account. According to documentation, we should first receive CONSUMPTION_REQUEST before any REFUND notification. Has anyone encountered similar selective missing notifications? Could this be user-specific or related to particular refund circumstances? Environment: Production environment Valid server notifications setup (other notifications work fine) Only these two cases from same user showed this behavior
0
0
88
May ’25
Enrollment Stuck: "Your enrollment is being processed" for 12 Days
Hello Apple Developer Support / Community, I’m reaching out for help regarding my Apple Developer Program enrollment. It’s been 12 days since I submitted all the required documents (photo ID, business verification, and company registration documents. I also replied to the email as instructed. Seven days ago, I received a response from a Senior Advisor saying the case was being reviewed and that I’d receive a reply soon—but nothing since then. The status still shows "Your enrollment is being processed." This delay is now affecting my business operations and launch timelines. I’ve done everything required—uploaded all documents, responded to support emails—but no progress or updates. Has anyone experienced similar delays? Is there any way to escalate this? Thank you in advance for any advice or assistance. Best regards, Gustave
0
1
114
Jul ’25
Can't figure out first subscription
I have created my first subscription and pay wall, everything works 100% in testing, however when it comes to launching to Apple for review I feel like I get caught up in a chicken and egg issue which never resolves. When the product goes in to waiting for review it can no longer be displayed or fake purchased on my Superwall paywall. If it doesn't display apple can't approve and this goes on and on. If anyone knows how to fix this please let me know.
0
0
43
Jul ’25
Hi everyone
I’m facing an issue when trying to renew my Apple Developer Program membershi Whenever I try to complete the payment ( "We are unable to complete your order – Duplicate order." My previous subscription has already expired, and all my apps are now unavailable on the App Store. This is affecting my users and I’m unable to proceed with payment. Things I’ve tr Logging out and back in Using different browsers (Chrome, Safari, Incognito) Trying from different devices Waiting 24+ hours before r Still getting the s Has anyone faced a similar issue? Is Any Thanks in advance 🙏
0
0
76
Jul ’25
Developer Program Membership Purchased – No Access to Benefits
Hi everyone, I recently purchased the Apple Developer Program membership. The payment was successful, and Apple Support confirmed that I already have a membership (Case ID: 102656430038). However, my account still doesn’t show any developer privileges, and I’m unable to access the program features. When I try to re-purchase, I get a message saying I already have a membership. Later, I received a message from Developer Support stating that my enrollment couldn’t be completed, with no clear explanation. Has anyone else faced this issue? What could be the reason, and how can I resolve it? If I can’t use the program, I’d like to know how to get a refund or what steps to take for a successful enrollment next time. Thanks, Satvir Singh
0
0
79
Aug ’25
Enrollment reset after 4-week approval delay – urgent help needed
Hi team, I applied to the Apple Developer Program as a company and was finally approved after 4 weeks. However, the payment portal wouldn’t work (Apple confirmed the issue was on their end), and support advised me to use the Apple Developer app to complete payment. Unfortunately, the app does not allow enrolments for my account?, so I emailed support again (with a screenshot) — but haven’t heard back in over 24 hours. Today I tried the payment link again and it has now reset my enrollment entirely — it’s asking me to start over from scratch. This is incredibly frustrating, as we’re trying to launch our app and have already been waiting a month. Can someone escalate this urgently or restore my approved application so I can complete payment? Case number: 102625219051 Thanks in advance, Michael Krishnan-Jones
0
0
135
Jul ’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