Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Created

Company enrollment declined after ID verification; how to reset/reopen enrollment?
Hello, Our company’s Apple Developer Program enrollment was cancelled/declined without a clear reason, and no representative has explained why. Based on my last conversation with Apple Support, I suspect it was related to my passport photo. My appearance has changed significantly since that photo (about a 20 kg difference). My enrollment was declined on January 9. On January 12, I applied for a new passport with an updated photo, and I received it on January 20. Since then, I’ve been trying to reach an Apple representative to continue the process, but unfortunately I haven’t been able to. Has anyone experienced a similar situation?
0
0
45
4d
Admin not appearing in "Choose a Candidate" list for Account Holder Transfer
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.
0
0
23
4d
Is Xcode Intelligence Ready for Production? My Experience and a Quest for Better Tools
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.
1
0
41
5d
Apple Developer Program Enrollment – Identity Verification Pending for Over 2 Weeks
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.
0
0
49
5d
Apple Developer Membership Paid but Account Still Pending
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.
0
0
29
5d
Apple Developer Program Pending but It is Paid for and its been 48 hours
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?
0
0
21
5d
Xcode 26.3 MCP server output missing `structredContent`
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", } } }
0
0
57
5d
Apple Developer Program
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
0
0
54
5d
XCUIElementTypes used vary between MacOS and iPadOS
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?
0
0
17
5d
Unable to Reach Developer Support – App Name Unlock Request
Hello, I am attempting to reach Developer Support, but the contact page has not been functioning for several weeks. I have tried accessing https://developer.apple.com/contact/topic/select from multiple devices and across multiple networks. I have also spent significant time navigating standard Apple Support channels without success. I need assistance with unlocking an app name. I own both developer accounts associated with the app, but I have not been able to resolve this through existing ticket channels. My prior requests have been closed without meaningful assistance. I am requesting direct contact with someone in Developer Support who can review this issue and provide guidance beyond standard review responses. Please advise on how to proceed. Thank you, Jeremy White
0
0
20
5d
Developer Program Enrollment Still Pending After 5 Days (Mobile Payment)
Hello everyone, I enrolled in the Apple Developer Program on February 19th through the Apple Developer App. I completed my payment using mobile carrier billing and successfully uploaded my ID documents for identity verification. However, my account status is still showing as "Pending". I opened a support ticket regarding this issue on February 21st, but I haven't received any response yet. Since it has been 5 days and I am eager to proceed with my work, I wanted to ask if this delay is normal for carrier billing enrollments? Is there any additional step I need to take, or a way to expedite this manual review process? Any advice or help from the community or Apple staff would be greatly appreciated. Thanks!
0
0
42
5d
Apple Developer Program enrollment: Unknown error
Hi everyone, ​I am trying to enroll in the Apple Developer Program, but I keep getting the following error message on the enrollment page: ​"We are unable to process your request. An unknown error occurred." ​I have reached out to Apple Developer Support multiple times, but I haven't received a response yet. This issue is delaying my project, and I would appreciate any guidance or advice from anyone who has managed to resolve this specific "unknown error." ​Is there a specific department I should contact, or a known workaround for this? ​Thanks in advance!
0
0
32
5d
Payment Completed but Developer Account Not Activated – No Response for 6 Days
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.
2
2
19k
6d
Apple Developer Program Membership Fee Deducted but Not Reflected in Account
Hello, I’m facing an issue while trying to purchase the Apple Developer Program membership and would appreciate some guidance from the community. I attempted to make the payment using UPI. Initially, it failed multiple times with an “incorrect PIN” message, even though I was entering the correct PIN. Later, I used the wallet option and completed the payment successfully via Google Pay. The amount of ₹8,700 was deducted from my bank account. However, after the successful transaction: There is no confirmation in my Apple Developer account. It still shows that the membership fee is pending. When I try to pay again,I see the message: “Your Purchase Could Not Be Completed. For assistance, contact iTunes Support.” Also, I did not see any option to pay using a credit or debit card. The only available options were UPI and Net Banking. I would like to know: Has anyone faced a similar issue before? How long does it usually take for such payments to reflect? What was the solution in your case? How did you get confirmation or resolve this with Apple? I have already contacted Apple Developer Support and am waiting for their response. Any suggestions or shared experiences would be very helpful. Thank you.
1
0
39
6d