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

Apple Enrollment / Please Help
Can someone please assist or advise on the next steps? I recently applied for enrollment via the Apple Developer website and was approved. After making payment, I received an email from Apple Developer Support advising me to re-enroll using the Apple Developer app due to a card processing issue. They mentioned our application would be "fast-tracked" if submitted through the app. However, since re-enrolling via the app, I haven’t received any updates from support. Whenever I request feedback, the only response I get is, "It’s still under review." It has now been almost two weeks, and our launch date is fast approaching. We’ve already submitted all the required information, but support has not been helpful despite multiple follow-ups.
0
0
59
Aug ’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
193
Jul ’25
Unable to use API key to create new app in CI
Hi, We run an app house where we're creating a new app through our store for clients every few weeks. We've been using the Apple ID login through fastlane to create new apps in our CI, however we find having to log in to multiple machines every few weeks very frustrating, as it requires 2fa, and always seems to happen right when the system admins are on leave. We've tried to use the API key instead however creating apps doesn't appear to be supported, as we get a 403 error stating we can't use create. This was with the App manager role. Is it at all possible to crate an app using the api key, turn off the timeout on the ID Login or, automate this so we don't need to log in every few weeks?
0
0
70
Apr ’25
WeatherKit - conditionCode rules
Hello, We’re using the Apple WeatherKit API in our application and would like to better understand how the conditionCode field is determined in the hourly data. In particular, we have encountered cases where both rain and strong winds occurred within the same hour, but the conditionCode returned was related to wind (e.g. windy), even though rain was present and more relevant to our use case. Could you please clarify: What is the logic or prioritization used by WeatherKit when selecting the conditionCode for an hourly period that includes multiple weather events? Is rain ever prioritized over wind in this field? If so, under what conditions? Since precipitation has more impact for our analyses and decision-making than wind, understanding how this field is computed is important for us. Thank you in advance for your help. Best regards,
0
0
167
Aug ’25
Problem with building on EAS.
Hello I have been developing an app that I want to deploy on the App Store through EAS cloud. My boss had purchased the apple developer account and invited me to a development team and I signed in with the same credentials. But when I try eas build and then select IOS as the platform I am getting this error shown in the image. Does this mean I have to purchase an apple developer account? Any help would be greatly appreciated
0
0
81
May ’25
Enrollment Blocked: "Identity Cannot Be Confirmed" - Support Says Decision is Final
Hello, I'm hoping to find a solution for a persistent enrollment issue and would appreciate any advice from the community. For several months, I have been unable to enroll in the Apple Developer Program. The automated system rejected my application, stating my identity could not be verified. This first occurred in December 2023. I have contacted Apple Support and spoken with a Senior Advisor. I explained that I am willing to provide any documentation needed to verify my identity (passport, driver's license, etc.), but was told this was not possible. The advisor stated the decision from the automated system is final and the issue cannot be escalated or resolved. This has put my app, which is fully developed and ready for submission, on indefinite hold. Has anyone else encountered this specific "identity verification" block where support states the decision is final? Is there a known workaround, a different department to contact, or any other path to get this reviewed by a human? Thank you for any help you can provide.
0
0
259
Aug ’25
Stuck after Master Developer Account was enrolled in Apple Business Domain
Hi All, Posting here after completely spinning our wheels with Apple Business Support AND Apple Developer Support thus far. Problem: Our team of Developers have been using Corporate e-mail addresses (companyname.com) as Apple Developer Accounts. A couple of months ago we enrolled in Apple Business and enrolled our .com domain under management. Developers and others were given 30 days to enroll their accounts manually at the end of which it would be done automatically. One of our Developers did the manual transition with the result that his Developer Account "came with him" i.e. signing certificates and whatnot. Our Master Developer - my term, sorry if incorrect reference to the primary Developer Account - did nothing and his e-mail address but not his Developer Account was "forcibly" enrolled. The result being that he lost access to his Developer Account. Apple Support explained that the Developer Account had automatically been assigned a temporary access in the format "user dot name-company dot com at temporary.appleaccount.com". Great, all the Developer needs to do is to log in and follow the immediate prompting to assign a new valid e-mail address. Unfortunately, any address that the User enters is accepted and a verification code is expected. But no verification code is ever received. Not in our Corporate e-mail gateway under a working alias, not in other private accounts. Not in Spam, Junk etcetera. Something is inhibiting the change. The Developer is now stuck because he cannot log in in order to create his own support ticket. I have done so on his behalf, explained clearly the issue, received a link to an open page that does not require authentication, and he created a new ticket. The response comes again back from L1 Support on how to recover or change your login e-mail. Absolutely no recognition of the problem that has been clearly and repeatedly documented. (Bangs head against wall in frustration.) Questions: Is this Problem Description clear? If not PLEASE ask for clarification! Does anyone recognise this issue? Does anyone have a solution OR a way to reach the appropriate level in Apple Developer Support SO THAT our key Certificates etcetera that are no longer accessible in this "blocked" account can be recovered! Thanks for reading ☺
0
0
103
Jul ’25
Confirmation on the Use of MDM Vendor CSR Certificates in On-Premises MDM Solutions
We are developing an MDM solution. In addition to the cloud-based version, we are also developing an on-premises version of the MDM solution for organizations such as government agencies and other entities for whom using public cloud services is difficult. In such cases, regarding the "MDM vendor CSR certificate" to be included in the on-premises package: Would it be acceptable to use a certificate owned by our company (the MDM vendor)? Or would it be necessary for the client organization to prepare a new certificate themselves?
0
0
84
Jun ’25
Failed to create Apple Pay session: 400 Bad Request
We are using apple pay on the Web. But we are getting this error as below while creating the session from our API - {"error": "Failed to create Apple Pay session: 400 Bad Request: [{ "statusMessage": "Payment Services Exception merchantId=2BA8AF828D93E74EC76655D09C9132B7445BA789D674E970873CCCD85E5A8A5E not registered for domain=https://applepay-dev.ippay.com", "statusCode": "400" }]"} ==================================================== Please use the following Curl request to generate the error. curl --location 'https://applepay-dev.ippay.com/api/v2/payment/alternatepay/session/create' --header 'Content-Type: application/json' --header 'Accept: /' --header 'Sec-Fetch-Site: same-origin' --header 'Accept-Language: en-US,en;q=0.9' --header 'Accept-Encoding: gzip, deflate, br' --header 'Sec-Fetch-Mode: cors' --header 'Host: applepay-dev.ippay.com' --header 'Origin: https://applepay-dev.ippay.com' --header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15' --header 'Referer: https://applepay-dev.ippay.com/payment/payment.html' --header 'Content-Length: 84' --header 'Connection: keep-alive' --header 'Sec-Fetch-Dest: empty' --data '{"validationUrl":"https://apple-pay-gateway.apple.com/paymentservices/startSession"}' Configuration steps we followed - A. Created Merchant ID B. Created payment processing and Merchant Identity certificate C. Did domain association mapping for the merchant C. Created domain name and TLS SSL for the server from where we are calling the API Please advise.
0
1
224
Jul ’25
Apple Developer Program Enrollment Application Not Processing (South Africa)
Hi Apple Developer Team, I’m a developer based in South Africa. I initially submitted my enrollment for the Apple Developer Program (Individual) last week Thursday (May 2nd, 2025). The enrollment was then withdrawn by Apple, asking me to re-apply - which I did. Unfortunately, the same issue persists. I entered valid payment details during the re-application. No payment has been deducted. The enroll button on the Apple Developer app remains disabled. It has now been 5 days without resolution. We’ve even gone to the extent of verifying our banking setup and confirming that our card is enabled for international payments. Out of frustration, I have now withdrawn all enrollment applications. Please advise on how I can proceed based on the Case ID I have submitted. This delay is affecting our iOS launch, and I would really appreciate guidance on the way forward. Thank you.
0
0
103
May ’25
Apple Enrollment / Please Help
Can someone please assist or advise on the next steps? I recently applied for enrollment via the Apple Developer website and was approved. After making payment, I received an email from Apple Developer Support advising me to re-enroll using the Apple Developer app due to a card processing issue. They mentioned our application would be "fast-tracked" if submitted through the app. However, since re-enrolling via the app, I haven’t received any updates from support. Whenever I request feedback, the only response I get is, "It’s still under review." It has now been almost two weeks, and our launch date is fast approaching. We’ve already submitted all the required information, but support has not been helpful despite multiple follow-ups.
Replies
0
Boosts
0
Views
59
Activity
Aug ’25
Join Apple Developer Program
I'm signing up as an Apple Developer, but I've paid 4 times, and after about 10 hours each time, the order status changes to Cancelled, and there is no email explaining the reason for the cancellation, and the payment has not been refunded to me, and no staff has contacted me. I was confused
Replies
0
Boosts
0
Views
51
Activity
Apr ’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
193
Activity
Jul ’25
Unable to use API key to create new app in CI
Hi, We run an app house where we're creating a new app through our store for clients every few weeks. We've been using the Apple ID login through fastlane to create new apps in our CI, however we find having to log in to multiple machines every few weeks very frustrating, as it requires 2fa, and always seems to happen right when the system admins are on leave. We've tried to use the API key instead however creating apps doesn't appear to be supported, as we get a 403 error stating we can't use create. This was with the App manager role. Is it at all possible to crate an app using the api key, turn off the timeout on the ID Login or, automate this so we don't need to log in every few weeks?
Replies
0
Boosts
0
Views
70
Activity
Apr ’25
I want to access an additional 100 higher price point
How to access an additional 100 higher price point? I can only see 800 price point right now.
Replies
0
Boosts
0
Views
42
Activity
Aug ’25
Is my payment being processed?
Hi, I paid by credit card to enroll in the Apple Developer Program. I received the invoice by email, and it's been more than two business days and the dashboard still appears as shown in the screenshot below. It says the following (in Portuguese): "Purchase the subscription. To continue your subscription, complete your purchase now."
Replies
0
Boosts
0
Views
52
Activity
Aug ’25
Subscription and Cancellation Dates
We are implementing a report of all cancelled subscribers to our mobile App called SweetLifeSaver. We would like to identify the subscription date and the cancellation date for all such users. How do we get this information?
Replies
0
Boosts
0
Views
35
Activity
Aug ’25
WAITING FOR ENROLLMENT REVIEW
How long does it usually take to enroll my company in the Apple Development Program? I am still waiting for my enrollment to be processed, its 3 weeks has been passed, still Waiting. CASE ID 102570050739.
Replies
0
Boosts
0
Views
54
Activity
Apr ’25
APP ID Configuration
I am trying to add some more capabilities to my app in the apple developer website. I checked the Notification option and hit save but whenever i refresh the option is left unchecked. I checked console logs and whenever i try saving I get an error.
Replies
0
Boosts
0
Views
75
Activity
Aug ’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
103
Activity
Jul ’25
WeatherKit - conditionCode rules
Hello, We’re using the Apple WeatherKit API in our application and would like to better understand how the conditionCode field is determined in the hourly data. In particular, we have encountered cases where both rain and strong winds occurred within the same hour, but the conditionCode returned was related to wind (e.g. windy), even though rain was present and more relevant to our use case. Could you please clarify: What is the logic or prioritization used by WeatherKit when selecting the conditionCode for an hourly period that includes multiple weather events? Is rain ever prioritized over wind in this field? If so, under what conditions? Since precipitation has more impact for our analyses and decision-making than wind, understanding how this field is computed is important for us. Thank you in advance for your help. Best regards,
Replies
0
Boosts
0
Views
167
Activity
Aug ’25
Problem with building on EAS.
Hello I have been developing an app that I want to deploy on the App Store through EAS cloud. My boss had purchased the apple developer account and invited me to a development team and I signed in with the same credentials. But when I try eas build and then select IOS as the platform I am getting this error shown in the image. Does this mean I have to purchase an apple developer account? Any help would be greatly appreciated
Replies
0
Boosts
0
Views
81
Activity
May ’25
Enrollment Blocked: "Identity Cannot Be Confirmed" - Support Says Decision is Final
Hello, I'm hoping to find a solution for a persistent enrollment issue and would appreciate any advice from the community. For several months, I have been unable to enroll in the Apple Developer Program. The automated system rejected my application, stating my identity could not be verified. This first occurred in December 2023. I have contacted Apple Support and spoken with a Senior Advisor. I explained that I am willing to provide any documentation needed to verify my identity (passport, driver's license, etc.), but was told this was not possible. The advisor stated the decision from the automated system is final and the issue cannot be escalated or resolved. This has put my app, which is fully developed and ready for submission, on indefinite hold. Has anyone else encountered this specific "identity verification" block where support states the decision is final? Is there a known workaround, a different department to contact, or any other path to get this reviewed by a human? Thank you for any help you can provide.
Replies
0
Boosts
0
Views
259
Activity
Aug ’25
Can not use my personal developer team for months
I can not accept new agreement on account web portal. When I navigated to the page, my personal team can not be seen. So I can not accept the newly agreement. I asked help via email/phone 3 months ago, and Chinese developer team just said you need to wait. I am wondering how long need to take actions or have a conclusion...
Replies
0
Boosts
0
Views
59
Activity
May ’25
Stuck after Master Developer Account was enrolled in Apple Business Domain
Hi All, Posting here after completely spinning our wheels with Apple Business Support AND Apple Developer Support thus far. Problem: Our team of Developers have been using Corporate e-mail addresses (companyname.com) as Apple Developer Accounts. A couple of months ago we enrolled in Apple Business and enrolled our .com domain under management. Developers and others were given 30 days to enroll their accounts manually at the end of which it would be done automatically. One of our Developers did the manual transition with the result that his Developer Account "came with him" i.e. signing certificates and whatnot. Our Master Developer - my term, sorry if incorrect reference to the primary Developer Account - did nothing and his e-mail address but not his Developer Account was "forcibly" enrolled. The result being that he lost access to his Developer Account. Apple Support explained that the Developer Account had automatically been assigned a temporary access in the format "user dot name-company dot com at temporary.appleaccount.com". Great, all the Developer needs to do is to log in and follow the immediate prompting to assign a new valid e-mail address. Unfortunately, any address that the User enters is accepted and a verification code is expected. But no verification code is ever received. Not in our Corporate e-mail gateway under a working alias, not in other private accounts. Not in Spam, Junk etcetera. Something is inhibiting the change. The Developer is now stuck because he cannot log in in order to create his own support ticket. I have done so on his behalf, explained clearly the issue, received a link to an open page that does not require authentication, and he created a new ticket. The response comes again back from L1 Support on how to recover or change your login e-mail. Absolutely no recognition of the problem that has been clearly and repeatedly documented. (Bangs head against wall in frustration.) Questions: Is this Problem Description clear? If not PLEASE ask for clarification! Does anyone recognise this issue? Does anyone have a solution OR a way to reach the appropriate level in Apple Developer Support SO THAT our key Certificates etcetera that are no longer accessible in this "blocked" account can be recovered! Thanks for reading ☺
Replies
0
Boosts
0
Views
103
Activity
Jul ’25
Not able to register new APPID
Hi I have just create a new account on developer and I want to register a new APPID when I navigate to https://aninterestingwebsite.com/account/resources/identifiers/list I am not able to see the + button to register a new APPID.
Replies
0
Boosts
0
Views
49
Activity
Jul ’25
Confirmation on the Use of MDM Vendor CSR Certificates in On-Premises MDM Solutions
We are developing an MDM solution. In addition to the cloud-based version, we are also developing an on-premises version of the MDM solution for organizations such as government agencies and other entities for whom using public cloud services is difficult. In such cases, regarding the "MDM vendor CSR certificate" to be included in the on-premises package: Would it be acceptable to use a certificate owned by our company (the MDM vendor)? Or would it be necessary for the client organization to prepare a new certificate themselves?
Replies
0
Boosts
0
Views
84
Activity
Jun ’25
Failed to create Apple Pay session: 400 Bad Request
We are using apple pay on the Web. But we are getting this error as below while creating the session from our API - {"error": "Failed to create Apple Pay session: 400 Bad Request: [{ "statusMessage": "Payment Services Exception merchantId=2BA8AF828D93E74EC76655D09C9132B7445BA789D674E970873CCCD85E5A8A5E not registered for domain=https://applepay-dev.ippay.com", "statusCode": "400" }]"} ==================================================== Please use the following Curl request to generate the error. curl --location 'https://applepay-dev.ippay.com/api/v2/payment/alternatepay/session/create' --header 'Content-Type: application/json' --header 'Accept: /' --header 'Sec-Fetch-Site: same-origin' --header 'Accept-Language: en-US,en;q=0.9' --header 'Accept-Encoding: gzip, deflate, br' --header 'Sec-Fetch-Mode: cors' --header 'Host: applepay-dev.ippay.com' --header 'Origin: https://applepay-dev.ippay.com' --header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15' --header 'Referer: https://applepay-dev.ippay.com/payment/payment.html' --header 'Content-Length: 84' --header 'Connection: keep-alive' --header 'Sec-Fetch-Dest: empty' --data '{"validationUrl":"https://apple-pay-gateway.apple.com/paymentservices/startSession"}' Configuration steps we followed - A. Created Merchant ID B. Created payment processing and Merchant Identity certificate C. Did domain association mapping for the merchant C. Created domain name and TLS SSL for the server from where we are calling the API Please advise.
Replies
0
Boosts
1
Views
224
Activity
Jul ’25
Apple Developer Program Enrollment Application Not Processing (South Africa)
Hi Apple Developer Team, I’m a developer based in South Africa. I initially submitted my enrollment for the Apple Developer Program (Individual) last week Thursday (May 2nd, 2025). The enrollment was then withdrawn by Apple, asking me to re-apply - which I did. Unfortunately, the same issue persists. I entered valid payment details during the re-application. No payment has been deducted. The enroll button on the Apple Developer app remains disabled. It has now been 5 days without resolution. We’ve even gone to the extent of verifying our banking setup and confirming that our card is enabled for international payments. Out of frustration, I have now withdrawn all enrollment applications. Please advise on how I can proceed based on the Case ID I have submitted. This delay is affecting our iOS launch, and I would really appreciate guidance on the way forward. Thank you.
Replies
0
Boosts
0
Views
103
Activity
May ’25