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
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
125
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
App Manager Unable to Enter Certificates, IDs, & Profiles Page
Hi, I'm a novice Account Holder and one of my teammate, who's role is already assigned as App Manager, cannot log into Certificates, IDs, & Profiles Page, nor adjust his account to Organization Account in Xcode's Apple account setting. I tried to change my personal account to a App Manager to see if this is a general setting stuff but I didn't come across problems above. I am able to not only log into the Certificates page but also change my account setting in Xcode. Is there anything I can do in this situation, or just hand it to Developer Support ?
0
0
204
Jul ’25
Business Name Change Blocking Critical App Identifiers
I’m in crisis mode and desperately need advice. Launching in 10 days and just hit a major roadblock. Background: Set up developer account under a business name only because we needed the D-U-N-S number when starting development Have a working app with Family Controls already configured on the main identifier Yesterday my developer discovered we need Family Controls on 3 additional identifiers for launch a week ago (terrible timing) I submitted a business name change request thinking it was good housekeeping The Crisis: Certificates, Identifiers & Profiles portal is completely locked during business name change processing Can’t add Family Controls to the 3 identifiers we need for launch Business name change typically takes 2-4 weeks Launch is in 10 days What I’ve Done: Contacted Apple Developer Support explaining the urgency Case ID: 102633553000 for the name change request Desperate Questions: Has ANYONE successfully cancelled a business name change mid-process for urgent app needs? Any emergency escalation paths at Apple for launch-blocking issues? Would creating a new developer account be faster? (Though that seems nuclear) Any other workarounds I’m not thinking of? The business name change was purely administrative - nothing structural changes. But these identifier updates are absolutely critical for launch functionality and we didn’t realize they were needed until trying to launch into testflight. This is our first time so learning a lot the hard way 🫠. Thanks in advance for any help!
0
0
216
Jul ’25
Delay beyond 75 days - Apple Developer Program Enrolment for non-profit
Applied to the developer program with the waiver for a non-profit that I'm associated with. Application process was initiated on July 4th 2025 and have followed up multiple times since to get an update or clarity on timelines. We have a DUNS number. We are a registered NON PROFIT in INDIA and have the relevant documentation as required by them. We have submitted all of these documents at least twice for review but there's no update from Apple's end. Anyone have any recourse for escalation?
0
0
104
Sep ’25
New dev account in review for a while now.
I signed up for a new dev account, it's been 8 days and the account is still under review. I can't even send an email to Apple because it keeps saying "Your email can't be used" which does not make sense. I promised my clients that the app would be live by the beginning of this week, here we are at friday now and even if my account get's activated today, there's no telling how long the actual app review will take. Does it really take this much time to publish an app with Apple??? I signed up on Google Play at the same time. In only 3 days my App was reviewed and ready to publish on Playstore... Now the wait is on Apple. This is just one reason why my personal devices are Samsung.
1
0
147
Nov ’25
subscriptionOfferCodes 500 Error
When i create a subscription offer, the following error occurred, and there is no corresponding log ID. { "errors": [ { "status": "500", "code": "UNEXPECTED_ERROR", "title": "An unexpected error occurred.", "detail": "An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/." } ] } https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodes The invoked open API: https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodes This is my request data: { "data": { "type": "subscriptionOfferCodes", "attributes": { "duration": "ONE_YEAR", "numberOfPeriods": 1, "offerMode": "PAY_AS_YOU_GO", "name": "test_error_issue2", "customerEligibilities": [ "NEW" ], "offerEligibility": "STACK_WITH_INTRO_OFFERS" }, "relationships": { "prices": { "data": [ { "id": "${sg-30-offerCode}", "type": "subscriptionOfferCodePrices" } ] }, "subscription": { "data": { "id": "6738041235", "type": "subscriptions" } } } }, "included": [ { "id": "${sg-30-offerCode}", "type": "subscriptionOfferCodePrices", "relationships": { "subscriptionPricePoint": { "data": { "id": "eyJzIjoiNjczODA0MTIzNSIsInQiOiJTR1AiLCJwIjoiMTAxODcifQ", "type": "subscriptionPricePoints" } } } } ] }
0
0
83
Oct ’25
NotaryTool submissions stuck at “In Progress”
Summary Several notarization submissions have remained in the In Progress state for many hours. I’d like to confirm whether this is expected behavior and what steps I can take to resolve or re-submit safely. Command used xcrun notarytool submit "/Users/.../MortiseAI-arm64.dmg" --keychain-profile "mai_publish" --wait Submission history (excerpt) createdDate: 2025-11-06T22:52:12.019Z id: 4254d623-**** name: MortiseAI-arm64.dmg status: In Progress createdDate: 2025-11-06T13:00:28.016Z id: c7397c1c-**** name: MortiseAI-arm64.dmg status: In Progress createdDate: 2025-11-06T11:24:12.624Z id: 44bcbab2-**** name: MortiseAI.zip status: In Progress (Several other submissions show the same In Progress status.) Questions Are there known reasons that could cause notarization requests to remain in In Progress for an extended time? What is the recommended method to cancel these pending submissions and safely re-submit? Are there diagnostic steps (for example, xcrun notarytool log ) that can help analyze this issue? Notes • Using --wait with a keychain profile. • Will provide additional environment or Xcode details if needed. Thanks in advance for your help!
0
0
142
Nov ’25
Where is the invoice for the developer account ?
Good Hello, I'm looking for the invoice for the developer account but I can't get my hands on it, does anyone know where it's hidden?
Replies
2
Boosts
0
Views
854
Activity
2w
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
The developer account cannot be renewed.
My developer account is set to expire on June 28th. I submitted the application for renewal half a month ago, but it has not been approved yet. It keeps showing that it is under review. Could you please tell me why?
Replies
1
Boosts
0
Views
83
Activity
Jun ’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.
Replies
1
Boosts
0
Views
125
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
Please stop updating the beta on iOS
Please stop updating iOS beta because your messages up iOS and iPhone storage on there phone stop and look at the iPhone storage right away
Replies
1
Boosts
0
Views
68
Activity
Oct ’25
ios 26 beta 2 bugs
hello after this beta 2 update my handset becpomes very laggy and worst this is the firsat time ever i am facingf this shitty toture from apple even phone dial crshes safari,control centre,batrtery what not all are crashed after the update
Replies
1
Boosts
0
Views
134
Activity
Jun ’25
How long does it take for Apple to process your Apple Developer Program enrollment?
I recently enrolled in the Apple Developer Program and received an email saying my order is being processed and will be ready within 2 business days. It's been about 5 days, and I haven’t gotten a response from them yet.
Replies
0
Boosts
0
Views
126
Activity
Nov ’25
App Manager Unable to Enter Certificates, IDs, & Profiles Page
Hi, I'm a novice Account Holder and one of my teammate, who's role is already assigned as App Manager, cannot log into Certificates, IDs, & Profiles Page, nor adjust his account to Organization Account in Xcode's Apple account setting. I tried to change my personal account to a App Manager to see if this is a general setting stuff but I didn't come across problems above. I am able to not only log into the Certificates page but also change my account setting in Xcode. Is there anything I can do in this situation, or just hand it to Developer Support ?
Replies
0
Boosts
0
Views
204
Activity
Jul ’25
Not able to renew membership. Urgent help required!! Apple Support please answer
Hey we got an email from apple saying apple developer membership expired, but there is no renew link or button showing in the developer app or website. please urgently help
Replies
1
Boosts
0
Views
163
Activity
Oct ’25
Apple Developer Program Enrollment
I selected "Individual / Sole Proprietor" during enrollment, but I’m being redirected to an organization agreement with the message: “Your enrollment could not be completed at this time.” Why is this happening, and how can I restart enrollment properly as an individual?
Replies
0
Boosts
0
Views
114
Activity
Jul ’25
I haven't received my refund yet. When will you refund me?
Order number: W1764260959 Ordered on: September 23, 2025 Please help me. When will I get my refund? I contacted the officer of the card I used and he said there was no refund. Please send me the document that you refunded me. I need it to get my refund.
Replies
0
Boosts
0
Views
87
Activity
Oct ’25
Business Name Change Blocking Critical App Identifiers
I’m in crisis mode and desperately need advice. Launching in 10 days and just hit a major roadblock. Background: Set up developer account under a business name only because we needed the D-U-N-S number when starting development Have a working app with Family Controls already configured on the main identifier Yesterday my developer discovered we need Family Controls on 3 additional identifiers for launch a week ago (terrible timing) I submitted a business name change request thinking it was good housekeeping The Crisis: Certificates, Identifiers & Profiles portal is completely locked during business name change processing Can’t add Family Controls to the 3 identifiers we need for launch Business name change typically takes 2-4 weeks Launch is in 10 days What I’ve Done: Contacted Apple Developer Support explaining the urgency Case ID: 102633553000 for the name change request Desperate Questions: Has ANYONE successfully cancelled a business name change mid-process for urgent app needs? Any emergency escalation paths at Apple for launch-blocking issues? Would creating a new developer account be faster? (Though that seems nuclear) Any other workarounds I’m not thinking of? The business name change was purely administrative - nothing structural changes. But these identifier updates are absolutely critical for launch functionality and we didn’t realize they were needed until trying to launch into testflight. This is our first time so learning a lot the hard way 🫠. Thanks in advance for any help!
Replies
0
Boosts
0
Views
216
Activity
Jul ’25
Delay beyond 75 days - Apple Developer Program Enrolment for non-profit
Applied to the developer program with the waiver for a non-profit that I'm associated with. Application process was initiated on July 4th 2025 and have followed up multiple times since to get an update or clarity on timelines. We have a DUNS number. We are a registered NON PROFIT in INDIA and have the relevant documentation as required by them. We have submitted all of these documents at least twice for review but there's no update from Apple's end. Anyone have any recourse for escalation?
Replies
0
Boosts
0
Views
104
Activity
Sep ’25
Bug Issue
find bug in Dynamic Island shows calling even after the call Was disconnected
Replies
0
Boosts
0
Views
144
Activity
Jul ’25
New dev account in review for a while now.
I signed up for a new dev account, it's been 8 days and the account is still under review. I can't even send an email to Apple because it keeps saying "Your email can't be used" which does not make sense. I promised my clients that the app would be live by the beginning of this week, here we are at friday now and even if my account get's activated today, there's no telling how long the actual app review will take. Does it really take this much time to publish an app with Apple??? I signed up on Google Play at the same time. In only 3 days my App was reviewed and ready to publish on Playstore... Now the wait is on Apple. This is just one reason why my personal devices are Samsung.
Replies
1
Boosts
0
Views
147
Activity
Nov ’25
Managed App Installation UI option is not visible in enterprise account Bundle ID
I am trying ManagedAppDistribution framework for enterprise bundle id Managed App Installation UI is not visible where as for company account bundle ID Managed App Installation UI option is visible. is it something wrong with my enterprise account? Kindly provide details
Replies
0
Boosts
0
Views
115
Activity
Jul ’25
subscriptionOfferCodes 500 Error
When i create a subscription offer, the following error occurred, and there is no corresponding log ID. { "errors": [ { "status": "500", "code": "UNEXPECTED_ERROR", "title": "An unexpected error occurred.", "detail": "An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/." } ] } https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodes The invoked open API: https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodes This is my request data: { "data": { "type": "subscriptionOfferCodes", "attributes": { "duration": "ONE_YEAR", "numberOfPeriods": 1, "offerMode": "PAY_AS_YOU_GO", "name": "test_error_issue2", "customerEligibilities": [ "NEW" ], "offerEligibility": "STACK_WITH_INTRO_OFFERS" }, "relationships": { "prices": { "data": [ { "id": "${sg-30-offerCode}", "type": "subscriptionOfferCodePrices" } ] }, "subscription": { "data": { "id": "6738041235", "type": "subscriptions" } } } }, "included": [ { "id": "${sg-30-offerCode}", "type": "subscriptionOfferCodePrices", "relationships": { "subscriptionPricePoint": { "data": { "id": "eyJzIjoiNjczODA0MTIzNSIsInQiOiJTR1AiLCJwIjoiMTAxODcifQ", "type": "subscriptionPricePoints" } } } } ] }
Replies
0
Boosts
0
Views
83
Activity
Oct ’25
Testing Signup with Apple for free during app development
I want to implement "sign in with apple" feature for my webapp. Currently it's in developing phase so can i integrate it without paying to Apple Developer Program membership. As google auth platform provide it for free, so does apple?
Replies
0
Boosts
0
Views
96
Activity
Oct ’25
NotaryTool submissions stuck at “In Progress”
Summary Several notarization submissions have remained in the In Progress state for many hours. I’d like to confirm whether this is expected behavior and what steps I can take to resolve or re-submit safely. Command used xcrun notarytool submit "/Users/.../MortiseAI-arm64.dmg" --keychain-profile "mai_publish" --wait Submission history (excerpt) createdDate: 2025-11-06T22:52:12.019Z id: 4254d623-**** name: MortiseAI-arm64.dmg status: In Progress createdDate: 2025-11-06T13:00:28.016Z id: c7397c1c-**** name: MortiseAI-arm64.dmg status: In Progress createdDate: 2025-11-06T11:24:12.624Z id: 44bcbab2-**** name: MortiseAI.zip status: In Progress (Several other submissions show the same In Progress status.) Questions Are there known reasons that could cause notarization requests to remain in In Progress for an extended time? What is the recommended method to cancel these pending submissions and safely re-submit? Are there diagnostic steps (for example, xcrun notarytool log ) that can help analyze this issue? Notes • Using --wait with a keychain profile. • Will provide additional environment or Xcode details if needed. Thanks in advance for your help!
Replies
0
Boosts
0
Views
142
Activity
Nov ’25