Search results for

Account Locked

31,781 results found

Post

Replies

Boosts

Views

Activity

Reply to How do I delete my developer account?
Delete the associated certificates & keys from your local machine - Mac To get started use Command-Key / Spacebar (opens search) type keychain. it will bring up keychain access app in list click keychain access app Select the 2nd option [Open Keychain Access] You'll have to supply a password or whatever to get in Look under Certificates tab You'll find a developer certificate for the account. Be very careful you don't delete the wrong one You should be able to delete the associated developer certificates and it will remove the developer account -- the certificate that XCode uses to sign the apps with. You can probably determine which one is which by the associated email address. ie There is one email address tied to each developer account. Good luck
Aug ’25
Reply to error adding user with DEV profile on platform
hi, tks for help, When accessing my administrator user account where I can create users to have access to upload applications within the platform, when registering a new user, an error appears. I have several application developer users, but when adding a new one, an error occurs. The error in the image, I've already changed browsers, changed phones, and the same error persists. right after entering the code to verify the account.
Aug ’25
Reply to Your enrollment could not be completed
I had the same issue and resolved it as follows: Login to your account. Click on Support in the menu Scroll down and find Contact us by phone or email Click on the button Get Started Click on Membership and Account Click on Program Enrolment Click on Phone (if this option is greyed out or not-clickable, then you are outside the opening hours of the support desk. Allow for a time difference, for example the EU support desk is in Ireland which may be a different timezone for you) Leave your number I was called back within a minute. First you get a tape and you have to confirm something by pressing 1, but after a minute or so, I got a chap on the phone and he solved it. Problem was, according to him, that you can not use like company details when personal details are asked. He cleared that, instructed me to wait for a couple of minutes, and when I tried again, I could proceed with the process and finally got to finish it. Good luck!
Aug ’25
Can I add "com.apple.developer.calling-app" in the InHouse account?
https://developer.apple.com/documentation/callkit/preparing-your-app-to-be-the-default-calling-app I have 2 accounts, one for App store and one for tesing (Inhouse type). I added the capability in the Xcode project, and can run it. But when I run a Inhouse build for it on my CI server, it failed. So is the Inhouse build support this com.apple.developer.calling-app?
1
0
62
Aug ’25
Xcode Cloud: The page you’re looking for can’t be found.
We started seeing an access issue today when attempting to go to the Xcode Cloud tab in App Store Connect. When you navigate to https://appstoreconnect.apple.com/teams/:teamId/apps/:appId/ci we're seeing the following message: The page you’re looking for can’t be found. The page you’re looking for does not exist, or you do not have permission to view it. I am the account holder so it shouldn't be a permissions issue. Is there an ongoing outage or problem in Xcode Cloud? And, if so, where can I monitor this accurately?
3
0
99
Jul ’25
Xcode cloud unable to connect to Bitbucket
Hi, I'm new here I have an app I have developed using Xcode with Swift. I'm trying to publish it to the App store and noticed a new option called Xcode cloud which will improve the process of rolling out new versions, which I'm anticipating there will be plenty of updates to come. When I try and start Xcode cloud it wants to connect to my Bitbucket cloud account and prompts for an Account and Password. No matter what I put into these fields I can't get it to authenticate. I've searched for support articles, but they simply say to specify your Account and Password, and they provide very little additional information. Can anybody help me? Where is the Account supposed to come from? I assumed it was the email address I sign into Bitbucket with. Is that correct? Which Password are we supposed to use? I tried my regular password, however I have 2FA on this so I'm not sure how that was supposed to work. Later I tried setting up an API key in Bitbucket for my account, and
1
0
100
Jul ’25
Signing a daemon with the Endpoint Security entitlement
Note: This failure occurs even when running on the same machine that performed the build, signing, and notarization steps. We are developing a command-line Endpoint Security (ES) client for macOS, distributed to customers as part of an enterprise security suite. We have a valid Apple Developer Team ID (redacted for privacy) and have requested and received the Endpoint Security entitlement for our account. What We’ve Done Built a universal (x86_64/arm64) CLI ES client using Xcode on macOS Sonoma. Signed with a Developer ID Application certificate (matching our Team ID). Applied the entitlement: com.apple.developer.endpoint-security.client. Notarized the binary via notarytool after receiving Apple’s confirmation that the entitlement was “assigned to our account.” Distributed and unzipped the notarized ZIP (with com.apple.quarantine xattr intact). What Happens: When we run the binary (as root, via sudo) on any test Mac—including the original build/notarization machine—the process is killed imme
21
0
456
Jul ’25
Reply to Signing a daemon with the Endpoint Security entitlement
[quote='851379022, Darrilla, /thread/791996?answerId=851379022#851379022, /profile/Darrilla'] the creating a new application DOES NOT create an Info.plist. [/quote] Right. Xcode changed the way it handles Info.plist files, only creating one in your project if the app using non-standard keys. [quote='851379022, Darrilla, /thread/791996?answerId=851379022#851379022, /profile/Darrilla'] Telling someone to delete a key that shows up in that file [/quote] I reviewed the latest Signing a daemon with a restricted entitlement and I don’t see where it says that. It does say: Switch to the Info tab and delete all the app-specific items but that’s not referring to the Info.plist file directly but rather the Info tab of the target editor. Having said that, there is one gnarly problem with the Signing a daemon with a restricted entitlement instructions, namely that it dosen’t recommend clearing the Enable Debug Dylib Support build setting. With that setting enabled you end up with a structure like this: quinn@Mac Debug %
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’25