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

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
107
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
128
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
275
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
120
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
53
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
114
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
99
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
129
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
168
Sep ’25
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 &amp; Agreement page.How do I get out of this black hole?
3
0
722
Sep ’25
ApplePay mTLS long response time
I'm calling the endpoint https://apple-pay-gateway-cert.apple.com/paymentservices with mTLS and it's taking over 15 seconds to complete the request. This is happening only when deployed through AWS. I have tried a dummy dotnet and node lambda with the same result. Wondering if anyone had the same issue. Also stack overflow post explaining the code in more depth - https://stackoverflow.com/questions/79755891/mtls-http-call-taking-over-15-seconds
1
1
204
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 は証明書の有効期限が切れていると認識し、アップロードを許可しません。 この問題の既知のバグや回避策があれば教えていただけますか?
Replies
1
Boosts
0
Views
107
Activity
Sep ’25
App Store Connect SOC 2 Report
Does anyone know if App Store Connect (or any subset of Apple's toolsuite) has publicly available SOC 2 report? Or if there's a relevant email we can request that from. I tried security-certifications emails and got no response so it seems decently hard to find (didn't see on any searches/with aid of GPT). Thanks!
Replies
2
Boosts
2
Views
861
Activity
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 ?
Replies
1
Boosts
0
Views
128
Activity
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.
Replies
0
Boosts
0
Views
275
Activity
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
Replies
0
Boosts
0
Views
120
Activity
Sep ’25
Issue with Creating Apple Developer Enterprise Account(Security Code Error: Verification codes can’t be sent to this phone number at this time. Please try again later.)
Hi, I'm experiencing an issue while trying to create an Apple Developer account for my enterprise, as I need it to deploy our app.
Replies
0
Boosts
0
Views
161
Activity
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.
Replies
0
Boosts
0
Views
53
Activity
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!!
Replies
0
Boosts
0
Views
114
Activity
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???
Replies
0
Boosts
0
Views
99
Activity
Sep ’25
Apple tries to double charge me for enrollment
I enrolled to the program via the Developer app and paid for the subscription, got my receipt. The app now says the enrollment is not available. Xcode says I have no developer account. The Appstore mac app says the subscription is active. The developer website says I need to pay. Again. Is this some kind of scam or what?
Replies
2
Boosts
0
Views
314
Activity
Sep ’25
Un enroll
Can someone tell me how to unenroll from the developer program?
Replies
2
Boosts
0
Views
167
Activity
Sep ’25
Starting with iPhone 17, the output image of avcapturesession is displayed horizontally.
For iPhones 16 and below, orientation is applied in UIImage or CIImage, but not for iPhone 17. The camera is front-facing, and it uses Vision to capture facial images. Thanks for your help.
Replies
1
Boosts
0
Views
346
Activity
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.
Replies
0
Boosts
0
Views
129
Activity
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.
Replies
0
Boosts
0
Views
168
Activity
Sep ’25
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 &amp; Agreement page.How do I get out of this black hole?
Replies
3
Boosts
0
Views
722
Activity
Sep ’25
Payment Receipt of Apple Developer Program
Hello, I recently paid for a $99 annual Apple Developer Program subscription, but I haven't received a payment receipt (I checked my spam folder). Where can I get an official receipt (invoice) for my payment? Thank you!
Replies
0
Boosts
1
Views
93
Activity
Sep ’25
How can I switch the ADP membership renewal method?
I want to swicth renewal method from automatic renewal to manual renewal. How can I switch the ADP membership renewal method? Please help me. Thank you
Replies
0
Boosts
0
Views
54
Activity
Sep ’25
My enrollment is in being processed for a long time
My program enrollment request send from noon on September 27th (GMT+7) doesn't receive any answer email still now. Any problem with my enrollment?
Replies
0
Boosts
0
Views
53
Activity
Sep ’25
ApplePay mTLS long response time
I'm calling the endpoint https://apple-pay-gateway-cert.apple.com/paymentservices with mTLS and it's taking over 15 seconds to complete the request. This is happening only when deployed through AWS. I have tried a dummy dotnet and node lambda with the same result. Wondering if anyone had the same issue. Also stack overflow post explaining the code in more depth - https://stackoverflow.com/questions/79755891/mtls-http-call-taking-over-15-seconds
Replies
1
Boosts
1
Views
204
Activity
Sep ’25