Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Activity

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
50
1w
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
96
1w
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
35
1w
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
103
1w
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
170
1w
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
136
1w
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
157
1w
Apple developer renewal
The Apple Developer app shows: “Apple Developer Program — 1 year membership — Valid through May 08, 2026” But the Apple Developer website and App Store Connect still show: “Your Apple Developer Program membership has expired.” I’m also seeing: “The Apple Developer Program License Agreement has been updated and needs to be reviewed.” I am logged in as the Account Holder of an Organization account. Tried: Signing out/in Different browser/device Checking Membership section Apple Developer app App Store Connect agreements Still unable to remove the expired warning. Has anyone faced this delayed renewal sync issue before? How long did Apple take to resolve it?
2
1
84
1w
Unable to complete Apple Developer Program Enrollment – Payment Charged
Hello everyone, I'm adding my experience to this thread as I'm dealing with a similar situation. I enrolled in the Apple Developer Program last week and was successfully charged $99.00 — I have the receipt to confirm this. However, I believe I may have accidentally withdrawn my application after a previous failed charge attempt, which seems to have caused a mismatch: the Order ID on my charge receipt is different from the enrollment ID currently showing on my enrollment page. Summary: Amount Charged: $99.00 Status: Payment confirmed (receipt in hand), enrollment not active What I need: Apple to align existing charge and Enrollment ID to account Could someone from Apple help me get this sorted? Thank you.
0
0
63
1w
Unable to complete Apple Developer Program Enrollment – Payment Charged
Hi everyone, I'm adding my own experience to this thread because I'm facing the exact same issue and need help urgently. I attempted to enroll in the Apple Developer Program last week and was charged $99.00 — but I was never enrolled. What makes my situation especially concerning is that when I navigate to the registration/enrollment page now, the Order/Enrollment ID shown is different from the Order ID on my charge receipt. I have both the charge receipt and the current registration Order ID on hand. Summary: Amount Charged: $99.00 Status: Payment taken, enrollment not completed Key issue: The Order ID on the charge receipt does not match the ID currently showing on the registration page I've tried checking my order status through the Apple Developer portal and keep hitting an error page. Apple Support via email has not resolved this.
0
0
40
1w
APU H series
What about a studio rendering audio interface with airpods max, when linked has a usb-c*thunderbolt's cable. Them can bring Use and Space at utility. +can bring 32 bits dept into sound edit +can bring Audio Spatialisation +and a bunch of codecs to encode ogg capabilties or atmos/dtsX fidelity -since the latency became minimalist at bluetooth 6.0, a think could look forward about cableless capability upforth.
0
0
54
1w
Community-driven index site for Swift playgrounds
Hey everyone! I wanted to share a small project I’ve been working on called Swiftgrounds: https://swiftgrounds.dev It’s a community-driven index for Swift Playground books and apps. This is my attempt to bring an option for creators to reach learners and share their content. Swiftgrounds supports the same JSON feed format Apple originally designed, so if you already have a feed set up, you can plug it in without making any changes. If you’re building Playground content, I’d love for you to give it a try and share your work there. Hope you like the project!
0
1
112
1w
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.
9
11
834
6d
Apple Developer Programm Processing
I'm trying to pay for Apple Developer Enrollment. I just get an email saying, "We'll respond within 2 days." Then a specialist contacted me a week ago, I attached my passport and then tried paying with a second card, since the first card wasn't processed due to the financial institution. The second card should work (other people with the same region as me - RU and the same card from same Financial Institution as me were able to pay); I tried yesterday and today. It says "duplicate order." Can anyone help me with this? This card should definitely work, but there aren't even any orders on it. How to know what happening and what can i do rn? Maybe problem with a processing Please, help. Trying since April 24 ^( Enrollment ID: A3RP33WB63 Thank you.
0
0
93
1w
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
50
Activity
1w
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
96
Activity
1w
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
35
Activity
1w
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
116
Activity
1w
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
103
Activity
1w
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
170
Activity
1w
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
136
Activity
1w
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
157
Activity
1w
Apple developer renewal
The Apple Developer app shows: “Apple Developer Program — 1 year membership — Valid through May 08, 2026” But the Apple Developer website and App Store Connect still show: “Your Apple Developer Program membership has expired.” I’m also seeing: “The Apple Developer Program License Agreement has been updated and needs to be reviewed.” I am logged in as the Account Holder of an Organization account. Tried: Signing out/in Different browser/device Checking Membership section Apple Developer app App Store Connect agreements Still unable to remove the expired warning. Has anyone faced this delayed renewal sync issue before? How long did Apple take to resolve it?
Replies
2
Boosts
1
Views
84
Activity
1w
Unable to complete Apple Developer Program Enrollment – Payment Charged
Hello everyone, I'm adding my experience to this thread as I'm dealing with a similar situation. I enrolled in the Apple Developer Program last week and was successfully charged $99.00 — I have the receipt to confirm this. However, I believe I may have accidentally withdrawn my application after a previous failed charge attempt, which seems to have caused a mismatch: the Order ID on my charge receipt is different from the enrollment ID currently showing on my enrollment page. Summary: Amount Charged: $99.00 Status: Payment confirmed (receipt in hand), enrollment not active What I need: Apple to align existing charge and Enrollment ID to account Could someone from Apple help me get this sorted? Thank you.
Replies
0
Boosts
0
Views
63
Activity
1w
Unable to complete Apple Developer Program Enrollment – Payment Charged
Hi everyone, I'm adding my own experience to this thread because I'm facing the exact same issue and need help urgently. I attempted to enroll in the Apple Developer Program last week and was charged $99.00 — but I was never enrolled. What makes my situation especially concerning is that when I navigate to the registration/enrollment page now, the Order/Enrollment ID shown is different from the Order ID on my charge receipt. I have both the charge receipt and the current registration Order ID on hand. Summary: Amount Charged: $99.00 Status: Payment taken, enrollment not completed Key issue: The Order ID on the charge receipt does not match the ID currently showing on the registration page I've tried checking my order status through the Apple Developer portal and keep hitting an error page. Apple Support via email has not resolved this.
Replies
0
Boosts
0
Views
40
Activity
1w
Cannot renew expired membership - Renew button missing
My Apple Developer Program membership has expired and I am completely unable to renew it through any documented channel. After 3 days with no response on my support case, I am posting here hoping for community advice or Apple staff visibility.
Replies
0
Boosts
1
Views
104
Activity
1w
APU H series
What about a studio rendering audio interface with airpods max, when linked has a usb-c*thunderbolt's cable. Them can bring Use and Space at utility. +can bring 32 bits dept into sound edit +can bring Audio Spatialisation +and a bunch of codecs to encode ogg capabilties or atmos/dtsX fidelity -since the latency became minimalist at bluetooth 6.0, a think could look forward about cableless capability upforth.
Replies
0
Boosts
0
Views
54
Activity
1w
Problem activating developer program
I did everything on 05-09-2026 and no update since then, account still pendant, no mail, no response for the 2 tickets I send, buet hey the charge was made! Document was uploaded, two tickets were opened, none has answer, I got charged for waiting, this is not good. I need answers for this!
Replies
0
Boosts
0
Views
104
Activity
1w
Community-driven index site for Swift playgrounds
Hey everyone! I wanted to share a small project I’ve been working on called Swiftgrounds: https://swiftgrounds.dev It’s a community-driven index for Swift Playground books and apps. This is my attempt to bring an option for creators to reach learners and share their content. Swiftgrounds supports the same JSON feed format Apple originally designed, so if you already have a feed set up, you can plug it in without making any changes. If you’re building Playground content, I’d love for you to give it a try and share your work there. Hope you like the project!
Replies
0
Boosts
1
Views
112
Activity
1w
Spinning Circle when developers attempt to accept App Store Connect invite
I have several developers that are not able to accept their App Store Connect invitations. I have even tried to invite myself using an alternate email and all users get stuck at App Store Connect website with an infinite loading screen.
Replies
1
Boosts
1
Views
250
Activity
16h
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
9
Boosts
11
Views
834
Activity
6d
Where do I get help for ID verification?
the persona app dirited my data so that when I submitted for ID as a developer it flagged it. Where do I go to give an engineer my proof I am who I say I am? thank you!
Replies
0
Boosts
1
Views
353
Activity
1w
Apple Developer Account Payment Completed but Account Still Pending
Hello Apple Developer Support, I have successfully completed the payment for my Apple Developer Account and I also received the payment confirmation email. However, my account is still showing as “Pending”. Please check my account status and help resolve this issue as soon as possible. Thank you. Best regards, Yana Worldwide India
Replies
1
Boosts
1
Views
150
Activity
1w
Apple Developer Programm Processing
I'm trying to pay for Apple Developer Enrollment. I just get an email saying, "We'll respond within 2 days." Then a specialist contacted me a week ago, I attached my passport and then tried paying with a second card, since the first card wasn't processed due to the financial institution. The second card should work (other people with the same region as me - RU and the same card from same Financial Institution as me were able to pay); I tried yesterday and today. It says "duplicate order." Can anyone help me with this? This card should definitely work, but there aren't even any orders on it. How to know what happening and what can i do rn? Maybe problem with a processing Please, help. Trying since April 24 ^( Enrollment ID: A3RP33WB63 Thank you.
Replies
0
Boosts
0
Views
93
Activity
1w