Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Activity

ScribeMe’s removal from App Store
My Apple Developer account was recently terminated, which resulted in the removal of ScribeMe from the App Store without further notice. This is not just about an app disappearing from a store. Thousands of blind and visually impaired users rely on ScribeMe every day for independence, education, and daily life. ScribeMe helps users understand photos, documents, presentations, charts, diagrams, unfamiliar environments, and more through AI-powered accessibility tools. For many users, it is not a convenience, it is a necessity. When accessibility apps are suddenly removed, the impact goes far beyond business. We are effectively taking away tools that help blind people study independently, access visual information, and participate more equally in education and society. Many users depended on this app daily, and its sudden removal has left people without an important accessibility tool they relied on. We respectfully ask for someone from Apple to manually review the situation and carefully examine why the account termination occurred. We made every effort to follow all App Store guidelines, and we are fully willing to cooperate with Apple and quickly fix or address any issue that may have caused this situation. Accessibility-focused apps deserve human review and consideration because of the real impact they have on people’s lives. Accessibility is not a luxury, it is a necessity. We hope accessibility remains at the center of these decisions.
8
10
686
21h
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.
0
0
21
22h
Locked Out of Developer Account
I am locked out of my developer account, and was told by Apple Support that I cant reset or unlock it because its not a "real Apple ID", and I just created the login on the Apple Developer page last week, so I cannot access my TestFlights and things in there, and am stuck until I can get back in. When I try and login to Apple Developer, I get an error that says "Check the account information and try again". Then I try and reset, it tells me that there’s an issue with the account, and bounces be between account.apple.com (which doesnt let me log in) and Apple Developer (which doesnt let me log in). Apple Support cant help me, and Apple Developer doesnt have a help line, so they asked me to post here.
0
0
24
22h
Unable to Create Apple Account for Developer Organization Enrollment (‘Your account cannot be created at this time’)
Hi! I'm a first-time app founder trying to enroll my business in the Apple Developer Program as an Organization. I already have a personal Apple ID, so I'm trying to create a separate, brand new Apple Account using my business email for the enrollment. Every time I complete the account creation form and go through the verification code step, I get the error: 'Your account cannot be created at this time.' Things I've already tried: Personal cell phone number for verification A Google Voice number for verification Different browsers The Apple Developer app Different WiFi networks I only have one iPhone and one cell number, both already tied to my personal Apple ID. My D&B DUNS number is confirmed, the only blocker is creating this new Apple Account. Is there a known solution for this? It seems like it must be a common situation for small business owners who use one device for both personal and business. Any help appreciated!
4
0
125
22h
Unable to Complete Apple Developer Enrollment — “Unknown error occurred” after Agreement step
Hello, I’m trying to enroll in the Apple Developer Program, but I’m running into an issue during the payment/enrollment process. Here is my situation: I currently live in New York, NY, USA I am temporarily staying in Uzbekistan My payment card is a USA card The card is linked to my Apple ID My Apple ID region/payment information is set correctly When I try to purchase the annual Apple Developer subscription, everything works until the “Agreement” step. After that, the process does not continue and I receive this error message: “Error in Apple Developer enrollment (Unknown error occurred)” I have already tried: Different browsers Different internet connections Re-signing into my Apple ID Checking payment information Unfortunately, the issue still persists. Has anyone experienced something similar, or does anyone know how this can be resolved? I would really appreciate any help or guidance. Regards!
1
0
44
1d
Apple Developer Program enrollment still pending and blocking Mac app notarization
Hello Apple Developer Support, Our Apple Developer Program enrollment is still pending, and we need help understanding the status and next steps. We are planning to launch our Mac app in approximately two weeks, around June 1, 2026, and the continued pending status is becoming a serious blocker because we need to complete Developer ID signing and notarization. Could someone please review the application or let us know if any additional information is required from our side? Thank you.
2
0
70
1d
Apple Developer Enrollment Still Under Review After 13 Days (Documents Already Submitted)
Hi everyone, I’m currently trying to enroll in the Apple Developer Program (Individual account), but my enrollment has been stuck under review for quite a long time. Timeline: I initially enrolled through the web Apple Support requested additional verification documents I submitted: Government ID Bank statement (proof of address) It has now been 13 days since I submitted the documents The last response from Apple Support was about a week ago saying: “We’re currently reviewing your inquiry” I also noticed that in the Apple Developer app, the “Enroll Now” button is disabled and it says: “Enrollment through the Apple Developer app is not available for this Apple Account.” I have already called support multiple times, but they only tell me that the case is still under review. Has anyone experienced something similar recently? How long did your manual verification take? Did your enrollment eventually get approved? Is there anything else I should do besides waiting? Thanks in advance.
0
0
30
1d
CNCopyCurrentNetworkInfo returns SSID on iPhone 12 Pro (iOS 18.6.2) but returns nil on iPhone 13 (iOS 26.4.2)
I need official technical support regarding the CNCopyCurrentNetworkInfo API. My app can successfully get the Wi-Fi SSID on iPhone 12 Pro (iOS 18.6.2). But on iPhone 13 (iOS 26.4.2), the same code always returns nil and cannot get the Wi-Fi name. I have already enabled: Access WiFi Information capability Location Permission (When in Use) The app is in foreground Here is my code: private func getCurrentWiFiName() -> String? { if let interfaces = CNCopySupportedInterfaces() as? [String] { print("Detected \(interfaces.count) network interfaces") for (index, interface) in interfaces.enumerated() { print("Interface \(index): \(interface)") if let info = CNCopyCurrentNetworkInfo(interface as CFString) as? [String: Any] { print("Interface \(index) info: \(info)") if let ssid = info[kCNNetworkInfoKeySSID as String] as? String { print("Successfully got SSID: \(ssid)") return ssid } } else { print("Failed to get info for interface \(index)") } } } else { print("Failed to get network interfaces") } return nil } My questions: Why does this API work on iOS 18.6.2 but not on iOS 26.4.2? Has Apple restricted or disabled CNCopyCurrentNetworkInfo in iOS 26+? What is the official supported way for normal App Store apps to get Wi-Fi SSID on iOS 26? Thank you for your help.
0
0
12
1d
Xcode Source Control pull/push hangs indefinitely, terminal Git works normally After Tahoe 26.3 (25D125) Update
Device Details: MBP M2 Pro AND MBP M3 Pro macOS 26.3 (25D125) Xcode Version 26.3, 26.2, 26.1 (I reinstalled all 3 of these after the macOS update) BUG: Xcode hangs indefinitely when performing Source Control operations (Pull or Push) on a Git repository that uses SSH authentication. The same repository works correctly when performing the equivalent Git operations from the Terminal using the Git CLI. The issue appears to be specific to Xcode’s internal Source Control integration. When the operation is triggered from Xcode, the UI shows a spinning progress indicator and never completes. Terminal Git commands (git fetch, git pull, git push) complete normally using the same SSH key and repository. A hang sample taken during the issue shows the Xcode main thread blocked in Source Control authentication and fingerprint handling code paths, including: IDESourceControlUIHandler IDESourceControlFingerprintManager handleAuthenticationFailure showFingerprintAlertOnWindow This suggests Xcode may be waiting on a Source Control authentication or host fingerprint UI flow that never resolves. SSH connectivity itself is functioning correctly: ssh -T git@bitbucket.org and ssh -T git@github.com both authenticate successfully. git ls-remote, git fetch, git pull, and git push all work correctly from Terminal. No Source Control accounts are configured in Xcode Preferences. Authentication relies entirely on SSH keys. Steps to Reproduce Configure an SSH key for Git access (e.g., Bitbucket or GitHub) and confirm it works via Terminal. Clone or open an existing Git repository that uses SSH (git@host:repo.git). Open the project/workspace in Xcode. In Xcode, attempt a Source Control operation such as: Source Control → Pull Source Control → Push Observe that Xcode displays a spinning progress indicator and does not complete the operation. Logs available on this Feedback Assist ID: FB22146913
8
8
597
1d
After the last update, the Undo button is not appearing in the chat screen.
I enter the following example code into the chat screen, the code is applied, but the Undo button does not appear. The Undo button is also grayed out in the Edit menu. I don't know if this is due to the update or a settings issue, as this is my first time using Xcode. Before the update, there were no problems; the Undo button would appear right next to the chat screen after the code was applied, but now it's gone. Can you help me with this? Edit only: MetalPortfolio/MetalPortfolio/Models/Transaction.swift Goal: Make Transaction decoding backward-compatible so older saved transactions do not fail to load when newer fields are missing. Critical rules: - Do not edit any other file. - Do not change Transaction stored property names. - Do not change encoding format. - Do not change UI. - Do not change storage/export/import logic yet. - Do not change calculations. - Keep existing behavior for valid current JSON. Implementation: In Transaction.init(from:), change only optional/backward-compatible decoding where safe. Required: - fee should decode with default 0 if missing: fee = try container.decodeIfPresent(Double.self, forKey: .fee) ?? 0 Optional if consistent with existing defaults: - unit can keep decodeIfPresent fallback. - currency can keep decodeIfPresent fallback. Do not make core required fields optional: - id - type - asset - quantity - price - date Return only: - which file changed - exact decoding behavior changed
1
0
109
1d
Apple Developer Enrollment Payment Problem
Hello, when i tried to join apple developer programm first time. I had a problem. After clicking the final button i got "We are unable to process your request. An unknown error occurred." What the problem? I even add that card in ApplePay, so i cant imagine what the problem? I am from Georgia (Country) Is it problem in Mobile Phone Number (not Georgian) or what? Help
1
0
96
1d
Apple Developer Program enrollment stuck with “Complete your purchase” and “Duplicate order”
Hello, I am trying to enroll in the Apple Developer Program, but my enrollment appears to be stuck. I submitted my latest enrollment order on Wednesday, and today is Monday. My account still shows: “Purchase your membership. To continue your enrollment, complete your purchase now. Your purchase may take up to 48 hours to process.” However, my card has not been charged, and my membership is still not active. I previously canceled an earlier enrollment order and created a new one, but I also received a “Duplicate order” error. Now I am not sure whether there is a pending order, a duplicate order, or a stuck payment state on my account. I contacted Apple Developer Support by email and also requested a phone callback. I waited around 90 minutes on the first call without reaching an agent, then received another callback and waited again for more than 40 minutes without anyone answering. My card works normally for international online payments. Also, when I enter the card details, I am not redirected to any payment confirmation or 3D Secure page, and I am not asked for CVV. The order just goes into processing. Has anyone experienced the same issue with Apple Developer Program enrollment? How did you resolve the stuck “Complete your purchase” / “Duplicate order” state? Any advice would be appreciated. I can provide my Enrollment ID privately to Apple Support if needed.
0
0
81
1d
Xcode always shows error "Error Downloading Crash Log Information" when trying to download crash logs
For a couple of months now I haven't been able to see new crash reports for my App Store apps in Xcode. I see the list of crash reports in the Organizer, but selecting any of the new ones always shows the same error message: Error Downloading Crash Log Information: An error occurred preventing Xcode from downloading crash log information. "my.email at domain.com" failed with error: There was a failure decoding response: (HTTP 500, 20364 bytes) The data couldn't be read because it isn't in the correct format.. Pushing the Reload button makes the view load for a bit, but then the same error appears again. Since I want to keep fixing crashes in my apps as fast as possible, is Apple aware of the issue and working on a fix? I don't know if this is a Xcode or App Store Connect issue. I would have expected this issue to be fixed with the newest Xcode version 26.5, but it's still happening. I opened FB22589345 on April 23, but got no response so far.
2
6
120
1d
Xcode now hangs; SDKs are "status unavailable"
My development work is paused as Xcode is now non-functional on my Macs. Loading any project into Xcode soon leads to a hang and Force Quit. The SDKs are listed as "status unavailable". No Simulators are available. I've tried previous versions of Xcode; removing everything and re-installing; installation from the Store and direct from the Apple Developer site. I've created a Feedback issue. This happens on both of my Mac minis. I'm running Tahoe 26.4 (25E246) on both.
34
14
2.7k
2d
SwiftUI template in Instruments 26.4.1 shows empty channels on iOS 26.4.2 device — even with a minimal TimelineView repro
Hi all, I've hit a reproducible issue where the presence of the SwiftUI instrument in a template prevents any data from being recorded, including from the other instruments in the same template. Removing the SwiftUI instrument immediately restores normal recording. Environment Host: macOS 26.4.1 (25E253), Mac mini Xcode / Instruments 26.4.1 (17E202) Device: iPhone 17, iOS 26.4.2 (23E261) (physical device, USB-attached) Symptom Recording the same app, same device, same session, only varying the template contents: SwiftUI template (as-is) => All lanes empty across the entire recording Same template with the SwiftUI instrument removed => Data collected normally (Time Profiler samples, Hangs, etc.) So it seems not an issue with the SwiftUI lanes specifically being empty — including the SwiftUI instrument appears to silence the entire recording. Steps to reproduce Open Instruments → pick the SwiftUI template (or build a custom template that includes the SwiftUI instrument alongside, e.g., Time Profiler). Target the device, attach to the running app. Record for ~10s, interact with the app. Stop. Result: every lane is empty. Edit the template, remove the SwiftUI instrument, re-record with no other changes. Result: normal data appears in the remaining instruments. Questions Is this a known regression in Instruments 26.4.1 on iOS 26.4.x? Is there a workaround to use the SwiftUI instrument on this OS combo (different Xcode build, runtime flag, entitlement)? Does it work for anyone on iOS 26.4.x + Xcode 26.4.1, or is everyone seeing this? I can file a Feedback if confirmed as a bug — wanted to check here first in case I'm missing a setup step. Thanks!
2
0
87
2d
Cannot create new developer account
Trying to make a new developer account but says I cannot. Here are the variables. I have a personal icloud account, it was tied to a developer organization account for an app and company I shut down. I let that developer account expire. Both tied to my mobile number. I can access it but cannot do anything. Trying to setup a new organization developer account using that mobile phone number, but it will not let me create the account. (have a new app/company) Used a different phone number and still got the message that I could not create a new account at this time.
3
0
253
2d
Xcode 26.4: IBOutlets/IBActions gutter circles missing — cannot connect storyboard to code (works in 26.3)
I’m seeing a regression in Xcode 26.4 where Interface Builder will not allow connecting IBOutlets or IBActions. Symptoms: The usual gutter circle/dot does not appear next to IBOutlet / IBAction in the code editor Because of this, I cannot: drag from storyboard → code drag from code → storyboard The class is valid and already connected to the storyboard (existing outlets work) Assistant Editor opens the correct view controller file Important: The exact same project, unchanged, works perfectly in Xcode 26.3. I can create and connect outlets/actions normally there. ⸻ Environment Xcode: 26.4 macOS: 26.4 Mac Mini M4 Pro 64G Ram Project: Objective-C UIKit app using Storyboards This is a long-running, ObjC, project (not newly created) ⸻ What I’ve already tried To rule out the usual suspects: Verified View Controller Custom Class is correctly set in Identity Inspector Verified files are in the correct Target Membership Verified outlets are declared correctly in the .h file: @property (weak, nonatomic) IBOutlet UILabel *exampleLabel; Opened correct file manually (not relying on Automatic Assistant) Tried both: storyboard → code drag code → storyboard drag Tried using Connections Inspector Clean Build Folder Deleted entire DerivedData Restarted Xcode Updated macOS to 26.4 Ran: sudo xcodebuild -runFirstLaunch Confirmed required platform components installed Reopened project fresh ⸻ Observations In Xcode 26.4 the outlet “connection circles” are completely missing In Xcode 26.3 they appear immediately for the same code Existing connections still function at runtime — this is purely an Interface Builder issue ⸻ Question The gutter circles appearance has always been flaky in Xcode over the 13+ years I've been using it but now with 26.4 they have completely disappeared. Has anyone else seen this in Xcode 26.4, or found a workaround? At this point it looks like a regression in Interface Builder, but I haven’t found any mention of it yet.
21
11
1.8k
2d
ScribeMe’s removal from App Store
My Apple Developer account was recently terminated, which resulted in the removal of ScribeMe from the App Store without further notice. This is not just about an app disappearing from a store. Thousands of blind and visually impaired users rely on ScribeMe every day for independence, education, and daily life. ScribeMe helps users understand photos, documents, presentations, charts, diagrams, unfamiliar environments, and more through AI-powered accessibility tools. For many users, it is not a convenience, it is a necessity. When accessibility apps are suddenly removed, the impact goes far beyond business. We are effectively taking away tools that help blind people study independently, access visual information, and participate more equally in education and society. Many users depended on this app daily, and its sudden removal has left people without an important accessibility tool they relied on. We respectfully ask for someone from Apple to manually review the situation and carefully examine why the account termination occurred. We made every effort to follow all App Store guidelines, and we are fully willing to cooperate with Apple and quickly fix or address any issue that may have caused this situation. Accessibility-focused apps deserve human review and consideration because of the real impact they have on people’s lives. Accessibility is not a luxury, it is a necessity. We hope accessibility remains at the center of these decisions.
Replies
8
Boosts
10
Views
686
Activity
21h
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
0
Boosts
0
Views
21
Activity
22h
Locked Out of Developer Account
I am locked out of my developer account, and was told by Apple Support that I cant reset or unlock it because its not a "real Apple ID", and I just created the login on the Apple Developer page last week, so I cannot access my TestFlights and things in there, and am stuck until I can get back in. When I try and login to Apple Developer, I get an error that says "Check the account information and try again". Then I try and reset, it tells me that there’s an issue with the account, and bounces be between account.apple.com (which doesnt let me log in) and Apple Developer (which doesnt let me log in). Apple Support cant help me, and Apple Developer doesnt have a help line, so they asked me to post here.
Replies
0
Boosts
0
Views
24
Activity
22h
Unable to Create Apple Account for Developer Organization Enrollment (‘Your account cannot be created at this time’)
Hi! I'm a first-time app founder trying to enroll my business in the Apple Developer Program as an Organization. I already have a personal Apple ID, so I'm trying to create a separate, brand new Apple Account using my business email for the enrollment. Every time I complete the account creation form and go through the verification code step, I get the error: 'Your account cannot be created at this time.' Things I've already tried: Personal cell phone number for verification A Google Voice number for verification Different browsers The Apple Developer app Different WiFi networks I only have one iPhone and one cell number, both already tied to my personal Apple ID. My D&B DUNS number is confirmed, the only blocker is creating this new Apple Account. Is there a known solution for this? It seems like it must be a common situation for small business owners who use one device for both personal and business. Any help appreciated!
Replies
4
Boosts
0
Views
125
Activity
22h
Unable to Complete Apple Developer Enrollment — “Unknown error occurred” after Agreement step
Hello, I’m trying to enroll in the Apple Developer Program, but I’m running into an issue during the payment/enrollment process. Here is my situation: I currently live in New York, NY, USA I am temporarily staying in Uzbekistan My payment card is a USA card The card is linked to my Apple ID My Apple ID region/payment information is set correctly When I try to purchase the annual Apple Developer subscription, everything works until the “Agreement” step. After that, the process does not continue and I receive this error message: “Error in Apple Developer enrollment (Unknown error occurred)” I have already tried: Different browsers Different internet connections Re-signing into my Apple ID Checking payment information Unfortunately, the issue still persists. Has anyone experienced something similar, or does anyone know how this can be resolved? I would really appreciate any help or guidance. Regards!
Replies
1
Boosts
0
Views
44
Activity
1d
Apple Developer Program enrollment still pending and blocking Mac app notarization
Hello Apple Developer Support, Our Apple Developer Program enrollment is still pending, and we need help understanding the status and next steps. We are planning to launch our Mac app in approximately two weeks, around June 1, 2026, and the continued pending status is becoming a serious blocker because we need to complete Developer ID signing and notarization. Could someone please review the application or let us know if any additional information is required from our side? Thank you.
Replies
2
Boosts
0
Views
70
Activity
1d
Apple Developer Enrollment Still Under Review After 13 Days (Documents Already Submitted)
Hi everyone, I’m currently trying to enroll in the Apple Developer Program (Individual account), but my enrollment has been stuck under review for quite a long time. Timeline: I initially enrolled through the web Apple Support requested additional verification documents I submitted: Government ID Bank statement (proof of address) It has now been 13 days since I submitted the documents The last response from Apple Support was about a week ago saying: “We’re currently reviewing your inquiry” I also noticed that in the Apple Developer app, the “Enroll Now” button is disabled and it says: “Enrollment through the Apple Developer app is not available for this Apple Account.” I have already called support multiple times, but they only tell me that the case is still under review. Has anyone experienced something similar recently? How long did your manual verification take? Did your enrollment eventually get approved? Is there anything else I should do besides waiting? Thanks in advance.
Replies
0
Boosts
0
Views
30
Activity
1d
CNCopyCurrentNetworkInfo returns SSID on iPhone 12 Pro (iOS 18.6.2) but returns nil on iPhone 13 (iOS 26.4.2)
I need official technical support regarding the CNCopyCurrentNetworkInfo API. My app can successfully get the Wi-Fi SSID on iPhone 12 Pro (iOS 18.6.2). But on iPhone 13 (iOS 26.4.2), the same code always returns nil and cannot get the Wi-Fi name. I have already enabled: Access WiFi Information capability Location Permission (When in Use) The app is in foreground Here is my code: private func getCurrentWiFiName() -> String? { if let interfaces = CNCopySupportedInterfaces() as? [String] { print("Detected \(interfaces.count) network interfaces") for (index, interface) in interfaces.enumerated() { print("Interface \(index): \(interface)") if let info = CNCopyCurrentNetworkInfo(interface as CFString) as? [String: Any] { print("Interface \(index) info: \(info)") if let ssid = info[kCNNetworkInfoKeySSID as String] as? String { print("Successfully got SSID: \(ssid)") return ssid } } else { print("Failed to get info for interface \(index)") } } } else { print("Failed to get network interfaces") } return nil } My questions: Why does this API work on iOS 18.6.2 but not on iOS 26.4.2? Has Apple restricted or disabled CNCopyCurrentNetworkInfo in iOS 26+? What is the official supported way for normal App Store apps to get Wi-Fi SSID on iOS 26? Thank you for your help.
Replies
0
Boosts
0
Views
12
Activity
1d
Xcode Source Control pull/push hangs indefinitely, terminal Git works normally After Tahoe 26.3 (25D125) Update
Device Details: MBP M2 Pro AND MBP M3 Pro macOS 26.3 (25D125) Xcode Version 26.3, 26.2, 26.1 (I reinstalled all 3 of these after the macOS update) BUG: Xcode hangs indefinitely when performing Source Control operations (Pull or Push) on a Git repository that uses SSH authentication. The same repository works correctly when performing the equivalent Git operations from the Terminal using the Git CLI. The issue appears to be specific to Xcode’s internal Source Control integration. When the operation is triggered from Xcode, the UI shows a spinning progress indicator and never completes. Terminal Git commands (git fetch, git pull, git push) complete normally using the same SSH key and repository. A hang sample taken during the issue shows the Xcode main thread blocked in Source Control authentication and fingerprint handling code paths, including: IDESourceControlUIHandler IDESourceControlFingerprintManager handleAuthenticationFailure showFingerprintAlertOnWindow This suggests Xcode may be waiting on a Source Control authentication or host fingerprint UI flow that never resolves. SSH connectivity itself is functioning correctly: ssh -T git@bitbucket.org and ssh -T git@github.com both authenticate successfully. git ls-remote, git fetch, git pull, and git push all work correctly from Terminal. No Source Control accounts are configured in Xcode Preferences. Authentication relies entirely on SSH keys. Steps to Reproduce Configure an SSH key for Git access (e.g., Bitbucket or GitHub) and confirm it works via Terminal. Clone or open an existing Git repository that uses SSH (git@host:repo.git). Open the project/workspace in Xcode. In Xcode, attempt a Source Control operation such as: Source Control → Pull Source Control → Push Observe that Xcode displays a spinning progress indicator and does not complete the operation. Logs available on this Feedback Assist ID: FB22146913
Replies
8
Boosts
8
Views
597
Activity
1d
Having Trouble with Change of developer name
Hi guys, anyone know what can help? i currently have an individual account and want to update my apple id name to my legal name. i current use my preferred name but as the document requires i need the names to match but i have not been able to edit on my device and on the appleid website. the support teams have been moving me around.
Replies
1
Boosts
0
Views
467
Activity
1d
After the last update, the Undo button is not appearing in the chat screen.
I enter the following example code into the chat screen, the code is applied, but the Undo button does not appear. The Undo button is also grayed out in the Edit menu. I don't know if this is due to the update or a settings issue, as this is my first time using Xcode. Before the update, there were no problems; the Undo button would appear right next to the chat screen after the code was applied, but now it's gone. Can you help me with this? Edit only: MetalPortfolio/MetalPortfolio/Models/Transaction.swift Goal: Make Transaction decoding backward-compatible so older saved transactions do not fail to load when newer fields are missing. Critical rules: - Do not edit any other file. - Do not change Transaction stored property names. - Do not change encoding format. - Do not change UI. - Do not change storage/export/import logic yet. - Do not change calculations. - Keep existing behavior for valid current JSON. Implementation: In Transaction.init(from:), change only optional/backward-compatible decoding where safe. Required: - fee should decode with default 0 if missing: fee = try container.decodeIfPresent(Double.self, forKey: .fee) ?? 0 Optional if consistent with existing defaults: - unit can keep decodeIfPresent fallback. - currency can keep decodeIfPresent fallback. Do not make core required fields optional: - id - type - asset - quantity - price - date Return only: - which file changed - exact decoding behavior changed
Replies
1
Boosts
0
Views
109
Activity
1d
Apple Developer Enrollment Payment Problem
Hello, when i tried to join apple developer programm first time. I had a problem. After clicking the final button i got "We are unable to process your request. An unknown error occurred." What the problem? I even add that card in ApplePay, so i cant imagine what the problem? I am from Georgia (Country) Is it problem in Mobile Phone Number (not Georgian) or what? Help
Replies
1
Boosts
0
Views
96
Activity
1d
Apple Developer Program enrollment stuck with “Complete your purchase” and “Duplicate order”
Hello, I am trying to enroll in the Apple Developer Program, but my enrollment appears to be stuck. I submitted my latest enrollment order on Wednesday, and today is Monday. My account still shows: “Purchase your membership. To continue your enrollment, complete your purchase now. Your purchase may take up to 48 hours to process.” However, my card has not been charged, and my membership is still not active. I previously canceled an earlier enrollment order and created a new one, but I also received a “Duplicate order” error. Now I am not sure whether there is a pending order, a duplicate order, or a stuck payment state on my account. I contacted Apple Developer Support by email and also requested a phone callback. I waited around 90 minutes on the first call without reaching an agent, then received another callback and waited again for more than 40 minutes without anyone answering. My card works normally for international online payments. Also, when I enter the card details, I am not redirected to any payment confirmation or 3D Secure page, and I am not asked for CVV. The order just goes into processing. Has anyone experienced the same issue with Apple Developer Program enrollment? How did you resolve the stuck “Complete your purchase” / “Duplicate order” state? Any advice would be appreciated. I can provide my Enrollment ID privately to Apple Support if needed.
Replies
0
Boosts
0
Views
81
Activity
1d
Xcode resets commit message when leaving changes editor
After entering a commit message into the commit message field in the Xcode source control changes editor, it will clear any commit message that I entered if I go to another part of Xcode and open a file in the editor and then go back to the changes screen. FB22806896 https://github.com/feedback-assistant/reports/issues/801
Replies
0
Boosts
0
Views
51
Activity
1d
Xcode always shows error "Error Downloading Crash Log Information" when trying to download crash logs
For a couple of months now I haven't been able to see new crash reports for my App Store apps in Xcode. I see the list of crash reports in the Organizer, but selecting any of the new ones always shows the same error message: Error Downloading Crash Log Information: An error occurred preventing Xcode from downloading crash log information. "my.email at domain.com" failed with error: There was a failure decoding response: (HTTP 500, 20364 bytes) The data couldn't be read because it isn't in the correct format.. Pushing the Reload button makes the view load for a bit, but then the same error appears again. Since I want to keep fixing crashes in my apps as fast as possible, is Apple aware of the issue and working on a fix? I don't know if this is a Xcode or App Store Connect issue. I would have expected this issue to be fixed with the newest Xcode version 26.5, but it's still happening. I opened FB22589345 on April 23, but got no response so far.
Replies
2
Boosts
6
Views
120
Activity
1d
Agents in Xcode: Codex Sign In not working
Hey all, the codex sign in isn't working for me in Agents. I am using the 26.5 release candidate version. It always says "Not Signed In". I have completed the Sign In process multiple times. Anyone else seeing this? I have filed Feedback FB22732574
Replies
15
Boosts
4
Views
540
Activity
2d
Xcode now hangs; SDKs are "status unavailable"
My development work is paused as Xcode is now non-functional on my Macs. Loading any project into Xcode soon leads to a hang and Force Quit. The SDKs are listed as "status unavailable". No Simulators are available. I've tried previous versions of Xcode; removing everything and re-installing; installation from the Store and direct from the Apple Developer site. I've created a Feedback issue. This happens on both of my Mac minis. I'm running Tahoe 26.4 (25E246) on both.
Replies
34
Boosts
14
Views
2.7k
Activity
2d
SwiftUI template in Instruments 26.4.1 shows empty channels on iOS 26.4.2 device — even with a minimal TimelineView repro
Hi all, I've hit a reproducible issue where the presence of the SwiftUI instrument in a template prevents any data from being recorded, including from the other instruments in the same template. Removing the SwiftUI instrument immediately restores normal recording. Environment Host: macOS 26.4.1 (25E253), Mac mini Xcode / Instruments 26.4.1 (17E202) Device: iPhone 17, iOS 26.4.2 (23E261) (physical device, USB-attached) Symptom Recording the same app, same device, same session, only varying the template contents: SwiftUI template (as-is) => All lanes empty across the entire recording Same template with the SwiftUI instrument removed => Data collected normally (Time Profiler samples, Hangs, etc.) So it seems not an issue with the SwiftUI lanes specifically being empty — including the SwiftUI instrument appears to silence the entire recording. Steps to reproduce Open Instruments → pick the SwiftUI template (or build a custom template that includes the SwiftUI instrument alongside, e.g., Time Profiler). Target the device, attach to the running app. Record for ~10s, interact with the app. Stop. Result: every lane is empty. Edit the template, remove the SwiftUI instrument, re-record with no other changes. Result: normal data appears in the remaining instruments. Questions Is this a known regression in Instruments 26.4.1 on iOS 26.4.x? Is there a workaround to use the SwiftUI instrument on this OS combo (different Xcode build, runtime flag, entitlement)? Does it work for anyone on iOS 26.4.x + Xcode 26.4.1, or is everyone seeing this? I can file a Feedback if confirmed as a bug — wanted to check here first in case I'm missing a setup step. Thanks!
Replies
2
Boosts
0
Views
87
Activity
2d
Cannot create new developer account
Trying to make a new developer account but says I cannot. Here are the variables. I have a personal icloud account, it was tied to a developer organization account for an app and company I shut down. I let that developer account expire. Both tied to my mobile number. I can access it but cannot do anything. Trying to setup a new organization developer account using that mobile phone number, but it will not let me create the account. (have a new app/company) Used a different phone number and still got the message that I could not create a new account at this time.
Replies
3
Boosts
0
Views
253
Activity
2d
Xcode 26.4: IBOutlets/IBActions gutter circles missing — cannot connect storyboard to code (works in 26.3)
I’m seeing a regression in Xcode 26.4 where Interface Builder will not allow connecting IBOutlets or IBActions. Symptoms: The usual gutter circle/dot does not appear next to IBOutlet / IBAction in the code editor Because of this, I cannot: drag from storyboard → code drag from code → storyboard The class is valid and already connected to the storyboard (existing outlets work) Assistant Editor opens the correct view controller file Important: The exact same project, unchanged, works perfectly in Xcode 26.3. I can create and connect outlets/actions normally there. ⸻ Environment Xcode: 26.4 macOS: 26.4 Mac Mini M4 Pro 64G Ram Project: Objective-C UIKit app using Storyboards This is a long-running, ObjC, project (not newly created) ⸻ What I’ve already tried To rule out the usual suspects: Verified View Controller Custom Class is correctly set in Identity Inspector Verified files are in the correct Target Membership Verified outlets are declared correctly in the .h file: @property (weak, nonatomic) IBOutlet UILabel *exampleLabel; Opened correct file manually (not relying on Automatic Assistant) Tried both: storyboard → code drag code → storyboard drag Tried using Connections Inspector Clean Build Folder Deleted entire DerivedData Restarted Xcode Updated macOS to 26.4 Ran: sudo xcodebuild -runFirstLaunch Confirmed required platform components installed Reopened project fresh ⸻ Observations In Xcode 26.4 the outlet “connection circles” are completely missing In Xcode 26.3 they appear immediately for the same code Existing connections still function at runtime — this is purely an Interface Builder issue ⸻ Question The gutter circles appearance has always been flaky in Xcode over the 13+ years I've been using it but now with 26.4 they have completely disappeared. Has anyone else seen this in Xcode 26.4, or found a workaround? At this point it looks like a regression in Interface Builder, but I haven’t found any mention of it yet.
Replies
21
Boosts
11
Views
1.8k
Activity
2d