Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Activity

Differences between cloud and local models in Xcode Intelligence
I can't use cloud-based AI providers, so I'm very excited about the potential of local models with Xcode's Coding Assistant. I've been playing around with a local MLX model, and have been generally pretty satisfied with it. But I'm curious - what features am I missing out on by using a local model instead of a larger, cloud-based model? Is Xcode's ability to run tests, build the project, etc. limited by the use of a local model? Does it limit the ability to do more complex agentic workflows? If so, how? Basically, local models in Xcode seem to be working pretty well for me, and I'm curious to know what cloud-based models can offer that I don't already have.
3
0
248
1w
App Store Connect/Xcode Cloud still shows old app icon
Hello, I am having problems with my app icon in App Store Connect and Xcode Cloud. I replaced the app icon with a new one (including the 1024×1024 App Store icon), committed and pushed all changes to GitHub, and Xcode Cloud successfully created a new build. However, App Store Connect and TestFlight still seem to show the old icon in some places. In Xcode, the new icon is visible, and the asset catalog appears to be correct. I have already tried: Replacing the PNG files. Checking the Contents.json file. Committing and pushing all changes to GitHub. Creating new Xcode Cloud builds. Deleting and downloading the project again. Has anyone experienced a similar issue? Is there any caching mechanism in App Store Connect or Xcode Cloud that could cause the old icon to remain visible? Any suggestions would be greatly appreciated. Thank you!
0
0
105
1w
Application Hangs with Nested LazyVStack When Accessibility Inspector is Active
Description I've encountered a consistent hang/freeze issue in SwiftUI applications when using nested LazyVStack containers with Accessibility Inspector (simulator) or VoiceOver (physical device) enabled. The application becomes completely unresponsive and must be force-quit. Importantly, this hang occurs in a minimal SwiftUI project with no third-party dependencies, suggesting this is a framework-level issue with the interaction between SwiftUI's lazy view lifecycle and the accessibility system. Reproduction Steps I've created a minimal reproduction project available here: https://github.com/pendo-io/SwiftUI_Hang_Reproduction To Reproduce: Create a SwiftUI view with the following nested LazyVStack structure: struct NestedLazyVStackView: View { @State private var outerSections: [Int] = [] @State private var innerRows: [Int: [Int]] = [:] var body: some View { ScrollView { LazyVStack(alignment: .leading, spacing: 24) { ForEach(outerSections, id: \.self) { section in VStack(alignment: .leading, spacing: 8) { Text("Section #\(section)") // Nested LazyVStack LazyVStack(alignment: .leading, spacing: 2) { ForEach(innerRows[section] ?? [], id: \.self) { row in Text("Section #\(section) - Row #\(row)") .onAppear { // Load more data when row appears loadMoreInner(section: section) } } } } .onAppear { // Load more sections when section appears loadMoreOuter() } } } } } } Enable Accessibility Inspector in iOS Simulator: Xcode → Open Developer Tool → Accessibility Inspector Select your running simulator Enable Inspection mode (eye icon) Navigate to the view and start scrolling Result: The application hangs and becomes unresponsive within a few seconds of scrolling Expected Behavior The application should remain responsive when Accessibility Inspector or VoiceOver is enabled, allowing users to scroll through nested lazy containers without freezing. Actual Behavior The application freezes/hangs completely CPU usage may spike The app must be force-quit to recover The hang occurs consistently and is reproducible Workaround 1: Replace inner LazyVStack with VStack LazyVStack { ForEach(...) { section in VStack { // ← Changed from LazyVStack ForEach(...) { row in ... } } } } Workaround 2: Embed in TabView TabView { NavigationStack { NestedLazyVStackView() // ← Same nested structure, but no hang } .tabItem { ... } } Interestingly, wrapping the entire navigation stack in a TabView prevents the hang entirely, even with the nested LazyVStack structure intact. Questions for Apple Is there a known issue with nested LazyVStack containers and accessibility traversal? Why does wrapping the view in a TabView prevent the hang? Are there recommended patterns for using nested lazy containers with accessibility support? Is this a timing issue, a deadlock, or an infinite loop in the accessibility system? Why that happens? Reproduction Project A complete, minimal reproduction project is available at: https://github.com/pendo-io/SwiftUI_Hang_Reproduction
8
0
644
1w
Apple Developer Program enrollment rejected without explanation – unable to get further clarification
Hello, I am seeking guidance from Apple staff or developers who may have experienced a similar situation. My Apple Developer Program enrollment was reviewed and ultimately rejected. During the review process, I provided all requested information, including screenshots and screen recordings. I later received the following response from Developer Support: "For one or more reasons, your enrollment in the Apple Developer Program couldn't be completed. We can't continue with your enrollment at this time." No further explanation was provided. Timeline: • Enrollment rejected — May 2026 • Support case opened — May 2026 • Response received from Developer Support — June 9, 2026 • Follow-up requests for clarification submitted — no response received • Additional support case opened and follow-ups sent — no response received I am based in India, where phone and chat support options for Apple Developer Program enrollment issues do not appear to be available. I understand account-specific details may not be discussed publicly. However, I would appreciate guidance on the following: • Has anyone received a similar enrollment decision? • Were you able to reapply successfully later? • Is there a typical waiting period before reapplying? • Is there any other escalation path available when no response is received to follow-up inquiries? Thank you for any guidance or shared experiences.
0
0
87
1w
Automatic Assessment Configuration - No response for the submitted request even after 75 days
We have B2B LMS app used my around 4K users in total including IOS and Android users. We applied for approval through "Automatic Assessment Configuration Entitlement Request" form from account holders apple ID. Even after 75 days we didn't receive any response. We couldn't conduct secure exams in apple devices. Not sure how to proceed further. https://apps.apple.com/us/app/methodder-lms/id6754560905
1
0
85
1w
Individual to organization enrollment stalled
My switch from an individual to an organization enrollment (ID: 484G9X5T3Z) has been pending for more than seven weeks, and recent follow-up requests to Apple Developer Program Support for status (case numbers: 102880166579 and 20000117404816) have gone unanswered. In the meantime, I have paid for the renewal of my subscription but since member benefits are suspended during migration I haven't been able to use it for more than a month. Please Apple, let me know if there is anything I need to do to get my enrollment switch completed.
2
0
119
1w
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.
2
0
232
1w
Unable to see betas (Mac / iOS)
I’m having a weird issue that I wonder if someone might be able to shed some light on. I’m a fully registered Apple Developer. Paid the $99 a few months ago and have since published 2 iOS apps. So fully registered - this part is important to remember. Also, only one AppleID that I’ve used for years. Zero chance of the issue being a wrong Apple ID. The issue, I can’t see the Mac OS 27 beta or iOS 27 beta being available to download on any of my devices. 2 fully up to date Mac’s (mini / m5 air) running the latest production version of Tahoe and an iPhone 17 pro max, running the latest production version of iOS. When I go to the beta section in software updates all I see is the iOS 26 / Mac OS 26 public betas. Nothing about 27. I have signed in / out of beta updates, no change. Nothing to sign on the developer site. Anyone ever see this before? I have no idea what to do. I emailed apple developer support but who knows when I’ll hear back.
3
0
143
1w
Can't stay logged in to App Store Connect — keeps redirecting to login page
Hi, Since today I'm unable to stay logged in to App Store Connect. Every time I click on an app, it immediately redirects me back to the login page. Things I've already tried: Cleared cookies and cache Multiple browsers (Edge, Safari, Chrome, incognito mode) Mobile app Different network (WiFi and mobile data) Checked appleid.apple.com — no suspicious devices or logins Apple System Status shows everything green. No account changes were made recently. Is anyone else experiencing this today? Could this be an account-level session issue? Thanks
9
6
218
1w
Organization enrollment blocked: "could not be completed at this time," app says enrollment not available for this account
Trying to enroll my LLC as an organization, fully blocked at the account level. Web Enroll redirects to /enroll/identity/status with "could not be completed at this time" instantly, before any org form. The Apple Developer app says "Enrollment through the Apple Developer app is not available for this Apple Account." Already ruled out the usual: valid non-expired default card with correct billing address, no VPN, multiple networks/days, real legal name, 2FA on, US-based, valid D-U-N-S. Open support case since June 9, no resolution. This looks like it needs a manual account review to clear a flag. Can Apple staff help route this? Happy to share my case number privately.
1
0
51
1w
`0xe8008018 "identity no longer valid" on device install — isolated to one team after account reinstatement; needs DevPrograms`
Hello, I have been unable to install any development-signed app on any physical device for five months. Builds succeed, code signing passes locally, but every device rejects the app at install time with: Failed to verify code signature of .../extracted/MyApp.app : 0xe8008018 (The identity used to sign the executable is no longer valid.) ApplicationVerificationFailed The app installs briefly, then iOS immediately removes it. This started right after my account (Team ID MB4DXDTDMT) was reinstated following a duplicate-account flag. Background: I had a personal account that was converted to a business account (Wakeout LLC), then created a new personal account, which Apple flagged as a duplicate and later reinstated. The signing failure began immediately after that reinstatement. Isolation already done (this is not a local-setup problem) I have run the full isolation sequence — including every step DTS typically asks for — and the result points squarely at the account/team, not my machine: New blank Xcode project, automatic signing, new bundle ID → same 0xe8008018. Brand-new macOS user account → same failure. Multiple Macs, fresh Xcode installs → same failure. Multiple iOS devices (iPhone 17 Pro, iPhone 15 Pro, others) → same failure. Different Apple ID / different developer team on the same Mac + same device → installs fine. This is the decisive one: the local environment is healthy; only Team MB4DXDTDMT is rejected. Xcode Cloud builds for this same team install fine. Apple's cloud signing trusts MB4DXDTDMT; the device-verification backend does not. That gap can only exist server-side. I have also: revoked/regenerated all certificates multiple times, deleted/recreated all provisioning profiles, cleared ~/Library/MobileDevice/Provisioning Profiles, cleared DerivedData and CoreDevice, removed device pairing records, re-paired devices, confirmed Developer Mode and correct system time. Simulators work. codesign --verify --deep --strict passes. Profile certificate SHA-1 matches the signing cert exactly. Entitlements match. Why I'm posting here This is the same failure documented in thread 755762, where Quinn concluded: "this seems to be tied to your primary developer account and only DevPrograms has access to those details." That matches my evidence exactly: the problem isolates cleanly to one team, and only DevPrograms can see the account-side state. I've already gone through Developer Support on this — an open case has been with them for about five months without a resolution, which is what convinced me the fix isn't something I can reach from the support side. I'm posting here in case a DTS engineer can confirm the diagnosis and point me to the right path. Question for any DTS engineer: given that the failure isolates to a single team — different teams sign and install fine on the same Mac and same device, and Xcode Cloud builds for this same team install fine — can you confirm this is an account-side signing-trust state that has to be reset by Apple, and what's the most direct way to get that reset actioned? Happy to attach a sysdiagnose, full console output, or codesign -dvvv dumps on request. Thank you.
0
0
45
1w
Apple packages fail to build for watchOS in Xcode 27
Is there a known workaround (other than forking) for watchOS builds in Xcode 27 that depend on packages without a declared watchOS 9.0 floor? I depend on several Apple SPM packages with no minimum deployment target, such as https://github.com/apple/swift-algorithms. My project's minimum is 26.0. Xcode 27 will not build watchOS targets with these packages because watchOS 8.0 is below its range of supported targets. /.../SourcePackages/checkouts/swift-algorithms/Package.swift The watchOS Simulator deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 27.0.x.
5
16
409
1w
Org migration stuck 30+ days signing certificate revoked, withdrawal notice contradicts advisor confirmation
Posting here after a month of going in circles through Developer Support email, in the hope an Apple staff member can review or escalate. Timeline: Individual-to-organization migration submitted for Spentz LLC. Enrollment ID: S4QC6PLPTT. During the migration my active signing certificate was revoked. I have been unable to produce ANY builds (EAS or device) for over 30 days. This is the core blocker. 20 May: advisor confirmed my documents were received and forwarded to the review team, and that the team would contact me directly if anything further were needed. Nothing further was requested. 29 May: automated email warning the enrollment would be withdrawn within 7 days if requested info wasn't received but no email has ever specified what is outstanding or where to send it. This directly contradicts the 20 May confirmation. Callback requested only to be left on hold for over an hour before giving up What I'm trying to resolve: (1) confirmation of whether anything is genuinely outstanding from my side and, if so, what and where to send it; (2) assurance the withdrawal timer won't fire while my documents are confirmed with the review team. If any Apple staff can look at S4QC6PLPTT, I'd be grateful. Happy to provide anything needed. This is the sole blocker on a scheduled launch. Topic: Developer Tools & Services SubTopic: Apple Developer Program
4
0
156
1w
My Apple Developer Program membership wasn't activated after payment. And they're waiting for me to pay again.
Herkese merhaba, 19 Haziran 2026 tarihinde Apple Geliştirici Programı üyeliği satın aldım. Ödeme banka hesabımdan başarıyla tahsil edildi. 20 Haziran'da Apple'dan bir e-fatura ve siparişimin işleme alındağı söylemeden başka bir e-posta aldım. Ancak, Apple Developer hesabımda oturum açtığımda, hala “Enroll Today” düğmesini görüyorum. Hesabım ucretsiz bir geliştirici hesabına benziyor ve ucretli üyelik özelliklerine erişemiyorum. Satın alma işlemi için kullandığım Apple Hesabıyla oturum açtım. Üyelik ayrıca Apple Hesabımın abonelikler bölümünün altında da görünmüyor. Bu konuyu daha önce yaşayan var mı? Aktivasyon ne kadar sürdü ve bunu çözmek için ne yaptınız? Teşekkür ederim.
0
0
91
1w
Apple Developer program payment failed
Hi, I tried paying for apple developer program. It keeps saying authorization failed. I tried 3 different credit cards. My visa and mastercard and 1 debit card and it still fails. I called my bank and there seems to be no issue on their side. I am able to pay apps and subscriptions on my credit enrolled in my account but it is failing in apple development program. I hope anyone can help. I need to enroll in app development program as soon as possible. I tried emailing support twice already still no response :( Thank you
2
2
230
1w
Differences between cloud and local models in Xcode Intelligence
I can't use cloud-based AI providers, so I'm very excited about the potential of local models with Xcode's Coding Assistant. I've been playing around with a local MLX model, and have been generally pretty satisfied with it. But I'm curious - what features am I missing out on by using a local model instead of a larger, cloud-based model? Is Xcode's ability to run tests, build the project, etc. limited by the use of a local model? Does it limit the ability to do more complex agentic workflows? If so, how? Basically, local models in Xcode seem to be working pretty well for me, and I'm curious to know what cloud-based models can offer that I don't already have.
Replies
3
Boosts
0
Views
248
Activity
1w
App Store Connect/Xcode Cloud still shows old app icon
Hello, I am having problems with my app icon in App Store Connect and Xcode Cloud. I replaced the app icon with a new one (including the 1024×1024 App Store icon), committed and pushed all changes to GitHub, and Xcode Cloud successfully created a new build. However, App Store Connect and TestFlight still seem to show the old icon in some places. In Xcode, the new icon is visible, and the asset catalog appears to be correct. I have already tried: Replacing the PNG files. Checking the Contents.json file. Committing and pushing all changes to GitHub. Creating new Xcode Cloud builds. Deleting and downloading the project again. Has anyone experienced a similar issue? Is there any caching mechanism in App Store Connect or Xcode Cloud that could cause the old icon to remain visible? Any suggestions would be greatly appreciated. Thank you!
Replies
0
Boosts
0
Views
105
Activity
1w
Application Hangs with Nested LazyVStack When Accessibility Inspector is Active
Description I've encountered a consistent hang/freeze issue in SwiftUI applications when using nested LazyVStack containers with Accessibility Inspector (simulator) or VoiceOver (physical device) enabled. The application becomes completely unresponsive and must be force-quit. Importantly, this hang occurs in a minimal SwiftUI project with no third-party dependencies, suggesting this is a framework-level issue with the interaction between SwiftUI's lazy view lifecycle and the accessibility system. Reproduction Steps I've created a minimal reproduction project available here: https://github.com/pendo-io/SwiftUI_Hang_Reproduction To Reproduce: Create a SwiftUI view with the following nested LazyVStack structure: struct NestedLazyVStackView: View { @State private var outerSections: [Int] = [] @State private var innerRows: [Int: [Int]] = [:] var body: some View { ScrollView { LazyVStack(alignment: .leading, spacing: 24) { ForEach(outerSections, id: \.self) { section in VStack(alignment: .leading, spacing: 8) { Text("Section #\(section)") // Nested LazyVStack LazyVStack(alignment: .leading, spacing: 2) { ForEach(innerRows[section] ?? [], id: \.self) { row in Text("Section #\(section) - Row #\(row)") .onAppear { // Load more data when row appears loadMoreInner(section: section) } } } } .onAppear { // Load more sections when section appears loadMoreOuter() } } } } } } Enable Accessibility Inspector in iOS Simulator: Xcode → Open Developer Tool → Accessibility Inspector Select your running simulator Enable Inspection mode (eye icon) Navigate to the view and start scrolling Result: The application hangs and becomes unresponsive within a few seconds of scrolling Expected Behavior The application should remain responsive when Accessibility Inspector or VoiceOver is enabled, allowing users to scroll through nested lazy containers without freezing. Actual Behavior The application freezes/hangs completely CPU usage may spike The app must be force-quit to recover The hang occurs consistently and is reproducible Workaround 1: Replace inner LazyVStack with VStack LazyVStack { ForEach(...) { section in VStack { // ← Changed from LazyVStack ForEach(...) { row in ... } } } } Workaround 2: Embed in TabView TabView { NavigationStack { NestedLazyVStackView() // ← Same nested structure, but no hang } .tabItem { ... } } Interestingly, wrapping the entire navigation stack in a TabView prevents the hang entirely, even with the nested LazyVStack structure intact. Questions for Apple Is there a known issue with nested LazyVStack containers and accessibility traversal? Why does wrapping the view in a TabView prevent the hang? Are there recommended patterns for using nested lazy containers with accessibility support? Is this a timing issue, a deadlock, or an infinite loop in the accessibility system? Why that happens? Reproduction Project A complete, minimal reproduction project is available at: https://github.com/pendo-io/SwiftUI_Hang_Reproduction
Replies
8
Boosts
0
Views
644
Activity
1w
Apple Developer Program enrollment rejected without explanation – unable to get further clarification
Hello, I am seeking guidance from Apple staff or developers who may have experienced a similar situation. My Apple Developer Program enrollment was reviewed and ultimately rejected. During the review process, I provided all requested information, including screenshots and screen recordings. I later received the following response from Developer Support: "For one or more reasons, your enrollment in the Apple Developer Program couldn't be completed. We can't continue with your enrollment at this time." No further explanation was provided. Timeline: • Enrollment rejected — May 2026 • Support case opened — May 2026 • Response received from Developer Support — June 9, 2026 • Follow-up requests for clarification submitted — no response received • Additional support case opened and follow-ups sent — no response received I am based in India, where phone and chat support options for Apple Developer Program enrollment issues do not appear to be available. I understand account-specific details may not be discussed publicly. However, I would appreciate guidance on the following: • Has anyone received a similar enrollment decision? • Were you able to reapply successfully later? • Is there a typical waiting period before reapplying? • Is there any other escalation path available when no response is received to follow-up inquiries? Thank you for any guidance or shared experiences.
Replies
0
Boosts
0
Views
87
Activity
1w
Automatic Assessment Configuration - No response for the submitted request even after 75 days
We have B2B LMS app used my around 4K users in total including IOS and Android users. We applied for approval through "Automatic Assessment Configuration Entitlement Request" form from account holders apple ID. Even after 75 days we didn't receive any response. We couldn't conduct secure exams in apple devices. Not sure how to proceed further. https://apps.apple.com/us/app/methodder-lms/id6754560905
Replies
1
Boosts
0
Views
85
Activity
1w
Individual to organization enrollment stalled
My switch from an individual to an organization enrollment (ID: 484G9X5T3Z) has been pending for more than seven weeks, and recent follow-up requests to Apple Developer Program Support for status (case numbers: 102880166579 and 20000117404816) have gone unanswered. In the meantime, I have paid for the renewal of my subscription but since member benefits are suspended during migration I haven't been able to use it for more than a month. Please Apple, let me know if there is anything I need to do to get my enrollment switch completed.
Replies
2
Boosts
0
Views
119
Activity
1w
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.
Replies
2
Boosts
0
Views
232
Activity
1w
Unable to see betas (Mac / iOS)
I’m having a weird issue that I wonder if someone might be able to shed some light on. I’m a fully registered Apple Developer. Paid the $99 a few months ago and have since published 2 iOS apps. So fully registered - this part is important to remember. Also, only one AppleID that I’ve used for years. Zero chance of the issue being a wrong Apple ID. The issue, I can’t see the Mac OS 27 beta or iOS 27 beta being available to download on any of my devices. 2 fully up to date Mac’s (mini / m5 air) running the latest production version of Tahoe and an iPhone 17 pro max, running the latest production version of iOS. When I go to the beta section in software updates all I see is the iOS 26 / Mac OS 26 public betas. Nothing about 27. I have signed in / out of beta updates, no change. Nothing to sign on the developer site. Anyone ever see this before? I have no idea what to do. I emailed apple developer support but who knows when I’ll hear back.
Replies
3
Boosts
0
Views
143
Activity
1w
Apple Developer Forums RSS Feeds RFC 5005
Currently the Apple Developer Forums RSS feeds only include the latest 20 items. It would be nice if it supported RFC 5005 to allow accessing older posts through the feed. FB23356085 https://github.com/feedback-assistant/reports/issues/807
Replies
1
Boosts
0
Views
139
Activity
1w
Unable to enroll into program
It's really frustrating even after having 15 days of communication we are still not able to enroll in the program. we tried reaching out to the support but showing no empathy at all. Our case number (102902932662) if anyone from apple seeing this pls provide the necessary support.
Replies
0
Boosts
0
Views
78
Activity
1w
Can't stay logged in to App Store Connect — keeps redirecting to login page
Hi, Since today I'm unable to stay logged in to App Store Connect. Every time I click on an app, it immediately redirects me back to the login page. Things I've already tried: Cleared cookies and cache Multiple browsers (Edge, Safari, Chrome, incognito mode) Mobile app Different network (WiFi and mobile data) Checked appleid.apple.com — no suspicious devices or logins Apple System Status shows everything green. No account changes were made recently. Is anyone else experiencing this today? Could this be an account-level session issue? Thanks
Replies
9
Boosts
6
Views
218
Activity
1w
Device Hub I/O External Display
How can I enable an external display in the Device Hub via Xcode 27, similar to the external display option previously available in the Simulator?
Replies
1
Boosts
0
Views
108
Activity
1w
Organization enrollment blocked: "could not be completed at this time," app says enrollment not available for this account
Trying to enroll my LLC as an organization, fully blocked at the account level. Web Enroll redirects to /enroll/identity/status with "could not be completed at this time" instantly, before any org form. The Apple Developer app says "Enrollment through the Apple Developer app is not available for this Apple Account." Already ruled out the usual: valid non-expired default card with correct billing address, no VPN, multiple networks/days, real legal name, 2FA on, US-based, valid D-U-N-S. Open support case since June 9, no resolution. This looks like it needs a manual account review to clear a flag. Can Apple staff help route this? Happy to share my case number privately.
Replies
1
Boosts
0
Views
51
Activity
1w
Developer Enroll Program
Hey guys I am trying to enroll to apple developer program, but I am facing this issue from previous 1 week, I tried contacting the support but no one replied yet. If anyone knows the fix to it please help me resolve by replying to this post.
Replies
0
Boosts
0
Views
59
Activity
1w
Developer Program Enroll
Hey guys I am trying to enroll to apple developer program, but I am facing this issue from previous 1 week, I tried contacting the support but now one replied yet. If anyone knows the fix to it please help me resolve by replying to this post.
Replies
0
Boosts
0
Views
35
Activity
1w
`0xe8008018 "identity no longer valid" on device install — isolated to one team after account reinstatement; needs DevPrograms`
Hello, I have been unable to install any development-signed app on any physical device for five months. Builds succeed, code signing passes locally, but every device rejects the app at install time with: Failed to verify code signature of .../extracted/MyApp.app : 0xe8008018 (The identity used to sign the executable is no longer valid.) ApplicationVerificationFailed The app installs briefly, then iOS immediately removes it. This started right after my account (Team ID MB4DXDTDMT) was reinstated following a duplicate-account flag. Background: I had a personal account that was converted to a business account (Wakeout LLC), then created a new personal account, which Apple flagged as a duplicate and later reinstated. The signing failure began immediately after that reinstatement. Isolation already done (this is not a local-setup problem) I have run the full isolation sequence — including every step DTS typically asks for — and the result points squarely at the account/team, not my machine: New blank Xcode project, automatic signing, new bundle ID → same 0xe8008018. Brand-new macOS user account → same failure. Multiple Macs, fresh Xcode installs → same failure. Multiple iOS devices (iPhone 17 Pro, iPhone 15 Pro, others) → same failure. Different Apple ID / different developer team on the same Mac + same device → installs fine. This is the decisive one: the local environment is healthy; only Team MB4DXDTDMT is rejected. Xcode Cloud builds for this same team install fine. Apple's cloud signing trusts MB4DXDTDMT; the device-verification backend does not. That gap can only exist server-side. I have also: revoked/regenerated all certificates multiple times, deleted/recreated all provisioning profiles, cleared ~/Library/MobileDevice/Provisioning Profiles, cleared DerivedData and CoreDevice, removed device pairing records, re-paired devices, confirmed Developer Mode and correct system time. Simulators work. codesign --verify --deep --strict passes. Profile certificate SHA-1 matches the signing cert exactly. Entitlements match. Why I'm posting here This is the same failure documented in thread 755762, where Quinn concluded: "this seems to be tied to your primary developer account and only DevPrograms has access to those details." That matches my evidence exactly: the problem isolates cleanly to one team, and only DevPrograms can see the account-side state. I've already gone through Developer Support on this — an open case has been with them for about five months without a resolution, which is what convinced me the fix isn't something I can reach from the support side. I'm posting here in case a DTS engineer can confirm the diagnosis and point me to the right path. Question for any DTS engineer: given that the failure isolates to a single team — different teams sign and install fine on the same Mac and same device, and Xcode Cloud builds for this same team install fine — can you confirm this is an account-side signing-trust state that has to be reset by Apple, and what's the most direct way to get that reset actioned? Happy to attach a sysdiagnose, full console output, or codesign -dvvv dumps on request. Thank you.
Replies
0
Boosts
0
Views
45
Activity
1w
Apple packages fail to build for watchOS in Xcode 27
Is there a known workaround (other than forking) for watchOS builds in Xcode 27 that depend on packages without a declared watchOS 9.0 floor? I depend on several Apple SPM packages with no minimum deployment target, such as https://github.com/apple/swift-algorithms. My project's minimum is 26.0. Xcode 27 will not build watchOS targets with these packages because watchOS 8.0 is below its range of supported targets. /.../SourcePackages/checkouts/swift-algorithms/Package.swift The watchOS Simulator deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 27.0.x.
Replies
5
Boosts
16
Views
409
Activity
1w
Org migration stuck 30+ days signing certificate revoked, withdrawal notice contradicts advisor confirmation
Posting here after a month of going in circles through Developer Support email, in the hope an Apple staff member can review or escalate. Timeline: Individual-to-organization migration submitted for Spentz LLC. Enrollment ID: S4QC6PLPTT. During the migration my active signing certificate was revoked. I have been unable to produce ANY builds (EAS or device) for over 30 days. This is the core blocker. 20 May: advisor confirmed my documents were received and forwarded to the review team, and that the team would contact me directly if anything further were needed. Nothing further was requested. 29 May: automated email warning the enrollment would be withdrawn within 7 days if requested info wasn't received but no email has ever specified what is outstanding or where to send it. This directly contradicts the 20 May confirmation. Callback requested only to be left on hold for over an hour before giving up What I'm trying to resolve: (1) confirmation of whether anything is genuinely outstanding from my side and, if so, what and where to send it; (2) assurance the withdrawal timer won't fire while my documents are confirmed with the review team. If any Apple staff can look at S4QC6PLPTT, I'd be grateful. Happy to provide anything needed. This is the sole blocker on a scheduled launch. Topic: Developer Tools & Services SubTopic: Apple Developer Program
Replies
4
Boosts
0
Views
156
Activity
1w
My Apple Developer Program membership wasn't activated after payment. And they're waiting for me to pay again.
Herkese merhaba, 19 Haziran 2026 tarihinde Apple Geliştirici Programı üyeliği satın aldım. Ödeme banka hesabımdan başarıyla tahsil edildi. 20 Haziran'da Apple'dan bir e-fatura ve siparişimin işleme alındağı söylemeden başka bir e-posta aldım. Ancak, Apple Developer hesabımda oturum açtığımda, hala “Enroll Today” düğmesini görüyorum. Hesabım ucretsiz bir geliştirici hesabına benziyor ve ucretli üyelik özelliklerine erişemiyorum. Satın alma işlemi için kullandığım Apple Hesabıyla oturum açtım. Üyelik ayrıca Apple Hesabımın abonelikler bölümünün altında da görünmüyor. Bu konuyu daha önce yaşayan var mı? Aktivasyon ne kadar sürdü ve bunu çözmek için ne yaptınız? Teşekkür ederim.
Replies
0
Boosts
0
Views
91
Activity
1w
Apple Developer program payment failed
Hi, I tried paying for apple developer program. It keeps saying authorization failed. I tried 3 different credit cards. My visa and mastercard and 1 debit card and it still fails. I called my bank and there seems to be no issue on their side. I am able to pay apps and subscriptions on my credit enrolled in my account but it is failing in apple development program. I hope anyone can help. I need to enroll in app development program as soon as possible. I tried emailing support twice already still no response :( Thank you
Replies
2
Boosts
2
Views
230
Activity
1w