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.

Developer Program Documentation

Posts under Developer Program tag

613 Posts
Sort by:
Post not yet marked as solved
0 Replies
78 Views
Hello, I'm applying to the development program. However, an unknown error appears in the account. Can you help identify this error? We are unable to process your request. An unknown error occurred. The error will appear after filling out the form in Enroll Today and selecting as Sole Ent. I wrote to support 5 days ago, but there was no response.
Posted
by DKats.
Last updated
.
Post not yet marked as solved
1 Replies
137 Views
I registered as a developer with Apple. Since I work alone, I have an individual developer account. Unfortunately, I am unable to create an iOS distribution certificate from Visual Studio (for Windows). The option is grayed out even though my role in App Store Connect is "Admin". Visual Studio also shows me that my user is an admin - yet I don't seem to have rights to create iOS distribution certificates. I can create iOS development certificates without any problems.
Posted
by HunteApps.
Last updated
.
Post not yet marked as solved
0 Replies
125 Views
I'm working on implementing Apple Sign In in an Angular application. I've successfully obtained the 'id_token', but I've noticed that the user's name is missing . I'm uncertain whether Apple provides the user's name in the 'id_token'. If it does, I'd like to know the steps to retrieve it correctly.
Posted Last updated
.
Post not yet marked as solved
0 Replies
107 Views
The past two week I made two payments already of 99USD and I received email immediately that within 2 business workimg day. You will notify me when the iteams are ready, its more than two days with no reply from Apple regarding the account. Not sure what do to anymore, as I have already done this twice already. Thanks, Gaone
Posted
by Gaone.
Last updated
.
Post not yet marked as solved
0 Replies
66 Views
Hey all, I have been trying to enroll to the developer program for almost 3 months now. I received an email from their support team that my account is pending approval since some details are missing in our website and they need to discuss this with me over the phone. The email also mentions how to reach them over the phone, however, that is not possible since the only option on their site is to send them an email (which I did 6 times already, with no response). How is it that a company like Apple says they will get back to you in 1-2 business days and just disappears after that? My app is stuck because of this issue. If anyone here has any idea what to do, any direct emails to or phone numbers or any other way of communication to try, please share with me and I will try it. If any Apple employees here can assist, please do!
Posted
by Snir_A.
Last updated
.
Post not yet marked as solved
2 Replies
147 Views
I'm trying to complete my Apple Developer Program Order. I'm unable to enter the CVV field of my VISA Card. There are no field for this. You can see the screenshot. I can just enter the card number. So that cause my payment failed every time I try. I try to complete my apple developper program order with my visa card. I expected to be able to enter both the VISA card number and the CVV code for order completion.
Posted
by yabolank.
Last updated
.
Post not yet marked as solved
0 Replies
158 Views
Hey guys, I'm having an issue while trying to enrol myself in apple developer program. When I submit my information, I can only see an error saying "Your enrollment in the Apple Developer Program could not be completed at this time." And this is an infinite loop. How I can get myself enrolled in the program now? Is my region (Pakistan) is blocked for enrollment or I'm doing something wrong?
Posted Last updated
.
Post not yet marked as solved
1 Replies
195 Views
Hi, our Apple Developer membership expired 5 days ago. I'm trying to renew it, but on the App Store i only see a note, that I should log into the account on Mac, iPad or iPhone and renew there. Unfortunately there is no Renew button anywhere, neither on my Mac or my iPad that i logged in from. My Settings->Subscriptions are empty. I can find the expired Apple Developer Membership when I login to the "Developer App", but I can only see it on there, not take any action. I can't find any place on appstoreconnect, where I could renew, not on the developer portal, not in the settings/user area of my 2 local devices... Can someone please tell me where to renew our Dev membership?
Posted
by yumaudio.
Last updated
.
Post not yet marked as solved
0 Replies
98 Views
I have been trying to enroll MFi program unfortunately the payment process have been failed as "Card is not supported" I tried with many cards still I am getting same error for all cards. Could you please support me to get successful payment. The error image has been attached for your reference
Posted Last updated
.
Post not yet marked as solved
0 Replies
194 Views
Previously, we did Notarization with the help of altool, but it has now been decommissioned by Apple. We need to use the Notary tool for Notarization.
My application is not on App-store.So I tried storing credentials in the keychain, but encountered an error after providing all the details, including appleid, app-specific password, and teamid. it is showing this below error. Error: HTTP status code: 401. Unable to authenticate. The application is not allowed for primary authentication. Ensure that all authentication arguments are correct.
 We created app- specific password using the same Apple ID account which also has the certificates with which we are trying to Notarize our application. Initially, we were not able to access this Apple ID account because the employee that created this account has now left the organisation and we do not had enough information for access. We contacted apple and we got Alisas to original Apple ID account after that we were able to create app-specific password. We are not sure if this alias account access is affecting our issue or may be there is some particular setting that could affect the authorisation. Below are the complete info regarding the issue.
 mohd.faizan@KELLGGNLPTP1659 ~ % xcrun notarytool store-credentials --verbose --apple-id “XXXX" --password “YYYY” --team-id “ZZZZ” [11:32:40.047Z] Debug [MAIN] Running notarytool version: unknown (0), date: 2024-04-23T11:32:40Z, command: /Applications/Xcode.app/Contents/Developer/usr/bin/notarytool store-credentials --verbose --apple-id XXXX --password private --team-id ZZZZ This process stores your credentials securely in the Keychain. You reference these credentials later using a profile name. Profile name: NotaryProfile Validating your credentials... [11:32:48.390Z] Info [API] Initialized Notary API with base URL: https://appstoreconnect.apple.com/notary/v2/ [11:32:48.392Z] Info [API] Preparing GET request to URL: https://appstoreconnect.apple.com/notary/v2/test?, Parameters: [:], Custom Headers: private<Dictionary<String, String>> [11:32:48.393Z] Debug [AUTHENTICATION] Delaying current request to refresh app-specific password token. [11:32:48.393Z] Info [API] Preparing GET request to URL: https://appstoreconnect.apple.com/notary/v2/asp?, Parameters: [:], Custom Headers: private<Dictionary<String, String>> [11:32:48.394Z] Debug [AUTHENTICATION] Authenticating request to '/notary/v2/asp' with Basic Auth. Username: XXXX, Password: private, Team ID: ZZZZ [11:32:48.396Z] Debug [TASKMANAGER] Starting Task Manager loop to wait for asynchronous HTTP calls. [11:32:50.102Z] Debug [API] Received response status code: 401, message: unauthorized, URL: https://appstoreconnect.apple.com/notary/v2/asp?, Correlation Key: 5WDGB4XPJJAUCMTFMR6TUYYRPI [11:32:50.103Z] Error [TASKMANAGER] Completed Task with ID 2 has encountered an error. [11:32:50.103Z] Debug [TASKMANAGER] Ending Task Manager loop. Error: HTTP status code: 401. Unable to authenticate. The application is not allowed for primary authentication. Ensure that all authentication arguments are correct.


Can anyone help me in resolving this issue?  What steps do I need to take to fix this? Thanks in advance for the help.
Posted
by Faizan_.
Last updated
.
Post not yet marked as solved
0 Replies
173 Views
Hi, everyone. I decided to publish my very first application to the AppStore. As you know, I created an Apple Developer account, and purchased it. I came across a message saying "To continue your enrollment, complete your purchase now. I didn't understand why I got such a message. I'm also asking for those in the know, is this a problem or does it go through such a standard procedure every time a purchase is made? I'm waiting for your answers, thank you. Your purchase may take up to 48 hours to process."
Posted
by ahtctn.
Last updated
.
Post not yet marked as solved
29 Replies
24k Views
My developer account pending for more that 48 hours.When I login to http://developer.apple.com, it show the following message:Purchase your membership.To continue your enrollment, complete your purchase now.Your purchase may take up to 48 hours to process.I have already paid the membership fee and got the E-invoice from apple.Could anyone help to solve this problem?Thanks.
Posted
by gvcs.
Last updated
.
Post not yet marked as solved
0 Replies
127 Views
I had tried to enroll 7 years ago with an account that has been deleted meanwhile. I used my id and and went through all the procedures. The fact that after 1 week of trying to pay for the program didn't go through I just deleted the account. Now I really need to have a developer account associated with my company. What can I do to get make it? Shouldn't deleting my account result also in deleting my information about the government issued id?
Posted Last updated
.
Post not yet marked as solved
4 Replies
741 Views
I am a Apple Developer member signed into my developer Apple ID on my Vision Pro and I‘m unable to access Beta Updates in Settings -> General -> Software Update. The option doesn’t even show up. I’ve tried restarting a few times and signing out and back in on my Vision Pro. I’ve been able to successfully deploy builds from Xcode to my Vision Pro. I’m also able to access Beta Updates from my other Apple devices on the same Apple ID. I’ve also noticed that my Apple ID avatar isn’t syncing—it shows the default initials in visionOS Settings and updating it there does not seem to sync across devices. Anyone have any ideas how I might fix this?
Posted
by n8chur.
Last updated
.
Post not yet marked as solved
0 Replies
158 Views
Team, We are trying to publish new app (Under new brand label) for newly acquired company. app update is rejected for the reason: Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage The app must be published under a seller and company name that is associated with the organization or company providing the services. In this case, the app must be published under a seller name and company name that reflects the institution name. Any suggestions??
Posted
by workcell.
Last updated
.
Post not yet marked as solved
0 Replies
149 Views
Greeting , I have tried 3 times with different emails, usernames and cards to purchase the Apple Developer subscription but my card is never charged. I have also sent 2 emails to support but they haven't answer, case 102280163126 and 102277148319 After 4 weeks of waiting. I decided to also post here. I have read all the previous issues and i have tried every suggestion Name of the card must be the same as user name, Visa debit, I am from Greece. I unserstand that you are overwhelmed but could you please Help?
Posted Last updated
.
Post not yet marked as solved
1 Replies
233 Views
Hello, The issues we previously identified still need your attention. If you have any questions, we are here to help. Reply to this message in App Store Connect and let us know. Review Environment Submission ID: 00fc9b08-3da8-4b89-8810-740174730062 Review date: April 21, 2024 Version reviewed: 1.0 Guideline 3.2.1 - Business - Other Business Model Issues - Acceptable Your app provides financial services but does not meet all the requirements for apps providing these services. Specifically: The app must be published under a seller and company name that is associated with the organization or company providing the services. In this case, your app must be published under a seller name and company name that reflects the Askmefund name. The account that submits the app must be enrolled in the Apple Developer Program as an organization, and not as an individual. These requirements give App Store users confidence that apps offering financial services are qualified to provide these services and will responsibly manage their data. Please provide ownership documentation or modify the vendor seller name. Please Help me.
Posted Last updated
.