Accounts

RSS for tag

Help users access and manage their external accounts from within your app without requiring them to enter login credentials using Accounts.

Accounts Documentation

Posts under Accounts tag

216 Posts
Sort by:
Post not yet marked as solved
0 Replies
24 Views
I'm trying to appoint another developer as admin + account owner. However, the screen and menus in the instructions do not appear for me. My developer license expired a few days ago. Could the problem be related to this?
Posted
by berru.
Last updated
.
Post not yet marked as solved
0 Replies
25 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
114 Views
Hello Apple Developer Community, I am writing to request urgent support to re-enable our developer account which seems to have been disabled as a result of a credit card issue. We have attempted to reach out via email since phone support is not available in my region but received no response for the past 8 days. This issue is hampering our ability to deploy new updates to appstore for critical updates. Thank you for your attention. Looking forward to your support.
Posted
by kabangi.
Last updated
.
Post not yet marked as solved
0 Replies
129 Views
Hi everyone, I'm in a bit of a pickle. I paid for a developer account, and I got an email from Apple confirming the payment. It's been over two weeks now (with the three days they said it would take to process), and I still haven't heard back from them. I sent them a support request about a week ago and still no response. Is this how Apple is always with deadlines? Anyone else run into this problem before, and how did you solve it?
Posted
by RadMate.
Last updated
.
Post not yet marked as solved
0 Replies
88 Views
We are the company with around 1500 staff from Vietnam. A stranger used our company DUNS number to register for an Apple account. After a period of fighting and proving with Apple, we got our account back. However, after that Apple notified us as shown below and locked the account. I received no explanation from Apple. I don't understand why Apple allowed our company's DUNS number to register an invalid account. And now affects the company's digital transformation plan and business strategy. Obviously this is Apple's fault but we as customers have to bear it. I don't know what to do next. Please provide us the advice Email from Apple: We're contacting you regarding your request to reinstate your Apple Developer Program membership, which was terminated on 2024-02-09. After a thorough evaluation, we aren’t granting your appeal to reinstate the Apple Developer Program. Please note that this decision is final. We won’t process subsequent appeals. Sincerely, Apple Developer Program Support
Posted Last updated
.
Post not yet marked as solved
1 Replies
185 Views
I have been trying to buy membership for 2 month! After every attempt to buy membership I am getting this message: Thank you for your order. Here's a summary of your order request, which will be processed within 2 business days. We'll notify you when your items are ready. Order Details: Apple Developer Program US$ 99 But nothing is happening
Posted
by xbtkg.
Last updated
.
Post not yet marked as solved
1 Replies
182 Views
I have enrolled and paid, in the response mail it was suggested it will take 2 business days. it was on 25 March 2024 - I was not sure it was accepted, so I paid again on 30 March, I also opened few emails to support requesting to let me know about the status of the request. no response so far from Apple, What can I do? how can I know if someone is processing my request to enroll to apple developer? how much more time it will take? will I will get an answer? Dear ***, Thank you for your order. Here's a summary of your order request, which will be processed within 2 business days. We'll notify you when your items are ready. Order Details: Apple Developer Program US$ 99 Best regards, Apple Developer Relations
Posted
by mikron30.
Last updated
.
Post not yet marked as solved
0 Replies
160 Views
I have tried to deploy passwordpolicy script using pwpolicy pwpolicy -n /Local/Default -setglobalpolicy "usingHistory=5 canModifyPasswordforSelf=1 maxMinutesUntilChangePassword=129600 requiresAlpha=1 requiresNumeric=1 minChars=8 passwordCannotBeName=1 requiresMixedCase=1 requiresSymbol=1" sudo defaults write /Library/Preferences/com.apple.loginwindow PasswordExpirationDays 14 errcode=$? if [ "$errcode" -ne 0 ]; then echo "" echo "Failed to apply with errorcode $errcode" 1>&2 echo "" exit 1 fi echo "Password Policy applied successfully" 1>&2 After deploying, on next login, It prompted for login, On entering password, It shows wrong password. When I tried to reset the password, It is not accepting the password. Instead It prompts again and again. Like this , I have got 300 mac machines struck in login page. I tried to run these two commands via a app running in root pwpolicy -u "$user" -clearaccountpolicies pwpolicy -clearaccountpolicies After Running this, I can able to loggin for first time. When tried to login second or successive times, It is failing with wrong password or sometimes no error instead of a jumping prompt in password page. When tried to change password after a login after clearpolicy command, It is not accepting the admin's password (Which was used to login the current session). Please help on this issue. As it does have a serious impact.
Posted Last updated
.
Post not yet marked as solved
0 Replies
113 Views
I would like to transfer the account holder to myself and have already proceeded as described here: https://developer.apple.com/help/account/manage-your-team/transfer-the-account-holder-role/ I have verified my identity. However, on the website I only have the option of rejecting the request or reading more information. Does anyone know the problem or how I can solve it?
Posted Last updated
.
Post not yet marked as solved
0 Replies
146 Views
When I try to create a developer account, it says there is some issue with the account and wont allow me to proceed. Please help me resolve the issue.
Posted
by 3-Boxes.
Last updated
.
Post not yet marked as solved
1 Replies
225 Views
Hello, as a company, we had an Apple Developer Enterprise account for many years. Last year, Apple denied us an extension on the grounds that we had less than 100 employees. They advised us to open a new Standard Developer account because it is not possible to transfer an account from Enterprise to Standard. I created a new standard account that I want to convert to a business one (so that the name of the company is visible, not a specific person). I contacted support to request a change and was denied because "our company already has a developer account", which is the origininal Enterprise one we can no longer use. Furthermore, the communication with the support is miserable. They keep telling me they don't know why would we want a new Business account when we already have an account. I wrote them, they didn't allow us to extend it and they advised us to start a completely new one and at that moment they stopped communicating completely. I have repeated this several time, the result is always the same. Can anyone advise me what to do next, who to contact?
Posted
by kojeckym.
Last updated
.
Post not yet marked as solved
1 Replies
687 Views
Hi all I don’t even know if this is a help post or just a cry from my soul. I'll start from the very beginning. My firm is developing software for small and medium businesses. For us developers, there is nothing unusual about this. If the client's store, we transfer it beautifully and without problems to the mobile application. We have been releasing apps since 2019. And everything was fine, even excellent, until August 2022. In August, after submitting the application for review, I, as the account developer, received a notice that clause 3.2f was violated and that my account would be closed. It is clear that I immediately filed an appeal, but the Apple inspectors said that they would not change their minds. To say that I was shocked = to say nothing. Since then, I have filed 6 appeals, created other accounts (tried), so that our clients are calm that we are fulfilling our obligations. no response to appeals (no calls, no letters) Does anyone know how else to contact support? Because I have no more ideas, honestly - I'm broken. Thanks for reading, Tim
Posted
by TiKh.
Last updated
.
Post not yet marked as solved
0 Replies
175 Views
Hi, I am trying to enroll in the Developer Program with my startup email account. However I keep getting the same message over and over: Your enrollment could not be completed. I have enabled 2 factor authentication Tried from the web Tried directly from the Apple Developer App (button shows disabled) Also, Phone Support is currently unavailable. Any help will be greatly appreciated.
Posted
by MrJaf.
Last updated
.
Post not yet marked as solved
0 Replies
173 Views
Hi. I am developer. I received the order, develop it and run under by account because the customer does not understand the app store connect at all. Now I am adding IAP to the app but I don't know how to add customer as owner and assign his bank account and tax information to receive payments. How can I do?
Posted
by igstudio.
Last updated
.
Post not yet marked as solved
0 Replies
174 Views
Hello, does anyone know why our buy points are disabled on our app? we already updated our account after Apple told us so. the buy button is unclickable, and my engineer told me they don't change any code.
Posted Last updated
.
Post marked as solved
1 Replies
182 Views
Hello all, I am interested in enrolling in Apple developer program, but I am not sure that my country is supported. So I would like to know how do I find the list of supported countries. Btw I am from Republic of Moldova.
Posted Last updated
.
Post not yet marked as solved
1 Replies
225 Views
After 5 days my individual developer account is still pending. I understand there could be delays if I'm outside of the country, but I'm not. I've sent emails and have received no response - there doesn't appear to be a number I could call. The only thing that wasn't delayed, was Apple taking the $99 immediately from my account.
Posted
by johnmcp.
Last updated
.
Post not yet marked as solved
0 Replies
141 Views
Hello everyone! I paid for the developer account for $99, I have the receipt. And since March 25th, the support service has not responded to me, and the status in the profile is "pending". Has anyone else had this experience?
Posted
by RomanDeV.
Last updated
.
Post not yet marked as solved
0 Replies
190 Views
Hi, I'm from India. My apple developer account enrollment is being processed for the last 3 weeks. I received an email from Apple about 7 days ago saying, 'We'd like to continue your enrollment, but we still need the documentation we requested last week in an email titled “Request for Enrollment Documents”.' But I didn't receive any emails from them requesting documents. Furthermore, the money has not been debited from my card. I've been contacting Apple support every 2-3 days but I got no response from them. Whats should I do next?
Posted
by Prasannah.
Last updated
.