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

Unable to log into Developer Account
Beginning yesterday and still continuing when I go to log into my developer account (both iOS and OS X) I am presented with a new Terms and Agreement page. The agreement is not displayed, I am unable to download the PDF and when I check the Agree box then Submit it returns me to the same page. I am unable to contact support as all of the links are invalid or I get kept being sent back tot eh Terms & Agreement page.How do I get out of this black hole?
3
0
646
Sep ’25
Unable to renew the Apple Developer membership.
Hello. I have already completed the renewal payment on Aug. 8 and the payment is currently in good standing. Please review my situation below: My app has been taken down due to membership expiration. I already renewed on Aug. 8, and the payment went through without issues. I cannot renew. Even when accessing with the owner account, the membership button does not appear — only four buttons (Tools and Resources, Profile, Emails, Agreements) are visible. If I press “Enroll today” as the only option, it moves to a screen saying “Your Apple Account is already associated with the Account Holder of a membership.” and I cannot enroll. Thank you.
0
0
135
Sep ’25
Unable to renew the Apple Developer membership.
Hello. I have already completed the renewal payment on Aug. 8 and the payment is currently in good standing. Please review my situation below: My app has been taken down due to membership expiration. I already renewed on Aug. 8, and the payment went through without issues. I cannot renew. Even when accessing with the owner account, the membership button does not appear — only four buttons (Tools and Resources, Profile, Emails, Agreements) are visible. If I press “Enroll today” as the only option, it moves to a screen saying “Your Apple Account is already associated with the Account Holder of a membership.” and I cannot enroll. Thank you.
0
0
100
Sep ’25
D-U-N-S Number Not Accepted for Sub Office / Chapter Organization
We are a sub-office (chapter) of an organization, but we operate independently under a government gazette notification. We have obtained our own D-U-N-S Number in our chapter’s name. However, when we try to enroll in the Apple Developer Program, Apple is not accepting our D-U-N-S Number. The response we received was that we need to use the account of our head office. The issue is that we are effectively a head office ourselves, operating independently with government recognition, and other platforms have already accepted our D-U-N-S Number without issue. Has anyone faced a similar situation? How can we resolve this with Apple so our chapter can have its own developer account?
0
0
42
Sep ’25
Desperate for our license renewal
We requested our renewal almost 4 weeks ago. No status updates at all. When we've asked support, we get "It's been escalated" and that we just have to wait. We have quite a large number of people who can't do their work as a result and it's causing a major impact. Is there ANYONE at @apple that can help push our renewal through? Anyone???
0
0
81
Sep ’25
not a developer being hacked
i am not a developer but im being hacked and my devices are being enrolled into developer / mdm on all my personal apple devices it startted off with all these logs on my phone/ mac that was logging all my activity, networks, device details etc. its gotten to the point that its putting my life in danger my 911 calls even were being intercepted and i saw a list of voices downloaded and when certain words i said were said; they would be ignored or replaced. i suspect my identity haa been stolen and ive been illegally enrolled or configurated by apple configurator to basically have a software license agreement that i never agreed to and do not even have the capability of using when i go to apple developer it says all system status active please i need help asap someone is hacking me and i do not agree to these terms!!
0
0
95
Sep ’25
Charged for Renewals Despite Being Under Review for 13 Months
Hello everyone. I'm hoping to get some guidance on a unique and difficult situation we've been facing for over a year. Our app was approved and had been live on the App Store for some time. However, 13 months ago, our developer account enrollment was revoked. Since then, our app has remained live on the App Store, but we've been unable to make any updates, fix bugs, or respond to user feedback. We've been trying to resolve this with Apple for over a year, sending countless emails and making numerous phone calls, but we've had no luck getting through to anyone who can help. To make matters even more confusing, we were recently charged for our annual developer program renewal, despite being unable to use the service. This renewal charge has left us in an unclear position. We were starting to lose hope that this issue could ever be resolved, but this recent charge has made us wonder if there's still a chance. We are seeking advice on whether we should continue to hold out hope or if this is a sign we should move on. If anyone has experience with a similar issue or knows of an effective way to escalate this matter to the right people at Apple, your advice would be greatly appreciated. Thank you for your time and any help you can offer.
0
0
29
Sep ’25
We can't continue with your enrollment at this time.
Dear Suman, Here is Volker, senior Advisor with Developer Support, and I am following up on your case. Thank you for your patience. For one or more reasons, your enrollment in the Apple Developer Program couldn't be completed. We can't continue with your enrollment at this time. You can still take advantage of great content using your Apple Account in Xcode to develop and test apps on your own device. Learn more about Xcode development. If you have any further questions or queries, please feel free to contact us. If you contact us by phone, please reference your case number 102654*******. Developer Support is available Monday to Friday, 8:00 AM through 5:00 PM (GMT+1). Kind regards, Volker Developer Support
0
0
83
Sep ’25
Apple Inapp payement response handling
i'm integrating In-App Purchases in our Flutter app using the official in_app_purchase plugin. We are currently testing consumable purchases and facing issues with the way events are delivered from StoreKit to the app. Implementation details I initiate the purchase with: await InAppPurchase.instance.buyConsumable(purchaseParam: purchaseParam); I listen for purchase updates with: final Stream<List> purchaseUpdated = inAppPurchase.purchaseStream; _subscription = purchaseUpdated.listen((purchaseDetailsList) { _handlePurchaseUpdates(purchaseDetailsList); }, onError: (Object error) { updateApplePaymentStatus(isSuccess: false, response: jsonEncode(error.toString())); }, onDone: () { _subscription.cancel(); }); Issues Observed Control on purchase button event As soon as the user taps the purchase button, the App Store purchase sheet is shown. Question: Is there a way to intercept control at this point (before showing the sheet) to perform additional checks or logging? Cancelled payment after UPI intent In our testing with UPI payment flows (UPI intent triggered from Apple Pay/linked payment method), if the user cancels the payment from the external flow, we don’t see a clear event in purchaseStream. Question: How can we reliably capture this cancellation status on the app side? Event timing after successful purchase Currently, the purchaseStream event is only triggered after the StoreKit purchase confirmation popup has been dismissed by the user. Question: Is there a way to capture the event earlier (i.e., right after StoreKit confirms payment success), so we can update our backend and UI without waiting for popup dismissal? Request We would appreciate guidance on: Best practices for intercepting purchase initiation before the StoreKit sheet. Recommended way to detect and handle cancelled payments (especially in UPI flows) managed on frondend side. Whether it is possible to receive successful purchase events without waiting for the user to dismiss the confirmation dialog. Thank you for your support.
0
0
70
Sep ’25
v1/apps/{appid}/appPricePoints doesnt return all paginated data
I am using v1/apps/{appid}/appPricePoints to get app pricepoints. Few days ago i noticed that calling v1/apps/{appid}/appPricePointsfilter[territory]=USA&limit=200 i get four pages but last page just reaches only 400$ pricepoint. As i can see also on App Store connect Then i have to click additional prices Please help what am i missing ?
1
0
65
Sep ’25
About APNs
有効期限が2026年10月10日のApple Push Servicesに記載されている証明書について、その内容を確認すると、以下の出力が表示されます。 notBefore=2022 年 7 月 14 日 10:XX:XX GMT notAfter=2023 年 8 月 13 日 10:XX:XX GMT このため、Firebase は証明書の有効期限が切れていると認識し、アップロードを許可しません。 この問題の既知のバグや回避策があれば教えていただけますか?
1
0
77
Sep ’25
MDM Vendor CSR Signing Certificate (Server-based MDM Solution)
After contacting Apple Support regarding MDM support for my Apple Developer Account, I received a link for my MDM request. The form in the link however requests for my Apple ID which seems to only be possible if I have an App on the AppStore. Considering I am only building an MDM Server I can not provide an Apple ID for this purpose. I have tried explaining this to the AppleSupport contact but I'm not getting any real result. I would appreciate any suggestions or support from this forum. I specifically require access to the MDM Vendor CSR Signing Certificate so that I can generate the APNs MDM Push Certificate needed for our MDM server to communicate with Apple devices.
1
0
84
Sep ’25