Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Activity

No identity found: Command CodeSign failed with a nonzero exit code
Hello! I'm new to xcode and am developing an iOS app. I hit the following error when build my app: MY_SHA no identity found Command CodeSign failed with a nonzero exit code I have generated my certificate through xcode. I can see the Certificate and the private key in Keychain -> login. But it's not that private key is under the Certificate. They are listed in parallel. The certificate appears in Certificate tab but not in My Certificate Tab. Would that matter? security find-certificate -a -Z | grep -A1 "Apple Development" Gives me the certificate. But security find-identity -v -p codesigning give 0 valid identity found. Could you help me figure out what could be the reason for this? I've been stuck for several days now. Thank you so much!
3
3
303
2d
Apple Developer Program Enrollment Issue — Enrollment Still Not Processed
@Apple @AppleSupport I have been trying to enroll in the Apple Developer Program for over a month, but my enrollment is still not being processed. The payment has also NOT been deducted, and my enrollment/order remains incomplete. I have contacted Apple Support multiple times and followed everything the support team instructed me to do. Despite doing everything requested, I still cannot complete my enrollment. As a developer who has built an app and is ready to submit it to the App Store, this ongoing issue is extremely frustrating. I just want to enroll in the Apple Developer Program so I can publish my app. Apple, please review my case and help me complete my enrollment as soon as possible. Case ID: L544J6UGFS Enrollment ID: 20000135646296 I would really appreciate it if the Apple Developer team could look into this and provide a proper resolution. #Apple #AppleDeveloper #AppleSupport #AppStore #DeveloperProgram
1
0
77
2d
NavigationBarBackButtonHidden(true) does not suppress system back button when a custom ToolbarItem is present — two back buttons render
When a view combines .navigationBarBackButtonHidden(true) with a custom ToolbarItem(placement: .navigationBarLeading) back button, both controls render side by side in the navigation bar — the system back button is not fully suppressed, only visually emptied. This appears to be related to the new Liquid Glass toolbar platter system introduced this cycle. Environment Xcode 27 beta 3 iOS Version : 27.0 Reproduces on: Simulator 16.0 (1063.4) SimulatorKit 955.7 CoreSimulator 1168 Steps to Reproduce Create a NavigationStack with a root view and a pushed detail view. On the detail view, set .navigationBarBackButtonHidden(true). Also add a custom back button via .toolbar { ToolbarItem(placement: .navigationBarLeading) { Button { dismiss() } label: { HStack { Image(systemName: "chevron.backward"); Text("Back") } } } }. Expected Result Only the custom "Back" button (chevron + text) is visible. Actual Result Two back-button-shaped controls appear side by side: an empty/default system back button platter, and the custom "Back" button. Confirmed via Xcode's View Debugger (Debug ▸ View Debugging ▸ Capture View Hierarchy): two sibling UIPlatformGlassInteractionView nodes exist under NavigationBarPlatterContainer_v2 ▸ PlatterContainerHostingView. One wraps a bare, unlabeled _UIButtonBarButton (the system-generated back control); the other wraps a BarItemView containing the app's custom Button (chevron + "Back" text). Both are laid out as independent glass platters rather than being merged into one leading toolbar group. Minimal Reproducible Project Attached: [BackButtonDuplicationRepro.zip] — a stripped-down single-screen repro isolating just this behavior (no navigation stack customization, no third-party code). Related report This looks like the same underlying issue as thread 812048 ("Toolbar Rendering Bug — ToolbarItem Duplication when Back Button Hidden"), which an Apple DTS engineer has already responded to requesting a reproducible project — hopefully this attached project + View Debugger evidence helps move that along. Also potentially related: thread 814816 (hidesSharedBackground not working for backBarButtonItem), which points at the same general area of the new Liquid Glass toolbar/platter system.
0
0
45
2d
Our Enrollment is Still Pending sense May 2026
Dear Apple Developer Program Support Team, I am writing to request an update regarding our enrollment in the Apple Developer Program. Our enrollment ID is 2CV5G54DJ6. We completed our enrollment around May, but we have still not received an update regarding the status of our application or approval. At this point, we have everything prepared on our end. Our domain, website, and app are all ready, and our app is ready to be submitted for publication on the App Store. We are eager to move forward, but we are currently unable to do so because our developer program enrollment has not yet been approved. Could you please provide us with an update on the status of our enrollment and let us know if there is anything else you need from us to complete the verification or approval process? If additional documentation, information, or action is required, we would be happy to provide it as soon as possible. We would also appreciate clarification regarding why the enrollment process has taken this long, as it has been several months since we initially enrolled. We understand that Apple may need to conduct necessary verification before approving an enrollment, and we appreciate your time and assistance. We simply want to make sure there are no outstanding requirements or issues delaying our application. Thank you for your help. We look forward to hearing from you and getting our enrollment completed so we can proceed with publishing our app on the App Store. Kind regards, Grace & Evans Founder & Co-founder of Melz Inc. Melz Inc. Enrollment ID: 2CV5G54DJ6
1
0
116
2d
Subject: Developer Program Enrolment Status Inquiry
Hello everyone, I submitted my Apple Developer Program enrollment, paid the fee, and provided the requested identity documents on July 28, 2026. As of August 15, my account status remains "Pending". Could you please review my application status and advise if any additional information or documentation is required to complete the verification? Thank you, Pankaj
1
0
263
2d
M4 Mac Mini: Xcode generates private keys with wrong label - codesigning impossible
M4 Mac Mini: Xcode generates private keys with wrong label - codesigning impossible Background This is a follow up to my November 2024 thread "Keychain issues after installing backup on new Mac" which was closed because I had a temporary workaround. That workaround using my wife's MacBook Air for signing is not sustainable. I used AI assistance to determine the root cause. My DTS case 102877839447 is open but has not yet been forwarded to a DTS engineer. Environment Mac Mini M4, macOS 15.4.1 (Build 25E253) Xcode 26.4.1 (17E202) Team ID: Q23726668V (Computerade Products) Working comparison machine: MacBook Air, macOS 15.3 Precise Bug — Reproducible Every Time Every time Xcode generates a new certificate and key pair on my Mac Mini: Certificate: Apple Development: Michael Birch (9KD5TCGGHG) ✅ Private key: Apple Development: Michael Birch (Computerade Products) ❌ The key uses the organization name instead of the certificate identifier. They never pair as a valid codesigning identity. security find-identity -v -p codesigning always returns 0 valid identities. Cryptographic Evidence The internal application labels confirm the keys are cryptographically unrelated to their certificates: Key internal application label: 53C26EB056997276B5E938258D00665ACABD1F0F Certificate public key hash: 57cd1af4a9162f26b1a6d750e05a63a2166b75ff These do not match ❌ Confirmed Eliminated As Causes Keychain search list corruption — found and fixed Partition list — set correctly Access control — set to allow all applications Full Disk Access — granted to Xcode Xcode caches and preferences — completely cleared Login keychain — completely reset Orphaned certificates and keys — all removed SIP enabled, system fully up to date Valid P12 Import Also Fails A p12 exported from the working MacBook Air and cryptographically verified as a matched pair also fails on the Mac Mini: security import returns MAC verification failed Keychain Access import returns OSStatus -2 Importing certificate and key separately as PEM files succeeds but they are not recognized as a valid identity pair despite matching application labels A3F3F193B7896DA9055353F59AB450778CB09AE7 Question Is there a known issue with M4 Mac Mini keychain infrastructure where private keys are generated with incorrect internal application labels? Is there a lower level diagnostic or fix beyond what the security command provides? The problem is specific to my Mac Mini M4 and persisted thru more than a year of Mac OS and xCode updates.
29
1
2.0k
3d
Unable to complete Apple Developer Program enrollment payment (Turkey region)
Hello, I am trying to enroll in the Apple Developer Program (Individual) from Turkey, but the payment is repeatedly declined at the final step. My bank confirms there is no problem on their side and that the charge is not being declined by them. What I have already tried, all with the same result: Multiple cards from 3 different banks 3 different browsers, plus Linux, Windows, and an iPhone The Apple Developer iOS app (as suggested by Apple Support over email) Matching the billing address exactly to my account address Removing Turkish characters from my name This looks like the known issue currently affecting Turkey-based enrollments, as many other developers are reporting the same problem in these forums. Could a member of Apple staff please review my account and manually process the enrollment if needed? Account email: omerfarukunlu@ proton.me Region: Turkey Enrollment type: Individual Support case ID (varsa): 102892859221 Thank you for your help.
2
1
587
3d
D-U-N-S Lookup hardstop
I have an LLC. I have an EIN. I do not have a D-U-N-S. I need a D-U-N-S. When I try to apply for a D-U-N-S so that I may enroll in the Apple Development program, I am forced into a look-up path for D-U-N-S despite not having one. I already know I don't have one. As you can see in the 2nd attached screenshot after I enter my information I am given two cards of potential businesses with a D-U-N-S. That's all well and good, but neither are mine as I don't have one, so clearly I am not going to select those. Again, that's why I am in this process flow in the first place, so clearly this is a multi-path flow to first confirm if one exists, and then if it doesn't exist, we are going to submit a form to get one. Now I understand that to prevent duplicates you want a lookup first. However, after the lookup yields results that aren't accurate, what is my path from this point? From the steps provided, step 2 says if my company isn't listed then I will submit the information to request a free D-U-N-S Number, which implies that would be the step which followed the page I am stuck on. So where do I go from here?
4
0
381
3d
Xcode Quits unexpectedly
Translated Report (Full Report Below) Process: Xcode [3530] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 26.6 (24959) Build Info: IDEApplication-24959000000000000~2 (17F113) Code Type: ARM-64 (Native) Role: Background Parent Process: launchd [1] Coalition: com.apple.dt.Xcode [1786] User ID: 501 Date/Time: 2026-08-17 23:51:47.2077 +0100 Launch Time: 2026-08-17 23:51:47.0576 +0100 Hardware Model: MacBookPro18,2 OS Version: macOS 26.6.2 (25G83) Release Type: User Crash Reporter Key: A48FA3EB-7CA7-3507-8300-E41E5EDD5284 Incident Identifier: 7B4676E3-9607-4890-B61E-04DE788BC3C3 Time Awake Since Boot: 1000 seconds System Integrity Protection: enabled Triggered by Thread: 0, Dispatch Queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Termination Reason: Namespace SIGNAL, Code 6, Abort trap: 6 Terminating Process: Xcode [3530] Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x189cb05e8 __pthread_kill + 8 1 libsystem_pthread.dylib 0x189ceb8d8 pthread_kill + 296 2 libsystem_c.dylib 0x189bf1978 abort + 148 3 libsystem_c.dylib 0x189bf1a94 abort_report_np + 84 4 Xcode 0x102238ed0 main.cold.1 + 36 5 Xcode 0x102238e1c main + 340 6 dyld 0x1899204e4 start + 6992 Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x0000000000000073 x5: 0x000000000000002e x6: 0x000000016dbc7248 x7: 0xfffff0003ffff800 x8: 0x05371949b50970d8 x9: 0x05371948437bd158 x10: 0x0000000000000002 x11: 0x00000000fffffffd x12: 0x0000000000000000 x13: 0x0000000000000000 x14: 0x0000000000000000 x15: 0x0000000000000000 x16: 0x0000000000000148 x17: 0x00000001f7d6b358 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x0000000000000103 x21: 0x00000001f672a260 x22: 0x0000000102a04ce0 x23: 0x00000001f6731908 x24: 0x0000000000000001 x25: 0x000000016dbc76a0 x26: 0x00000001f672ba70 x27: 0x0000000000000000 x28: 0x0000000000000000 fp: 0x000000016dbc73c0 lr: 0x0000000189ceb8d8 sp: 0x000000016dbc73a0 pc: 0x0000000189cb05e8 cpsr: 0x40001000 far: 0x0000000000000000 esr: 0x56000080 (Syscall) Binary Images: 0x102238000 - 0x10223bfff com.apple.dt.Xcode (26.6) <8025d4bb-71ea-3f57-bade-2e3c847b6cf3> /Applications/Xcode.app/Contents/MacOS/Xcode 0x189ca7000 - 0x189ce42e7 libsystem_kernel.dylib () /usr/lib/system/libsystem_kernel.dylib 0x189ce5000 - 0x189cf1b3b libsystem_pthread.dylib () /usr/lib/system/libsystem_pthread.dylib 0x189b79000 - 0x189bfa1e7 libsystem_c.dylib () /usr/lib/system/libsystem_c.dylib 0x189900000 - 0x1899b34ff dyld () <74e52480-c2bd-3c8d-812d-95fe2b74a096> /usr/lib/dyld 0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
0
0
57
3d
Does a single-shareholder Guatemalan "Sociedad de Emprendimiento" qualify as a legal entity for Organization enrollment?
I'm trying to enroll my Apple Developer account as an Organization to resolve a Guideline 5.1.1(ix) rejection (my app handles sensitive health-related data and must be submitted by a legal entity rather than an individual). I'm evaluating a "Sociedad de Emprendimiento" (S.E.) — a Guatemalan business entity type created by Decree 20-2018, which can be formed by a single shareholder and has its own separate legal personality distinct from the founder, similar in spirit to a simplified single-member corporation. It does not require a notarized deed to form, unlike a traditional S.A. (corporation) in Guatemala. I have two questions: Does this type of entity meet Apple's "legal entity" requirement for Organization enrollment, given that it has its own legal personality but isn't a traditional S.A., LLC, or limited partnership? Has anyone successfully obtained a D-U-N-S number for a Guatemalan Sociedad de Emprendimiento, or does D&B typically require a more conventional entity type (like S.A.) for accurate classification? Any insight from developers who've gone through Organization enrollment with a less common or newly-created legal entity type (in Guatemala or elsewhere) would be very helpful. Thanks in advance.
1
0
288
3d
Account suspended due to automated 14-day timeout during address verification
Hello, I am facing a critical issue with my Apple Developer Account verification process where an automated timer suspended my account despite submitting all requested documents on day one. Timeline & Details: I received a request from Apple to upload address verification documents with a 14-day deadline. I uploaded all requested documents on the very first day. While waiting for the review process to be completed on Apple's end, the 14-day window expired. Consequently, the system automatically suspended my account, disabling certificate creation and blocking development/distribution. I have open support tickets, but have not received a response yet. Case ID: 102944887663 Since this is an automated timeout caused by review delay, could someone from the Apple team please help escalate this Case ID to the Enrollment / Account Verification team? Thank you very much for your help!
9
3
742
3d
Organisation enrolment stuck since July 28th after Proof of Address — (Case 20000133944125)
Our organization enrollment for the Apple Developer Program has been completely stuck in a pending verification loop for over 5 weeks. We have already submitted our official bank statement as proof of address. The address, legal entity name, and details on this bank statement match our D-U-N-S profile and our Apple ID settings exactly. There is absolutely no data mismatch. We have replied to the verification emails and followed up multiple times, but we have received no response, and we still cannot access the payment screen. Because of our region and active corporate network setups, the contact portal only gives us an email option, leaving us unable to request an automated callback. Could a community manager or forum moderator please escalate our Case/Enrollment ID to the senior legal compliance and registration team to manually unlock our enrollment for payment?
0
0
46
3d
Active subscription not linked to enrollment record — Order MXG5MQXMB7
My Apple Developer Program subscription is active and has been charged, but my enrollment record does not reflect it. The payment and the enrollment appear to be disconnected. Apple ID: app.dev13 [at] icloud.com Order Number: MXG5MQXMB7 Sequence: 1-14176576193 Document: 684171427919 Invoice date: 4 August 2026 Amount: EUR 98.99 Subscription renewal date: 4 August 2027 Region: France What I see on my side: Settings > Media & Purchases > Subscriptions shows an ACTIVE subscription: "Apple Developer — Apple Developer Program Membership — EUR 98.99 — Renews 4 August 2027". developer.apple.com/account displays: "Purchase your membership. To continue your enrollment, complete your purchase now. Your purchase may take up to 48 hours to process." The account header shows "(Pending)". The Apple Developer app shows "Apple Developer Program — Enrollment Pending — You'll receive an email soon", and the Enroll button is greyed out and cannot be tapped. So the subscription is billing, but the enrollment record behaves as if no payment was ever made. There is no identity verification prompt available anywhere, and no self-serve path forward. I have not clicked the "purchase your membership" link, to avoid being charged a second time for a membership I already hold. Relevant context: the email address on this Apple Account was previously on a domain that has since expired. Any message Apple sent before 6 August 2026 would have bounced and was never delivered. The account email was updated to app.dev13 [at] icloud.com on 6 August, and the account name was corrected to my legal name the same day. Both are now correct and reachable. I have also opened a support case through the Developer Contact form. Could an Apple Developer Support team member please review this enrollment and relink the existing subscription to the enrollment record? Alternatively, any guidance on the correct escalation path would be appreciated.
3
0
159
3d
Xcode 27 Beta 5 unable to link Core Image kernels unless MACOSX_DEPLOYMENT_TARGET = macOS 27
The Metal linker in the latest Xcode 27 Beta 5 is failing to link against the Core Image framework unless the current MACOSX_DEPLOYMENT_TARGET is set to macOS 27 Golden Gate Beta. MTLLINKER_FLAGS = -framework CoreImage It looks like the CoreImage framework that shipped in the Beta 5 SDK fails to include versions of CoreImage.metallib to support prior versions of macOS. If your current deployment target is, for example, macOS 13.5, the build log will show a warning: air-lld: warning: ignoring file '/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage.metallib', file AIR version (2.9) is bigger than the one of the target being linked (2.5) ...and produce this error: air-lld: error: symbol(s) not found for target 'air64_v25-apple-macosx13.5.0' metal: error: air-lld command failed with exit code 1 (use -v to see invocation) The above warning + error happen for any MACOSX_DEPLOYMENT_TARGET up to and including macOS 26. Only when setting it to macOS 27 does the linker succeed. Linking against the Core Image framework is required to package your own CIKernels that use Metal’s [[stitchable]] attribute, in lieu of the previous method based on: MTL_COMPILER_FLAGS = -fcikernel and MTLLINKER_FLAGS = -fcikernel. Has anyone else run into this very same issue? (Filed as FB24345950) Any workarounds you’d be willing to share? Would pulling an older version of the CoreImage framework from a previous SDK, and linking explicitly against it work too? Thanks! Gabe
0
1
80
3d
Enroll
Hello Apple Developer Support, I completed my Apple Developer Program enrollment payment two days ago, and my account still shows as pending. I fully understand you’re handling a high volume of enrollment requests right now, so I’m not writing to rush anything. I’d just appreciate a rough idea of the current processing time so I can plan accordingly. If any information on my side needs to be verified or corrected, I’m happy to provide it right away. Enrollment details for reference: • Enrollment ID: U95DVLDXG8 Thank you for your time and help. Best regards, Dmytro
1
0
154
3d
Receiving “Request for Enrollment Documents” reminders, but original request was never received
I have now received two reminder emails from Apple saying that they are still waiting for documentation requested in an earlier email titled “Request for Enrollment Documents.” However, I never received that original email, so I don't know which documents Apple needs in order to complete my enrollment. I contacted Apple Developer Support and followed up again one week ago, but I haven't received a response. Has anyone experienced the same issue? Is there any way to have Apple resend the original document request or find out exactly which documents are required?
0
0
33
3d
Developer account suspended despite submitting documents
Hello everyone, I'm going through a very stressful situation at the moment. TL;DR: Apple blocked my developer account and won't let me renew it. I complied with every request. I sent every document on time. I did nothing wrong. Team ID: QHC9NAUWK3 My membership expires on August 24. If this isn't resolved soon, my apps will be removed from the App Store, and I will lose my entire income. I enrolled in the Apple Developer Program in August 2025. Since then, I've been dedicated to building apps for the App Store full-time. On June 30, 2026, I received an email from Apple requesting documents to confirm my identity. If I didn't provide them within two weeks, my developer account would be suspended. I provided all the required documents on July 1. I received an automated email confirming that the documents were received and that I should hear back within two days. I never did. Two weeks later, my developer account was suspended. No warnings, no emails, nothing. I opened a support case with Apple. After receiving no response for four days, I got on a call with an Apple advisor. They told me that Apple had never received my documents. Weird, considering I have a confirmation email from Apple proving that wasn't the case. The case was escalated to the Operations team. A week went by without a response. I sent a follow-up email. Five more days went by without a response. I sent another email explaining that my membership expires soon and that I can't renew it. I kept receiving the same template response: "This may take an undetermined amount of time. We can't let you renew your membership during this time. The case is with another team, and we can't do anything else." Apple broke my account and blocked me from renewing it. A few more emails went back and forth without any progress. On August 12, I had another call with a senior Apple advisor. They looked over my case and mentioned that the situation was strange and that the review was taking unusually long. They acknowledged that I had provided everything and that this wasn't my fault. They then "re-escalated" the case to the Operations team. I am quite desperate at the moment. I don't know what else to do. It sucks to lose everything I dedicated the past year of my life to building. I found several other people on the forums dealing with similar problems. More than 50,000 people have read my story on X, and many have shown their support. Apple's own timelines no longer make sense. If they can't verify someone's documents within two weeks, it should at least not disable that person's account.
3
6
281
3d
Unable to upload builds to App Store Connect or access my Developer Program membership
For almost two weeks, I haven’t been able to upload any builds from Xcode to App Store Connect. I first noticed the problem on July 19, when I tried to upload a new build of my app. I received the following errors: No Account for Team … Add a new account in Accounts settings or verify that your accounts have valid credentials. and: No signing certificate “iOS Distribution” foundNo “iOS Distribution” signing certificate matching team ID … with a private key was found. I then checked my account on developer.apple.com. Instead of information about my membership, I saw this message: Join the Apple Developer Program When you’re ready to build more advanced capabilities and distribute your apps, you can join the Apple Developer Program to distribute on the App Store. However, when I click “Enroll today,” I get this message: Sorry, you can’t enroll at this time.Your Apple Account is already associated with the Account Holder of a membership. I also can’t access the Certificates, Identifiers & Profiles section. Instead, I see: Access Unavailable This resource is only for developers enrolled in a developer program or members of an organization’s team in a developer program. My Apple Developer Program membership is paid and active. It appears on the list of active subscriptions associated with my Apple Account. I contacted Apple Developer Support by email (Case ID: 102946376316). After several days, I received a brief message saying that my case had been escalated to senior advisors for further review. As I didn’t receive any further updates, I contacted phone support. The first advisor I spoke to, more than a week ago, was unable to help and only asked me to wait. A few days later, I called again. This time, the advisor sent me a link where I could upload my ID and proof of address. I submitted both documents immediately, but the problem still hasn’t been resolved, and I haven’t received any further information. Today, I tried to contact phone support again, but I couldn’t reach an advisor despite trying throughout the day. I’m a relatively new developer and started developing apps about a year ago. Recently, one of my apps has begun getting more downloads, and some users have even purchased subscriptions. I really want to continue developing the app and adding new features, but this problem has prevented me from doing so for almost two weeks. It’s extremely frustrating. Has anyone experienced a similar problem? If so, how long did it take Apple to resolve it? Is there anything else I can do?
2
0
207
3d
Xcode Cloud build using Xcode 27 fails during export
When setting our workflow to use Xcode 27 beta 5, the pipelines fail with the following (from IDEDistribution.critical.log): 2026-08-13 11:01:14 +0000 [MT] Command line name "app-store" is deprecated. Use "app-store-connect" instead. 2026-08-13 11:01:14 +0000 App Store Connect request for store configuration failed for account Session Proxy Provider (Account "Session Proxy Provider": Unable to authenticate with App Store Connect (Error Domain=DVTITunesSoftwareServiceFoundation.DVTServicesSessionProviderCredentialITunesAuthenticationContextError Code=1 "(null)")) We're a multi tenant app (same code/project, multiple apps), so we've attempted this on two different AppStore Connect accounts, both resulting in the same error. Distributing from Xcode 27 beta 5 running on local machine works fine. For any Apple folks reading, I've filed a feedback (FB24286100) with links to multiple builds failing.
0
0
41
3d
Apple Developer Program Enrollment Pending After Document Verification
Hello everyone, I enrolled in the Apple Developer Program on August 13, 2026, and completed the $99 membership payment successfully. After enrollment, Apple Developer Relations requested additional documents for verification. I submitted all the requested documents and later received an email confirming: “Thank you for providing the documents we requested. We will review them and follow up with you as soon as possible.” My membership is still not activated, and I have not received any further update yet. Has anyone recently gone through the same verification process? I would like to know: How long document verification normally takes after Apple confirms receipt. Whether any additional action is required from my side. Whether there is a recommended way to contact Developer Support regarding a pending enrollment. If the membership payment/order being completed means I only need to wait for the verification process to finish. I have already followed up with Apple Developer Relations and am currently waiting for their response. Any recent experience or guidance would be appreciated. Thank you.
0
0
29
3d
No identity found: Command CodeSign failed with a nonzero exit code
Hello! I'm new to xcode and am developing an iOS app. I hit the following error when build my app: MY_SHA no identity found Command CodeSign failed with a nonzero exit code I have generated my certificate through xcode. I can see the Certificate and the private key in Keychain -> login. But it's not that private key is under the Certificate. They are listed in parallel. The certificate appears in Certificate tab but not in My Certificate Tab. Would that matter? security find-certificate -a -Z | grep -A1 "Apple Development" Gives me the certificate. But security find-identity -v -p codesigning give 0 valid identity found. Could you help me figure out what could be the reason for this? I've been stuck for several days now. Thank you so much!
Replies
3
Boosts
3
Views
303
Activity
2d
Apple Developer Program Enrollment Issue — Enrollment Still Not Processed
@Apple @AppleSupport I have been trying to enroll in the Apple Developer Program for over a month, but my enrollment is still not being processed. The payment has also NOT been deducted, and my enrollment/order remains incomplete. I have contacted Apple Support multiple times and followed everything the support team instructed me to do. Despite doing everything requested, I still cannot complete my enrollment. As a developer who has built an app and is ready to submit it to the App Store, this ongoing issue is extremely frustrating. I just want to enroll in the Apple Developer Program so I can publish my app. Apple, please review my case and help me complete my enrollment as soon as possible. Case ID: L544J6UGFS Enrollment ID: 20000135646296 I would really appreciate it if the Apple Developer team could look into this and provide a proper resolution. #Apple #AppleDeveloper #AppleSupport #AppStore #DeveloperProgram
Replies
1
Boosts
0
Views
77
Activity
2d
NavigationBarBackButtonHidden(true) does not suppress system back button when a custom ToolbarItem is present — two back buttons render
When a view combines .navigationBarBackButtonHidden(true) with a custom ToolbarItem(placement: .navigationBarLeading) back button, both controls render side by side in the navigation bar — the system back button is not fully suppressed, only visually emptied. This appears to be related to the new Liquid Glass toolbar platter system introduced this cycle. Environment Xcode 27 beta 3 iOS Version : 27.0 Reproduces on: Simulator 16.0 (1063.4) SimulatorKit 955.7 CoreSimulator 1168 Steps to Reproduce Create a NavigationStack with a root view and a pushed detail view. On the detail view, set .navigationBarBackButtonHidden(true). Also add a custom back button via .toolbar { ToolbarItem(placement: .navigationBarLeading) { Button { dismiss() } label: { HStack { Image(systemName: "chevron.backward"); Text("Back") } } } }. Expected Result Only the custom "Back" button (chevron + text) is visible. Actual Result Two back-button-shaped controls appear side by side: an empty/default system back button platter, and the custom "Back" button. Confirmed via Xcode's View Debugger (Debug ▸ View Debugging ▸ Capture View Hierarchy): two sibling UIPlatformGlassInteractionView nodes exist under NavigationBarPlatterContainer_v2 ▸ PlatterContainerHostingView. One wraps a bare, unlabeled _UIButtonBarButton (the system-generated back control); the other wraps a BarItemView containing the app's custom Button (chevron + "Back" text). Both are laid out as independent glass platters rather than being merged into one leading toolbar group. Minimal Reproducible Project Attached: [BackButtonDuplicationRepro.zip] — a stripped-down single-screen repro isolating just this behavior (no navigation stack customization, no third-party code). Related report This looks like the same underlying issue as thread 812048 ("Toolbar Rendering Bug — ToolbarItem Duplication when Back Button Hidden"), which an Apple DTS engineer has already responded to requesting a reproducible project — hopefully this attached project + View Debugger evidence helps move that along. Also potentially related: thread 814816 (hidesSharedBackground not working for backBarButtonItem), which points at the same general area of the new Liquid Glass toolbar/platter system.
Replies
0
Boosts
0
Views
45
Activity
2d
Our Enrollment is Still Pending sense May 2026
Dear Apple Developer Program Support Team, I am writing to request an update regarding our enrollment in the Apple Developer Program. Our enrollment ID is 2CV5G54DJ6. We completed our enrollment around May, but we have still not received an update regarding the status of our application or approval. At this point, we have everything prepared on our end. Our domain, website, and app are all ready, and our app is ready to be submitted for publication on the App Store. We are eager to move forward, but we are currently unable to do so because our developer program enrollment has not yet been approved. Could you please provide us with an update on the status of our enrollment and let us know if there is anything else you need from us to complete the verification or approval process? If additional documentation, information, or action is required, we would be happy to provide it as soon as possible. We would also appreciate clarification regarding why the enrollment process has taken this long, as it has been several months since we initially enrolled. We understand that Apple may need to conduct necessary verification before approving an enrollment, and we appreciate your time and assistance. We simply want to make sure there are no outstanding requirements or issues delaying our application. Thank you for your help. We look forward to hearing from you and getting our enrollment completed so we can proceed with publishing our app on the App Store. Kind regards, Grace & Evans Founder & Co-founder of Melz Inc. Melz Inc. Enrollment ID: 2CV5G54DJ6
Replies
1
Boosts
0
Views
116
Activity
2d
Subject: Developer Program Enrolment Status Inquiry
Hello everyone, I submitted my Apple Developer Program enrollment, paid the fee, and provided the requested identity documents on July 28, 2026. As of August 15, my account status remains "Pending". Could you please review my application status and advise if any additional information or documentation is required to complete the verification? Thank you, Pankaj
Replies
1
Boosts
0
Views
263
Activity
2d
M4 Mac Mini: Xcode generates private keys with wrong label - codesigning impossible
M4 Mac Mini: Xcode generates private keys with wrong label - codesigning impossible Background This is a follow up to my November 2024 thread "Keychain issues after installing backup on new Mac" which was closed because I had a temporary workaround. That workaround using my wife's MacBook Air for signing is not sustainable. I used AI assistance to determine the root cause. My DTS case 102877839447 is open but has not yet been forwarded to a DTS engineer. Environment Mac Mini M4, macOS 15.4.1 (Build 25E253) Xcode 26.4.1 (17E202) Team ID: Q23726668V (Computerade Products) Working comparison machine: MacBook Air, macOS 15.3 Precise Bug — Reproducible Every Time Every time Xcode generates a new certificate and key pair on my Mac Mini: Certificate: Apple Development: Michael Birch (9KD5TCGGHG) ✅ Private key: Apple Development: Michael Birch (Computerade Products) ❌ The key uses the organization name instead of the certificate identifier. They never pair as a valid codesigning identity. security find-identity -v -p codesigning always returns 0 valid identities. Cryptographic Evidence The internal application labels confirm the keys are cryptographically unrelated to their certificates: Key internal application label: 53C26EB056997276B5E938258D00665ACABD1F0F Certificate public key hash: 57cd1af4a9162f26b1a6d750e05a63a2166b75ff These do not match ❌ Confirmed Eliminated As Causes Keychain search list corruption — found and fixed Partition list — set correctly Access control — set to allow all applications Full Disk Access — granted to Xcode Xcode caches and preferences — completely cleared Login keychain — completely reset Orphaned certificates and keys — all removed SIP enabled, system fully up to date Valid P12 Import Also Fails A p12 exported from the working MacBook Air and cryptographically verified as a matched pair also fails on the Mac Mini: security import returns MAC verification failed Keychain Access import returns OSStatus -2 Importing certificate and key separately as PEM files succeeds but they are not recognized as a valid identity pair despite matching application labels A3F3F193B7896DA9055353F59AB450778CB09AE7 Question Is there a known issue with M4 Mac Mini keychain infrastructure where private keys are generated with incorrect internal application labels? Is there a lower level diagnostic or fix beyond what the security command provides? The problem is specific to my Mac Mini M4 and persisted thru more than a year of Mac OS and xCode updates.
Replies
29
Boosts
1
Views
2.0k
Activity
3d
Unable to complete Apple Developer Program enrollment payment (Turkey region)
Hello, I am trying to enroll in the Apple Developer Program (Individual) from Turkey, but the payment is repeatedly declined at the final step. My bank confirms there is no problem on their side and that the charge is not being declined by them. What I have already tried, all with the same result: Multiple cards from 3 different banks 3 different browsers, plus Linux, Windows, and an iPhone The Apple Developer iOS app (as suggested by Apple Support over email) Matching the billing address exactly to my account address Removing Turkish characters from my name This looks like the known issue currently affecting Turkey-based enrollments, as many other developers are reporting the same problem in these forums. Could a member of Apple staff please review my account and manually process the enrollment if needed? Account email: omerfarukunlu@ proton.me Region: Turkey Enrollment type: Individual Support case ID (varsa): 102892859221 Thank you for your help.
Replies
2
Boosts
1
Views
587
Activity
3d
D-U-N-S Lookup hardstop
I have an LLC. I have an EIN. I do not have a D-U-N-S. I need a D-U-N-S. When I try to apply for a D-U-N-S so that I may enroll in the Apple Development program, I am forced into a look-up path for D-U-N-S despite not having one. I already know I don't have one. As you can see in the 2nd attached screenshot after I enter my information I am given two cards of potential businesses with a D-U-N-S. That's all well and good, but neither are mine as I don't have one, so clearly I am not going to select those. Again, that's why I am in this process flow in the first place, so clearly this is a multi-path flow to first confirm if one exists, and then if it doesn't exist, we are going to submit a form to get one. Now I understand that to prevent duplicates you want a lookup first. However, after the lookup yields results that aren't accurate, what is my path from this point? From the steps provided, step 2 says if my company isn't listed then I will submit the information to request a free D-U-N-S Number, which implies that would be the step which followed the page I am stuck on. So where do I go from here?
Replies
4
Boosts
0
Views
381
Activity
3d
Xcode Quits unexpectedly
Translated Report (Full Report Below) Process: Xcode [3530] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 26.6 (24959) Build Info: IDEApplication-24959000000000000~2 (17F113) Code Type: ARM-64 (Native) Role: Background Parent Process: launchd [1] Coalition: com.apple.dt.Xcode [1786] User ID: 501 Date/Time: 2026-08-17 23:51:47.2077 +0100 Launch Time: 2026-08-17 23:51:47.0576 +0100 Hardware Model: MacBookPro18,2 OS Version: macOS 26.6.2 (25G83) Release Type: User Crash Reporter Key: A48FA3EB-7CA7-3507-8300-E41E5EDD5284 Incident Identifier: 7B4676E3-9607-4890-B61E-04DE788BC3C3 Time Awake Since Boot: 1000 seconds System Integrity Protection: enabled Triggered by Thread: 0, Dispatch Queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Termination Reason: Namespace SIGNAL, Code 6, Abort trap: 6 Terminating Process: Xcode [3530] Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x189cb05e8 __pthread_kill + 8 1 libsystem_pthread.dylib 0x189ceb8d8 pthread_kill + 296 2 libsystem_c.dylib 0x189bf1978 abort + 148 3 libsystem_c.dylib 0x189bf1a94 abort_report_np + 84 4 Xcode 0x102238ed0 main.cold.1 + 36 5 Xcode 0x102238e1c main + 340 6 dyld 0x1899204e4 start + 6992 Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x0000000000000073 x5: 0x000000000000002e x6: 0x000000016dbc7248 x7: 0xfffff0003ffff800 x8: 0x05371949b50970d8 x9: 0x05371948437bd158 x10: 0x0000000000000002 x11: 0x00000000fffffffd x12: 0x0000000000000000 x13: 0x0000000000000000 x14: 0x0000000000000000 x15: 0x0000000000000000 x16: 0x0000000000000148 x17: 0x00000001f7d6b358 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x0000000000000103 x21: 0x00000001f672a260 x22: 0x0000000102a04ce0 x23: 0x00000001f6731908 x24: 0x0000000000000001 x25: 0x000000016dbc76a0 x26: 0x00000001f672ba70 x27: 0x0000000000000000 x28: 0x0000000000000000 fp: 0x000000016dbc73c0 lr: 0x0000000189ceb8d8 sp: 0x000000016dbc73a0 pc: 0x0000000189cb05e8 cpsr: 0x40001000 far: 0x0000000000000000 esr: 0x56000080 (Syscall) Binary Images: 0x102238000 - 0x10223bfff com.apple.dt.Xcode (26.6) <8025d4bb-71ea-3f57-bade-2e3c847b6cf3> /Applications/Xcode.app/Contents/MacOS/Xcode 0x189ca7000 - 0x189ce42e7 libsystem_kernel.dylib () /usr/lib/system/libsystem_kernel.dylib 0x189ce5000 - 0x189cf1b3b libsystem_pthread.dylib () /usr/lib/system/libsystem_pthread.dylib 0x189b79000 - 0x189bfa1e7 libsystem_c.dylib () /usr/lib/system/libsystem_c.dylib 0x189900000 - 0x1899b34ff dyld () <74e52480-c2bd-3c8d-812d-95fe2b74a096> /usr/lib/dyld 0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
Replies
0
Boosts
0
Views
57
Activity
3d
Does a single-shareholder Guatemalan "Sociedad de Emprendimiento" qualify as a legal entity for Organization enrollment?
I'm trying to enroll my Apple Developer account as an Organization to resolve a Guideline 5.1.1(ix) rejection (my app handles sensitive health-related data and must be submitted by a legal entity rather than an individual). I'm evaluating a "Sociedad de Emprendimiento" (S.E.) — a Guatemalan business entity type created by Decree 20-2018, which can be formed by a single shareholder and has its own separate legal personality distinct from the founder, similar in spirit to a simplified single-member corporation. It does not require a notarized deed to form, unlike a traditional S.A. (corporation) in Guatemala. I have two questions: Does this type of entity meet Apple's "legal entity" requirement for Organization enrollment, given that it has its own legal personality but isn't a traditional S.A., LLC, or limited partnership? Has anyone successfully obtained a D-U-N-S number for a Guatemalan Sociedad de Emprendimiento, or does D&B typically require a more conventional entity type (like S.A.) for accurate classification? Any insight from developers who've gone through Organization enrollment with a less common or newly-created legal entity type (in Guatemala or elsewhere) would be very helpful. Thanks in advance.
Replies
1
Boosts
0
Views
288
Activity
3d
Account suspended due to automated 14-day timeout during address verification
Hello, I am facing a critical issue with my Apple Developer Account verification process where an automated timer suspended my account despite submitting all requested documents on day one. Timeline & Details: I received a request from Apple to upload address verification documents with a 14-day deadline. I uploaded all requested documents on the very first day. While waiting for the review process to be completed on Apple's end, the 14-day window expired. Consequently, the system automatically suspended my account, disabling certificate creation and blocking development/distribution. I have open support tickets, but have not received a response yet. Case ID: 102944887663 Since this is an automated timeout caused by review delay, could someone from the Apple team please help escalate this Case ID to the Enrollment / Account Verification team? Thank you very much for your help!
Replies
9
Boosts
3
Views
742
Activity
3d
Organisation enrolment stuck since July 28th after Proof of Address — (Case 20000133944125)
Our organization enrollment for the Apple Developer Program has been completely stuck in a pending verification loop for over 5 weeks. We have already submitted our official bank statement as proof of address. The address, legal entity name, and details on this bank statement match our D-U-N-S profile and our Apple ID settings exactly. There is absolutely no data mismatch. We have replied to the verification emails and followed up multiple times, but we have received no response, and we still cannot access the payment screen. Because of our region and active corporate network setups, the contact portal only gives us an email option, leaving us unable to request an automated callback. Could a community manager or forum moderator please escalate our Case/Enrollment ID to the senior legal compliance and registration team to manually unlock our enrollment for payment?
Replies
0
Boosts
0
Views
46
Activity
3d
Active subscription not linked to enrollment record — Order MXG5MQXMB7
My Apple Developer Program subscription is active and has been charged, but my enrollment record does not reflect it. The payment and the enrollment appear to be disconnected. Apple ID: app.dev13 [at] icloud.com Order Number: MXG5MQXMB7 Sequence: 1-14176576193 Document: 684171427919 Invoice date: 4 August 2026 Amount: EUR 98.99 Subscription renewal date: 4 August 2027 Region: France What I see on my side: Settings > Media & Purchases > Subscriptions shows an ACTIVE subscription: "Apple Developer — Apple Developer Program Membership — EUR 98.99 — Renews 4 August 2027". developer.apple.com/account displays: "Purchase your membership. To continue your enrollment, complete your purchase now. Your purchase may take up to 48 hours to process." The account header shows "(Pending)". The Apple Developer app shows "Apple Developer Program — Enrollment Pending — You'll receive an email soon", and the Enroll button is greyed out and cannot be tapped. So the subscription is billing, but the enrollment record behaves as if no payment was ever made. There is no identity verification prompt available anywhere, and no self-serve path forward. I have not clicked the "purchase your membership" link, to avoid being charged a second time for a membership I already hold. Relevant context: the email address on this Apple Account was previously on a domain that has since expired. Any message Apple sent before 6 August 2026 would have bounced and was never delivered. The account email was updated to app.dev13 [at] icloud.com on 6 August, and the account name was corrected to my legal name the same day. Both are now correct and reachable. I have also opened a support case through the Developer Contact form. Could an Apple Developer Support team member please review this enrollment and relink the existing subscription to the enrollment record? Alternatively, any guidance on the correct escalation path would be appreciated.
Replies
3
Boosts
0
Views
159
Activity
3d
Xcode 27 Beta 5 unable to link Core Image kernels unless MACOSX_DEPLOYMENT_TARGET = macOS 27
The Metal linker in the latest Xcode 27 Beta 5 is failing to link against the Core Image framework unless the current MACOSX_DEPLOYMENT_TARGET is set to macOS 27 Golden Gate Beta. MTLLINKER_FLAGS = -framework CoreImage It looks like the CoreImage framework that shipped in the Beta 5 SDK fails to include versions of CoreImage.metallib to support prior versions of macOS. If your current deployment target is, for example, macOS 13.5, the build log will show a warning: air-lld: warning: ignoring file '/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage.metallib', file AIR version (2.9) is bigger than the one of the target being linked (2.5) ...and produce this error: air-lld: error: symbol(s) not found for target 'air64_v25-apple-macosx13.5.0' metal: error: air-lld command failed with exit code 1 (use -v to see invocation) The above warning + error happen for any MACOSX_DEPLOYMENT_TARGET up to and including macOS 26. Only when setting it to macOS 27 does the linker succeed. Linking against the Core Image framework is required to package your own CIKernels that use Metal’s [[stitchable]] attribute, in lieu of the previous method based on: MTL_COMPILER_FLAGS = -fcikernel and MTLLINKER_FLAGS = -fcikernel. Has anyone else run into this very same issue? (Filed as FB24345950) Any workarounds you’d be willing to share? Would pulling an older version of the CoreImage framework from a previous SDK, and linking explicitly against it work too? Thanks! Gabe
Replies
0
Boosts
1
Views
80
Activity
3d
Enroll
Hello Apple Developer Support, I completed my Apple Developer Program enrollment payment two days ago, and my account still shows as pending. I fully understand you’re handling a high volume of enrollment requests right now, so I’m not writing to rush anything. I’d just appreciate a rough idea of the current processing time so I can plan accordingly. If any information on my side needs to be verified or corrected, I’m happy to provide it right away. Enrollment details for reference: • Enrollment ID: U95DVLDXG8 Thank you for your time and help. Best regards, Dmytro
Replies
1
Boosts
0
Views
154
Activity
3d
Receiving “Request for Enrollment Documents” reminders, but original request was never received
I have now received two reminder emails from Apple saying that they are still waiting for documentation requested in an earlier email titled “Request for Enrollment Documents.” However, I never received that original email, so I don't know which documents Apple needs in order to complete my enrollment. I contacted Apple Developer Support and followed up again one week ago, but I haven't received a response. Has anyone experienced the same issue? Is there any way to have Apple resend the original document request or find out exactly which documents are required?
Replies
0
Boosts
0
Views
33
Activity
3d
Developer account suspended despite submitting documents
Hello everyone, I'm going through a very stressful situation at the moment. TL;DR: Apple blocked my developer account and won't let me renew it. I complied with every request. I sent every document on time. I did nothing wrong. Team ID: QHC9NAUWK3 My membership expires on August 24. If this isn't resolved soon, my apps will be removed from the App Store, and I will lose my entire income. I enrolled in the Apple Developer Program in August 2025. Since then, I've been dedicated to building apps for the App Store full-time. On June 30, 2026, I received an email from Apple requesting documents to confirm my identity. If I didn't provide them within two weeks, my developer account would be suspended. I provided all the required documents on July 1. I received an automated email confirming that the documents were received and that I should hear back within two days. I never did. Two weeks later, my developer account was suspended. No warnings, no emails, nothing. I opened a support case with Apple. After receiving no response for four days, I got on a call with an Apple advisor. They told me that Apple had never received my documents. Weird, considering I have a confirmation email from Apple proving that wasn't the case. The case was escalated to the Operations team. A week went by without a response. I sent a follow-up email. Five more days went by without a response. I sent another email explaining that my membership expires soon and that I can't renew it. I kept receiving the same template response: "This may take an undetermined amount of time. We can't let you renew your membership during this time. The case is with another team, and we can't do anything else." Apple broke my account and blocked me from renewing it. A few more emails went back and forth without any progress. On August 12, I had another call with a senior Apple advisor. They looked over my case and mentioned that the situation was strange and that the review was taking unusually long. They acknowledged that I had provided everything and that this wasn't my fault. They then "re-escalated" the case to the Operations team. I am quite desperate at the moment. I don't know what else to do. It sucks to lose everything I dedicated the past year of my life to building. I found several other people on the forums dealing with similar problems. More than 50,000 people have read my story on X, and many have shown their support. Apple's own timelines no longer make sense. If they can't verify someone's documents within two weeks, it should at least not disable that person's account.
Replies
3
Boosts
6
Views
281
Activity
3d
Unable to upload builds to App Store Connect or access my Developer Program membership
For almost two weeks, I haven’t been able to upload any builds from Xcode to App Store Connect. I first noticed the problem on July 19, when I tried to upload a new build of my app. I received the following errors: No Account for Team … Add a new account in Accounts settings or verify that your accounts have valid credentials. and: No signing certificate “iOS Distribution” foundNo “iOS Distribution” signing certificate matching team ID … with a private key was found. I then checked my account on developer.apple.com. Instead of information about my membership, I saw this message: Join the Apple Developer Program When you’re ready to build more advanced capabilities and distribute your apps, you can join the Apple Developer Program to distribute on the App Store. However, when I click “Enroll today,” I get this message: Sorry, you can’t enroll at this time.Your Apple Account is already associated with the Account Holder of a membership. I also can’t access the Certificates, Identifiers & Profiles section. Instead, I see: Access Unavailable This resource is only for developers enrolled in a developer program or members of an organization’s team in a developer program. My Apple Developer Program membership is paid and active. It appears on the list of active subscriptions associated with my Apple Account. I contacted Apple Developer Support by email (Case ID: 102946376316). After several days, I received a brief message saying that my case had been escalated to senior advisors for further review. As I didn’t receive any further updates, I contacted phone support. The first advisor I spoke to, more than a week ago, was unable to help and only asked me to wait. A few days later, I called again. This time, the advisor sent me a link where I could upload my ID and proof of address. I submitted both documents immediately, but the problem still hasn’t been resolved, and I haven’t received any further information. Today, I tried to contact phone support again, but I couldn’t reach an advisor despite trying throughout the day. I’m a relatively new developer and started developing apps about a year ago. Recently, one of my apps has begun getting more downloads, and some users have even purchased subscriptions. I really want to continue developing the app and adding new features, but this problem has prevented me from doing so for almost two weeks. It’s extremely frustrating. Has anyone experienced a similar problem? If so, how long did it take Apple to resolve it? Is there anything else I can do?
Replies
2
Boosts
0
Views
207
Activity
3d
Xcode Cloud build using Xcode 27 fails during export
When setting our workflow to use Xcode 27 beta 5, the pipelines fail with the following (from IDEDistribution.critical.log): 2026-08-13 11:01:14 +0000 [MT] Command line name "app-store" is deprecated. Use "app-store-connect" instead. 2026-08-13 11:01:14 +0000 App Store Connect request for store configuration failed for account Session Proxy Provider (Account "Session Proxy Provider": Unable to authenticate with App Store Connect (Error Domain=DVTITunesSoftwareServiceFoundation.DVTServicesSessionProviderCredentialITunesAuthenticationContextError Code=1 "(null)")) We're a multi tenant app (same code/project, multiple apps), so we've attempted this on two different AppStore Connect accounts, both resulting in the same error. Distributing from Xcode 27 beta 5 running on local machine works fine. For any Apple folks reading, I've filed a feedback (FB24286100) with links to multiple builds failing.
Replies
0
Boosts
0
Views
41
Activity
3d
Apple Developer Program Enrollment Pending After Document Verification
Hello everyone, I enrolled in the Apple Developer Program on August 13, 2026, and completed the $99 membership payment successfully. After enrollment, Apple Developer Relations requested additional documents for verification. I submitted all the requested documents and later received an email confirming: “Thank you for providing the documents we requested. We will review them and follow up with you as soon as possible.” My membership is still not activated, and I have not received any further update yet. Has anyone recently gone through the same verification process? I would like to know: How long document verification normally takes after Apple confirms receipt. Whether any additional action is required from my side. Whether there is a recommended way to contact Developer Support regarding a pending enrollment. If the membership payment/order being completed means I only need to wait for the verification process to finish. I have already followed up with Apple Developer Relations and am currently waiting for their response. Any recent experience or guidance would be appreciated. Thank you.
Replies
0
Boosts
0
Views
29
Activity
3d