Hello,
I am trying to transfer the Account Holder role to a different person on our team, but I am stuck in a loop. Despite the recipient being an active Admin on the team for some time, their name does not appear in the "Choose a Candidate" dropdown menu on the Apple Developer website.
Here is our current setup and what we have tried:
Recipient Role: The person I am transferring to is already an Admin (verified in Users and Access).
Security: 2FA is enabled and active on the recipient’s Apple ID.
Account Type: This is for an Organization/Company membership.
The Issue: When I (the current Account Holder) go to Membership Details > Update Your Information > Transfer Account Holder Role, the candidate list is empty or does not show this specific Admin.
We have investigated the Identity Verification requirement, but hit a dead end:
The recipient logged into the Apple Developer app on an iPhone (signed into the same Apple ID and primary iCloud account on the device).
In the Account tab, there is no "Verify Identity" button visible.
The options visible are only: Create Profile, Notifications, Enroll Now, and Sign Out.
We have already tried "Create Profile," but it did not trigger an ID scan or resolve the visibility issue in the transfer list.
Questions:
Does the recipient need to click "Enroll Now" and start a $99 membership application just to trigger the identity verification, even if they are joining an existing organization?
Could the use of a personal email domain (@hotmail.com) for the Admin Apple ID be filtering them out of the "Candidate" list for an Organization account?
Are there any specific steps to "force" the Identity Verification button to appear in the app for an existing Admin?
Any guidance on how to get the Admin's identity verified so they appear as an eligible candidate would be greatly appreciated.
Dive into the vast array of tools, services, and support available to developers.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Purchase your membership.
To continue your enrollment, complete your purchase now
Your purchase may take up to 48 hours to process.
Its been more than 3 weeks its stuck to above status and showing Pending in profile section.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
Developer Tools
App Store
Developer Program
Original: https://developer.apple.com/forums/thread/816864
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Hi everyone,
I subscribed to the Apple Developer Program on Tuesday evening, November 4th, 2025. The payment has already been charged to my bank account, but my account still shows the status “Pending” with the message “Subscribe your membership”.
It’s now been several days, and I haven’t received any confirmation email or any request for additional information.
I already contacted Apple Support by email, but I’d like to know if other developers have experienced the same situation and how long it took before their account was activated.
Thanks in advance for your help and feedback!
— Martin
I have subscribed to the Apple developer program on feb 22. I have contacted the support team and mailed two Times in last two days. the account shows pending but the email and the order page Says activation sent electronically. but I haven't got email regarding that.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
Subscriptions
Developer Program
Hello,
I’m writing this here because I’m honestly stuck and unable to reach anyone through official support channels.
Order Number: W1466057949
Order Date: 18/02/2026
Case ID: 102824542025
My payment was successfully approved and processed by my bank. The amount has been fully charged. However, my Apple Developer account has still not been activated.
I opened a support ticket immediately after noticing the issue. It has now been 6 days, and I have received absolutely no response.
There is no active support in Turkey for this issue. When I try calling the Ireland support number, I can only reach an automated system — there is no way to speak to a real person. I currently have no direct contact channel to resolve this.
This situation is blocking my development work and causing serious delays. I have completed my payment in good faith, yet I cannot access the service I paid for, and I cannot reach anyone for assistance.
If anyone has experienced a similar issue or knows how to escalate this properly, I would greatly appreciate guidance.
Thank you.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
Subscriptions
Accounts
Developer Program
Hello,
I am writing to ask whether this delay is normal or if anyone has experienced a similar situation.
I enrolled in the Apple Developer Program and completed the annual payment on February 4, 2026.
On February 10, I received an email requesting identity verification. I uploaded the front side of my ID on February 11 through the official verification link.
Since then, I have not received any confirmation or status update.
On February 15, I contacted Developer Support through the website. The support page indicates that responses are usually provided within two days. However, I have not received any reply yet.
I also chose the call option and was advised to wait a few more days. On February 20, I followed up again under the same case.
As of today (February 25), my enrollment is still pending and I have not received any update.
Has anyone recently experienced a similar delay in identity verification?
Is this timeframe considered normal?
Thank you.
Hello,
I enrolled in the Apple Developer Program and completed the payment successfully. I have already received the payment confirmation and invoice via email.
However, my account status is still showing as “Pending”, and it has not been activated yet.
It has been more than 5 days since the payment was completed. I have not received any additional instructions or requests for documents.
Has anyone experienced a similar delay?
Is there anything else I need to do to complete the activation process?
This is quite urgent for me as I need to publish my app on the App Store.
Thank you in advance for your help.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
There has been quite a bit of posts mentioning this.
Enrolled to the developer program, paid and money has cleared but absolutely no communication from apple on status or progress at all.
Status still show pending and still prompting to complete a purchase.
It's quite a terrible experience.
If there are delays, is it possible to communicate what the delays are?
If there is any progress, is it possible to communicate this progress?
Only other option I had was - contact support, which stated I will receive a response in less than 48 hours as well, but that promise is broken too.
Is there anyone from support that can assist?
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
Subscriptions
Developer Tools
Developer Program
I am using official MCP SDK. According to official guide, Servers MUST provide structured results that conform to this schema. https://modelcontextprotocol.io/specification/draft/server/tools#output-schema
I could see output schema defined, but result have no structured content.
Current output schema:
{
name: "XcodeListWindows",
title: "List Windows",
description: "Lists the current Xcode windows and their workspace information",
inputSchema: {
type: "object",
properties: {
},
required: [
],
},
outputSchema: {
type: "object",
properties: {
message: {
description: "Description of all open Xcode windows",
type: "string",
},
},
required: [
"message",
],
},
}
Current response:
{
"result": {
"content": [
{
type: "text",
text: "{\"message\":\"* tabIdentifier: windowtab1, workspacePath: \\xxx\\n* tabIdentifier: windowtab2, workspacePath: \\xxx\\n\"}",
},
]
}
}
Expected:
{
"result": {
"content": [
{
type: "text",
text: "{\"message\":\"* tabIdentifier: windowtab1, workspacePath: \\xxx\\n* tabIdentifier: windowtab2, workspacePath: \\xxx\\n\"}",
},
],
"structuredContent": {
"message": "* tabIdentifier: windowtab1, workspacePath: \\xxx\\n* tabIdentifier: windowtab2, workspacePath: \\xxx\\n",
}
}
}
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Xcode
Apple Intelligence
Coding intelligence
Dear Apple Team,
I have taken the subscription of Apple Developer Program but the subscription status is not correctly reflecting in my account.
Below I have attached the screenshot for the reference.
Can you please help me to resolve the account status reflection correctly.
Thanks in Advance!
I am looking to optimize my AI-assisted workflow within Xcode.
Previously, my process was inefficient:
Manually selecting and copying code snippets from Xcode into Gemini.
Asking a specific question (e.g., "Modify this to show an alertError message box").
Copying the result back into Xcode.
I attempted to switch to the new native Intelligence feature in Xcode to streamline this, but I found significant shortcomings:
Latency: The response time is noticeably slow. Much slower than asking directly on Gemini 3 Pro.
Lack of Context: The AI often fails to grasp the full project context. For example, it frequently claims it cannot see the code for ScannerView even though it is part of the project. I often have to prompt it multiple times before it finally "finds" the file.
Is Xcode's Intelligence feature actually production-ready yet?
If not, what tools do you recommend that integrate well with iOS development?
To be clear, I am not looking for "vibe coding." I have a clear grasp of the problem and the high-level solution. My goal is to delegate the low-level implementation to the AI. I need a tool that has full project context from the start, eliminating the need to manually copy-paste snippets into a chat window.
its been a week i uploaded the documents for enrolment and there has been no reply. i have raised multiple concerns but am not receiving any resposes on them. is it normal?
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Hi there,
I recently updated to the latest version of macOS Tahoe 26.3.
Since then, Xcode is not able to resolve my Swift Package dependencies anymore. We use SSH for all our Github hosted packages. When package resolution is running, we randomly have Failed to verify SSH fingerprint on some remote package.
Nothing has changed and it worked perfectly with Tahoe 26.2. The SSH have been reconfigured and known hosts have been verified.
Is something changed between those 2 versions or is it a bug ?
Hi everyone,
I subscribed to the Apple Developer Program on Friday evening, February 20, 2026. The payment has already been charged to my bank account, but my account still shows the status “Pending” with the message “Subscribe your membership”.
It’s now been several days, and I haven’t received any confirmation email or any request for additional information.
I already contacted Apple Support by email, but I’d like to know if other developers have experienced the same situation and how long it took before their account was activated.
Thanks in advance for your help and feedback!
— Rashid
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Steps to reproduce:
Open Xcode 26.3 → Settings → Intelligence → Claude sign-in
Click the sign-in button — spinner begins, never completes
An email the arrives with a magic link.
The magic link opened a browser page which displayed a 6-digit verification code with instructions reading "enter this verification code where you first tried to sign in" — i.e. back in Xcode. However, Xcode was showing only an endless spinner with no code entry field anywhere in the UI. This is the core bug.
I did since manage to complete authentication sign-in through a second browser verification field that eventually appeared after about 10 minutes and did get signed in, but the Claude Intelligence agent still returns "Your request could not be completed" even after successful sign-in and a full Xcode restart.
Prior to this bug starting at 10 am on February 19 I had been using the intelligence agent successfully for about a week. Anthropic did have some sort of event on their system around February 18/19 so maybe this has been a result of that.
I have notified Anthropic support and Apple Feedback Assistant.
Does anybody have a workaround until either anthropic or Apple get back to me?
Environment:
Xcode 26.3 RC
macOS 26.3 (25D125) (Apple Silicon / arm64)
Setup:
Xcode > Settings > Intelligence > Claude Agent: Signed In (account status shows "Signed In")
Model: Default
Steps to reproduce:
Open a new chat in Xcode's Coding Assistant
Select "Claude Agent" from the agent dropdown (instead of "Claude Sonnet 4.5")
Send any message (e.g. "HI")
Expected result:
Claude Agent responds normally.
Actual result:
The message is sent but immediately returns the error:
"Your request couldn't be completed."
🚩I have an active Claude Code subscription with remaining usage. Running claude in Terminal works perfectly, confirming the subscription and quota are valid.
I work on some proprietary codebases and can only use private AI services with them (currently MiniMax M2.1 and GLM 4.7). It all works great with both Claude Code and OpenCode agents, and I'd like to leverage the new agentic capabilities that are now in Xcode 26.3.
I'm not seeing any option to connect to OpenCode, and both the Anthropic and OpenAI providers require an enterprise account (which I don't have access to).
Are there any options that I'm missing here?
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Developer Tools
Apple Intelligence
Coding intelligence
Hi,
I'm a novice on Xcode and I have just created an API Key in order to use Perplexity as a model Provider in Xcode 26.4 (beta).
The key is valid and, Perplexity support replies this:
_The issue is that Xcode expects specific endpoint structures that don't fully match Perplexity's API. Xcode requires a
/v1/models
endpoint to list available models, which Perplexity doesn't currently provide in that format. Our API uses
/chat/completions
rather than
/v1/chat/completions
as well._
Is there a workaround to integrate it and get the benefits of new Intelligence features with Perplexity?
Error code is "Provider is not valid - Models could not be fetched with the provided account details"
Thanks for your help
I have a UI Test that is trying to drive a stepper.
When run as iPad app, the tree has:
Button, 0x10ce7f860, {{492.0, 98.5}, {47.0, 32.0}}, identifier: 'GraphDataViewNumBinsStepper-Decrement', label: 'Number of bins: 4, Decrement'
Button, 0x10ce802a0, {{539.0, 98.5}, {47.0, 32.0}}, identifier: 'GraphDataViewNumBinsStepper-Increment', label: 'Number of bins: 4, Increment'
When run a Mac app, the tree has:
StaticText, 0x7fcf5380d670, {{1575.2, 530.0}, {109.0, 16.0}}, identifier: 'GraphDataViewNumBinsStepperText', value: Number of bins: 4
Stepper, 0x7fcf5380d7b0, {{1691.5, 527.0}, {15.0, 22.0}}, identifier: 'GraphDataViewNumBinsStepper', value: 0
IncrementArrow, 0x7fcf5380e420, {{1692.5, 528.0}, {13.0, 10.0}}, Disabled
DecrementArrow, 0x7fcf5380e560, {{1692.5, 538.0}, {13.0, 10.0}}, Disabled
Is this an expected situation or might I be building for an inappropriate version of MacOS or iPadOS?