Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Activity

Apple Watch does not appear in Xcode 27 Beta and Developer Mode option is missing despite paired iPhone on iOS 27
Environment: MacBook Air M4 macOS 27 Golden Gate Beta Xcode 27 Beta iPhone running iOS 27 Beta Apple Watch paired to the iPhone Steps to Reproduce: Install macOS 27 Beta and Xcode 27 Beta. Pair an Apple Watch with an iPhone running iOS 27 Beta. Enable Developer Mode on the iPhone. Connect the iPhone to the Mac and launch Xcode. Open Window → Devices and Simulators. Attempt to locate the paired Apple Watch or enable Developer Mode on the watch. Expected Result: The paired Apple Watch appears in Xcode for development purposes. A Developer Mode option is available on the Apple Watch. Xcode is able to recognize and communicate with the watch through the paired iPhone. Actual Result: The Apple Watch does not appear in Xcode. No Developer Mode option is visible on the watch. The iPhone is successfully paired and running iOS 27 Beta, but the watch remains unavailable for development workflows. Additional Notes: The iPhone and Apple Watch are already paired and functioning normally. Developer Mode is enabled on the iPhone. Restarting devices and reconnecting the iPhone did not resolve the issue. Unsure whether this is a limitation of the current beta builds or a regression in Xcode/watchOS development tooling.
1
2
318
1w
DProvenanceKit: Reasoning observability for AI systems in Swift
Hi everyone, I've been working on a problem that I think many of us building AI in Swift are facing: how do you debug why an AI agent behaves differently between runs? Traditional logging tells you what happened. But when a model skips a step, changes its reasoning order, or produces a different output with identical input — you're left staring at walls of logs with no clear answer to why. I've released DProvenanceKit — a reasoning observability framework for Swift that lets you: Record every reasoning step an agent takes (non-blocking, async-safe) Query for reasoning patterns ("find runs where X happened but Y didn't") Diff two executions to see structural differences Detect regressions automatically with rule-based validation Think of it as Git for AI logic. Example: Swift // Record an execution try await DProvenanceKit.run(contextID: "case-123", store: store) { DProvenanceKit.record(.documentEvaluated(documentID: "DocA", score: 0.95)) DProvenanceKit.record(.conflictDetected(reason: "timeline_inconsistency")) DProvenanceKit.record(.finalDecisionMade(approved: false)) } // Query for suspicious patterns let suspiciousRuns = try await store.queryRuns( TraceQueryDSL() .requiring(step: "conflictDetected") .missing(step: "documentEvaluated") // Find runs where conflict was reported but no docs evaluated ) // Diff two runs let diff = engine.diff(base: runA, comparison: runB) print(diff.changes) // See exactly which steps appeared, disappeared, or moved The design: Built specifically for on-device AI (macOS/iOS) with Apple Foundation Models, MLX, or Core ML Non-blocking recording (touches only in-memory buffer) Durable, crash-safe persistence with SQLite WAL Works with async/await context propagation Status: Experimental (core engine complete, actively evolving). Free for development/testing under BSL 1.1. GitHub: https://github.com/Therealdk8890/DProvenanceKit I'm curious if this resonates with anyone here building AI in Swift. What debugging/observability challenges are you facing with AI systems?
0
0
90
1w
Unable to Purchase Apple Developer Program Membership - India Region
Hello, I am trying to enroll in the Apple Developer Program as an Individual developer from India. My enrollment status shows: OM (Pending) When I try to complete the membership purchase, I receive the following errors: "Your Purchase Could Not Be Completed" "Unable to Purchase. This item is currently not available in your country/region." Details: Country/Region: India The payment is not being charged, and the enrollment remains in Pending status. Has anyone experienced this issue recently, and what steps were required to resolve it? Thank you.
3
3
230
1w
Xcode 27 - "Clear Recent" options is missing from run destinations
Overview On Xcode 27, when trying to run on a specific destination, the option to “Clear Recent” is missing. This was available in Xcode 26. Manage Devices option exists, but this is to permanently add / remove destinations, this is different from “Clear Recent”. Please bring back “Clear Recent” (from Xcode 26 to Xcode 27) option to Xcode as it is very useful Environment: macOS 26.5.1 (25F80) Xcode 27.0 beta (27A5194q) Feedback FB23055381
3
0
160
1w
Xcode 27: Bugs / Feedbacks
Hi, I have listed below the Feedbacks for Xcode 27, please have a look at it, considerable time was spent on filing these feedbacks, thanks! Environments All of them were tested on the environment: macOS 26.5.1 (25F80) Xcode 27.0 beta (27A5194q) Feedbacks FB23133706 (Git stage tab) FB23132869 (markdown - code block) FB23132403 (markdown - search) FB23078039 (stash - slow / unresponsive) FB23077930 (stash - allow multiselection) FB23055381 (Run destination - Clear recents) FB23041713 (SwiftUI preview - SwiftData) FB23033844 (Bundle ID) FB23033231 (Device Hub - sizes)
9
1
449
1w
[Feature request] Xcode 27 Easier Previewing while using coding agent
Filed a feature request in feedback assistant, but starting a discussion here as well since I'm probably not the only one. The issue I have is that coding assistant and previews seem to be mutually exclusive. That means that when I'm iterating on UI, I either have to rely on the coding assistant showing me preview screenshots (cannot interact), firing up Device Hub (have to manually kick off a build after each change) or manually opening the associated preview (requires a lot of hoping back and forth). This feels inefficient and means I have to hop around and manage my windows and tabs more. A slight work around is to open a split view with the file and preview there. This layout is inefficient and clunky. I would love if Xcode supported a pinned preview next to coding assistant (or automatically showed the relevant one). I imagine this working just like showing a preview next to a file cmd + opt + return hides/shows the preview. FB23219611
3
0
257
1w
Membership migration stuck in “Processing” – individual-to-org, benefits disabled, no update
Subject: Membership migration stuck in "Processing" for 3+ weeks -- individual-to-org, benefits disabled Posting here after email support went unanswered, hoping a staff member can review directly. Details: Type: Membership migration from individual to organization Organization: Vinculum Ventures, Inc. (Delaware C Corp) Enrollment ID: C8T535M6HC In processing: 3+ weeks D-U-N-S: active, verified against Apple's D-U-N-S Lookup Tool -- legal name (Vinculum Ventures, Inc.), address, and phone match exactly Account holder: listed with signing authority on the company record Apple ID: 2FA enabled, work email on a custom business domain Status has remained on "We're processing your membership migration" for over three weeks with membership benefits disabled the entire time -- no App Store Connect access, no follow-up emails, no requests for additional documentation, no explanation. I've also submitted a support request through the Developer contact page with no response. The disabled benefits are blocking active business commitments. Could an Apple team member please review the migration and advise on what's outstanding? Happy to provide any documentation needed. Thank you.
3
0
169
1w
Paid renewal not activated — membership shows a renewal date in the past (Org, Team ID UQK3368F79)
Hi everyone and @Apple Developer Support, I'm hoping someone from Apple can help escalate this, as first-level support has not been able to resolve it for over 10 days. I renewed my Apple Developer Program membership (Organization) and paid in full by card on 10 June 2026. The payment was completed and I have the official Apple invoices. However, my membership was never properly activated. The clearest sign something is wrong: my account now shows a Renewal date of January 11, 2026 — a date that is already in the past — even though I paid on 10 June 2026. My previous membership had expired on January 10, 2025. It looks like my payment was applied to the old, already-lapsed period instead of starting a new term. Since I paid on 10 June 2026, my membership should be active from 10 June 2026 to 10 June 2027. On a phone call on 15 June 2026, Apple confirmed the payment was received but had not been correctly linked to my account, and that they could not fix it on the call. My emails (cases 102912847689 and 102917255312) have gone unanswered beyond automated replies. What I have verified: Two-factor authentication is enabled The payment was made for and invoiced to my Developer account / company I have not made any duplicate payments (and I will not pay twice) Details: Program: Apple Developer Program (Organization) Team ID: UQK3368F79 Web Order: W1785567985 / Apple order AEY1626756 Invoice: BB84180706 (09.06.2026) Region: Hungary Could someone from the Apple team please review and manually link web order W1785567985 to my account and activate the membership for the correct term (10 June 2026 – 10 June 2027)? If you're experiencing the same issue, please Boost this post and share your case below — support seems to be more active here in the forums. Thank you!
0
0
108
1w
: Individual enrollment stuck on "Pending" for 2+ weeks after successful payment — requesting manual review
Hello, I'm an individual developera. My enrollment has been stuck in "Pending" for over one week and I'd be grateful for help. Timeline Enrolled in first in 05.06. After several emails with no reply and no ivoice I withdrawn my enrollement. Enrolled in the Apple Developer Program (individual) on 15.06 again Payment was charged successfully and I received the official invoice from Apple on 17.06. Since then the account has stayed in "Pending." The symptom My account still shows "Purchase your membership / Complete your purchase." When I open the Apple Developer app it says "Enrollment through the Apple Developer app is not available for this Apple Account" and sends me to the website, which then asks me to pay again. I have deliberately not paid a second time, to avoid creating duplicate charges. This looks like a backend synchronization issue: the payment is recorded on Apple's side and the invoice was issued, but it was never linked to my enrollment. I have already opened a support case and followed up several times, but have not received a substantive response. Erollment ID: 55R7MCH5YH
0
0
105
1w
Organization Enrollment Reset After Payment Failure — All Verification Progress Lost (Case: 102906846660)
Hello, I am seeking urgent assistance and hoping Apple Developer staff can review my case directly. I enrolled in the Apple Developer Program as an organization. The process involved extensive identity and organization verification that took over a month to complete, including multiple rounds of follow-up. Once verification was approved, I proceeded to the payment stage and initiated payment through the web dashboard. After several weeks, I was informed by support (Case: 102906846660) that the payment could not be processed and was asked to resubmit enrollment via the Apple Developer app. When I opened the Apple Developer app, my enrollment progress was gone entirely — the app is prompting me to start a new enrollment from scratch. I checked the web dashboard and it shows the same thing. All identity and organization verification that was completed and approved is no longer reflected anywhere in my account. I have been through this process for months and cannot afford to repeat the full verification cycle with no guarantee the payment issue won't recur. Specific questions I need answered: Has my identity and organization verification data been preserved on Apple's side, even though the dashboard is showing a fresh enrollment state? Can a team member manually restore my enrollment to the payment stage, or push a payment link directly to my account? If I re-enroll through the app, will I be required to go through full verification again? Case Number: 102906846660 I would greatly appreciate if a moderator or Apple Developer team member could look into this. Thank you.
2
0
107
1w
PacketLogger not logging packets
Currently running PacketLogger 15.4 with Sonoma 14.6.1 on a 2020 M1 Macbook Pro and am trying to log packets for a custom bluetooth device I have designed. I have used packetlogger in the past for the same device on this same laptop and had no issues seeing all advertised bluetooth packets from what seemed like every device in the office. It has been a few months and certainly a couple of OS updates but Packetlogger does not seem to log any packets at all anymore. I have made sure to clear all filters and to ensure I get all forms of bluetooth traffic. I have reinstalled the xcode developer tools as well and this has made no difference. I can clearly see the bluetooth advertising packets from my device using a ble scanner on my phone. Even trying to connect my phone over bluetooth to my laptop does not result in any logs. I am happy to provide more information as well as screenshots if need be. Thank You!
3
4
988
1w
Organization enrollment processing 21+ days — verification calls auto-silenced as spam
Hello Apple Developer Support, I'm requesting help with an organization enrollment that has been stuck on "Your enrollment is being processed" for 21 days. Enrollment details: Enrollment ID: X899L9L2X8 Entity type: Company / Organization Legal entity name: ELEVEN SOLUCOES EM NEGOCIOS E TECNOLOGIA LTDA Region: Brazil D-U-N-S number: active and on file Apple ID: two-factor authentication enabled Contact email: business-domain email Timeline: May 25, 2026: Submitted organization enrollment and completed all required steps Since then: status unchanged at "Your enrollment is being processed," with no follow-up email, no document request, and no access to App Store Connect Likely root cause — verification calls silenced as spam: Over the past weeks I received several calls from unknown international numbers that my iPhone automatically silenced as spam. I did not realize at the time that these may have been Apple's organization verification calls. I have now disabled "Silence Unknown Callers" and I am fully available to take a verification call at +55 61 98342-7877, including outside Brazilian business hours if needed. What I've already done: Confirmed the legal name, address, and phone number in my enrollment match my D-U-N-S record exactly Verified 2FA is enabled and that the payment used the same Apple ID Checked spam/junk folders for any verification email — none received Submitted a support request via the contact page Request: Could the Membership & Enrollment team please review enrollment X899L9L2X8 and either re-attempt the verification call now that my phone is reachable, or let me know exactly what is still pending? I'm happy to provide any additional documentation immediately. Thank you very much for your help.
1
0
99
1w
Apple Developer Program Enrollment Status Inquiry
Hello Apple Developer Support, I purchased the Apple Developer Program membership (USD 99) on 17 June and received an acknowledgement email stating that the enrollment would be processed within two business days. However, as of today, 20 June, I have not received any further update, and my account status is still showing as "Pending." In addition, when I log in, I see the following message: "Purchase your membership. To continue your enrollment, complete your purchase now. Your purchase may take up to 48 hours to process." As the purchase option was still available, I clicked it and completed the purchase process a second time. Could you please advise: Will I be charged twice for the membership? What is the current status of my enrollment? When can I expect the enrollment process to be completed? Is there any issue with my verification, and why is the process taking longer than expected? I am new to the Apple Developer Program and would appreciate your guidance. Thank you for your assistance, and I look forward to your reply. Best regards, Lynn
0
0
27
1w
My account holder access is blocked
The Account Holder is no longer able to log into apple (regardless of web-based or device based attempts). The membership will expire soon without access to the account holder. Both workflows "iforgot.apple.com" and "iforgot.apple.com/unlock" did not lead to an answer email within several days. I tried several times. So we are almost out of store without any option. Hotline did not show other options. Any ideas?
4
3
762
1w
Title: Paid $99 Developer Subscription via iOS App, but Portal shows "Become a member" & App Store Connect is Blank (Error 2002)
Hi everyone, I am stuck in a serious account provisioning/sync loop and need some advice or visibility from Apple moderators. The Issue: I purchased and completed the $99 Apple Developer Program subscription directly through the official Apple Developer app on iOS. The charge is fully processed, and the subscription shows as active under my Apple ID subscriptions and bank account. However, when I log into developer.apple.com with the exact same Apple ID, the portal completely ignores my active membership and redirects me to the "Become a member / Start your enrollment" page. Because the web backend doesn't recognize my active subscription, App Store Connect loads a completely blank/white screen on web browsers, and the App Store Connect iOS app throws Error 2002 (Developer Account Required). What I've tried: Double-checked that I am logged into the exact same email/Apple ID across all platforms. Cleared all browser cache, cookies, and tried Incognito/Private mode on multiple browsers (Safari & Chrome) and different devices. Tried waiting out the 48-hour sync window, but the system is completely disconnected. It seems like a critical backend synchronization bug where the App Store subscription ledger failed to update my developer team portal profile status to Active. Has anyone found a way to trigger the sync manually, or do I have to wait for senior developer relations support to do a manual override? Any help or advice would be greatly appreciated. its been 4 days ago and nothing
0
0
103
1w
Unable to Purchase Apple Developer Program in India — Enrollment ID 5H92LL632C
Hi everyone, I’ve been trying to complete my Apple Developer Program enrollment for my company HyperscaleX Labs Private Limited (India) for some time now and I’m completely stuck at the payment step. Every time I attempt to pay the ₹8,700/year subscription fee, I get the error: “Unable to Purchase — This item is currently not available in your country/region.” My enrollment ID is: 5H92LL632C What I have already tried: • Multiple credit cards (Visa and Mastercard) with international transactions enabled • Enrollment via iPhone App Store and Safari on Mac • Clearing cookies and cache • Contacting Apple customer support via phone and chat — they were unable to resolve it • Tried the developer contact form The enrollment ID already exists in Apple’s system, which suggests the issue is not with the enrollment form itself but with the payment processing step specifically. This seems to be a known issue for Indian developers based on threads I’ve seen, but I haven’t found a working resolution yet. Has anyone in India recently faced and resolved this? If any Apple engineers are reading this — could you please look into enrollment ID 5H92LL632C and help us complete the payment or provide an alternative payment method? Happy to provide any additional company verification documents if needed. Thank you.
0
0
27
1w
Build
I don’t have a plus sign next to build in my app developer account page, so I can’t upload my app or send it in for review… anyone have this happen to them? Any solutions besides wait for them to fix it internally?
0
0
43
1w
Apple Developer Program enrollment still pending 10 days after payment
Hello, I enrolled in the Apple Developer Program as an individual on June 8, 2026. The USD 99 payment was successfully charged to my credit card, and I received an Apple invoice receipt. However, my Apple Developer account is still showing “Pending” and continues to display the “Purchase your membership” / “Complete your purchase” message, as if the payment had not been applied. I have not received a membership confirmation email, any request for additional documents, or any identity verification instructions. I already contacted Apple Developer Support but have not received a response yet. I have not attempted to purchase the membership again because I want to avoid a duplicate charge. Could an Apple representative please advise whether the payment needs to be manually linked to my enrollment, or whether there is any additional verification required? I can provide my Enrollment ID, order details, and invoice information privately through the official support channel if needed. Thank you.
2
0
125
1w
Apple Watch does not appear in Xcode 27 Beta and Developer Mode option is missing despite paired iPhone on iOS 27
Environment: MacBook Air M4 macOS 27 Golden Gate Beta Xcode 27 Beta iPhone running iOS 27 Beta Apple Watch paired to the iPhone Steps to Reproduce: Install macOS 27 Beta and Xcode 27 Beta. Pair an Apple Watch with an iPhone running iOS 27 Beta. Enable Developer Mode on the iPhone. Connect the iPhone to the Mac and launch Xcode. Open Window → Devices and Simulators. Attempt to locate the paired Apple Watch or enable Developer Mode on the watch. Expected Result: The paired Apple Watch appears in Xcode for development purposes. A Developer Mode option is available on the Apple Watch. Xcode is able to recognize and communicate with the watch through the paired iPhone. Actual Result: The Apple Watch does not appear in Xcode. No Developer Mode option is visible on the watch. The iPhone is successfully paired and running iOS 27 Beta, but the watch remains unavailable for development workflows. Additional Notes: The iPhone and Apple Watch are already paired and functioning normally. Developer Mode is enabled on the iPhone. Restarting devices and reconnecting the iPhone did not resolve the issue. Unsure whether this is a limitation of the current beta builds or a regression in Xcode/watchOS development tooling.
Replies
1
Boosts
2
Views
318
Activity
1w
DProvenanceKit: Reasoning observability for AI systems in Swift
Hi everyone, I've been working on a problem that I think many of us building AI in Swift are facing: how do you debug why an AI agent behaves differently between runs? Traditional logging tells you what happened. But when a model skips a step, changes its reasoning order, or produces a different output with identical input — you're left staring at walls of logs with no clear answer to why. I've released DProvenanceKit — a reasoning observability framework for Swift that lets you: Record every reasoning step an agent takes (non-blocking, async-safe) Query for reasoning patterns ("find runs where X happened but Y didn't") Diff two executions to see structural differences Detect regressions automatically with rule-based validation Think of it as Git for AI logic. Example: Swift // Record an execution try await DProvenanceKit.run(contextID: "case-123", store: store) { DProvenanceKit.record(.documentEvaluated(documentID: "DocA", score: 0.95)) DProvenanceKit.record(.conflictDetected(reason: "timeline_inconsistency")) DProvenanceKit.record(.finalDecisionMade(approved: false)) } // Query for suspicious patterns let suspiciousRuns = try await store.queryRuns( TraceQueryDSL() .requiring(step: "conflictDetected") .missing(step: "documentEvaluated") // Find runs where conflict was reported but no docs evaluated ) // Diff two runs let diff = engine.diff(base: runA, comparison: runB) print(diff.changes) // See exactly which steps appeared, disappeared, or moved The design: Built specifically for on-device AI (macOS/iOS) with Apple Foundation Models, MLX, or Core ML Non-blocking recording (touches only in-memory buffer) Durable, crash-safe persistence with SQLite WAL Works with async/await context propagation Status: Experimental (core engine complete, actively evolving). Free for development/testing under BSL 1.1. GitHub: https://github.com/Therealdk8890/DProvenanceKit I'm curious if this resonates with anyone here building AI in Swift. What debugging/observability challenges are you facing with AI systems?
Replies
0
Boosts
0
Views
90
Activity
1w
Unable to Purchase Apple Developer Program Membership - India Region
Hello, I am trying to enroll in the Apple Developer Program as an Individual developer from India. My enrollment status shows: OM (Pending) When I try to complete the membership purchase, I receive the following errors: "Your Purchase Could Not Be Completed" "Unable to Purchase. This item is currently not available in your country/region." Details: Country/Region: India The payment is not being charged, and the enrollment remains in Pending status. Has anyone experienced this issue recently, and what steps were required to resolve it? Thank you.
Replies
3
Boosts
3
Views
230
Activity
1w
Xcode 27 - "Clear Recent" options is missing from run destinations
Overview On Xcode 27, when trying to run on a specific destination, the option to “Clear Recent” is missing. This was available in Xcode 26. Manage Devices option exists, but this is to permanently add / remove destinations, this is different from “Clear Recent”. Please bring back “Clear Recent” (from Xcode 26 to Xcode 27) option to Xcode as it is very useful Environment: macOS 26.5.1 (25F80) Xcode 27.0 beta (27A5194q) Feedback FB23055381
Replies
3
Boosts
0
Views
160
Activity
1w
Xcode 27: Bugs / Feedbacks
Hi, I have listed below the Feedbacks for Xcode 27, please have a look at it, considerable time was spent on filing these feedbacks, thanks! Environments All of them were tested on the environment: macOS 26.5.1 (25F80) Xcode 27.0 beta (27A5194q) Feedbacks FB23133706 (Git stage tab) FB23132869 (markdown - code block) FB23132403 (markdown - search) FB23078039 (stash - slow / unresponsive) FB23077930 (stash - allow multiselection) FB23055381 (Run destination - Clear recents) FB23041713 (SwiftUI preview - SwiftData) FB23033844 (Bundle ID) FB23033231 (Device Hub - sizes)
Replies
9
Boosts
1
Views
449
Activity
1w
[Feature request] Xcode 27 Easier Previewing while using coding agent
Filed a feature request in feedback assistant, but starting a discussion here as well since I'm probably not the only one. The issue I have is that coding assistant and previews seem to be mutually exclusive. That means that when I'm iterating on UI, I either have to rely on the coding assistant showing me preview screenshots (cannot interact), firing up Device Hub (have to manually kick off a build after each change) or manually opening the associated preview (requires a lot of hoping back and forth). This feels inefficient and means I have to hop around and manage my windows and tabs more. A slight work around is to open a split view with the file and preview there. This layout is inefficient and clunky. I would love if Xcode supported a pinned preview next to coding assistant (or automatically showed the relevant one). I imagine this working just like showing a preview next to a file cmd + opt + return hides/shows the preview. FB23219611
Replies
3
Boosts
0
Views
257
Activity
1w
Membership migration stuck in “Processing” – individual-to-org, benefits disabled, no update
Subject: Membership migration stuck in "Processing" for 3+ weeks -- individual-to-org, benefits disabled Posting here after email support went unanswered, hoping a staff member can review directly. Details: Type: Membership migration from individual to organization Organization: Vinculum Ventures, Inc. (Delaware C Corp) Enrollment ID: C8T535M6HC In processing: 3+ weeks D-U-N-S: active, verified against Apple's D-U-N-S Lookup Tool -- legal name (Vinculum Ventures, Inc.), address, and phone match exactly Account holder: listed with signing authority on the company record Apple ID: 2FA enabled, work email on a custom business domain Status has remained on "We're processing your membership migration" for over three weeks with membership benefits disabled the entire time -- no App Store Connect access, no follow-up emails, no requests for additional documentation, no explanation. I've also submitted a support request through the Developer contact page with no response. The disabled benefits are blocking active business commitments. Could an Apple team member please review the migration and advise on what's outstanding? Happy to provide any documentation needed. Thank you.
Replies
3
Boosts
0
Views
169
Activity
1w
Direct Download iOS 17
Hi I have a problem downloading the iOS simulator, I have a slow internet connection. Is there some way I can get a direct download link to the 7GB DMG image. To donload on a local nearby server? Please Help
Replies
1
Boosts
0
Views
629
Activity
1w
Paid renewal not activated — membership shows a renewal date in the past (Org, Team ID UQK3368F79)
Hi everyone and @Apple Developer Support, I'm hoping someone from Apple can help escalate this, as first-level support has not been able to resolve it for over 10 days. I renewed my Apple Developer Program membership (Organization) and paid in full by card on 10 June 2026. The payment was completed and I have the official Apple invoices. However, my membership was never properly activated. The clearest sign something is wrong: my account now shows a Renewal date of January 11, 2026 — a date that is already in the past — even though I paid on 10 June 2026. My previous membership had expired on January 10, 2025. It looks like my payment was applied to the old, already-lapsed period instead of starting a new term. Since I paid on 10 June 2026, my membership should be active from 10 June 2026 to 10 June 2027. On a phone call on 15 June 2026, Apple confirmed the payment was received but had not been correctly linked to my account, and that they could not fix it on the call. My emails (cases 102912847689 and 102917255312) have gone unanswered beyond automated replies. What I have verified: Two-factor authentication is enabled The payment was made for and invoiced to my Developer account / company I have not made any duplicate payments (and I will not pay twice) Details: Program: Apple Developer Program (Organization) Team ID: UQK3368F79 Web Order: W1785567985 / Apple order AEY1626756 Invoice: BB84180706 (09.06.2026) Region: Hungary Could someone from the Apple team please review and manually link web order W1785567985 to my account and activate the membership for the correct term (10 June 2026 – 10 June 2027)? If you're experiencing the same issue, please Boost this post and share your case below — support seems to be more active here in the forums. Thank you!
Replies
0
Boosts
0
Views
108
Activity
1w
: Individual enrollment stuck on "Pending" for 2+ weeks after successful payment — requesting manual review
Hello, I'm an individual developera. My enrollment has been stuck in "Pending" for over one week and I'd be grateful for help. Timeline Enrolled in first in 05.06. After several emails with no reply and no ivoice I withdrawn my enrollement. Enrolled in the Apple Developer Program (individual) on 15.06 again Payment was charged successfully and I received the official invoice from Apple on 17.06. Since then the account has stayed in "Pending." The symptom My account still shows "Purchase your membership / Complete your purchase." When I open the Apple Developer app it says "Enrollment through the Apple Developer app is not available for this Apple Account" and sends me to the website, which then asks me to pay again. I have deliberately not paid a second time, to avoid creating duplicate charges. This looks like a backend synchronization issue: the payment is recorded on Apple's side and the invoice was issued, but it was never linked to my enrollment. I have already opened a support case and followed up several times, but have not received a substantive response. Erollment ID: 55R7MCH5YH
Replies
0
Boosts
0
Views
105
Activity
1w
Organization Enrollment Reset After Payment Failure — All Verification Progress Lost (Case: 102906846660)
Hello, I am seeking urgent assistance and hoping Apple Developer staff can review my case directly. I enrolled in the Apple Developer Program as an organization. The process involved extensive identity and organization verification that took over a month to complete, including multiple rounds of follow-up. Once verification was approved, I proceeded to the payment stage and initiated payment through the web dashboard. After several weeks, I was informed by support (Case: 102906846660) that the payment could not be processed and was asked to resubmit enrollment via the Apple Developer app. When I opened the Apple Developer app, my enrollment progress was gone entirely — the app is prompting me to start a new enrollment from scratch. I checked the web dashboard and it shows the same thing. All identity and organization verification that was completed and approved is no longer reflected anywhere in my account. I have been through this process for months and cannot afford to repeat the full verification cycle with no guarantee the payment issue won't recur. Specific questions I need answered: Has my identity and organization verification data been preserved on Apple's side, even though the dashboard is showing a fresh enrollment state? Can a team member manually restore my enrollment to the payment stage, or push a payment link directly to my account? If I re-enroll through the app, will I be required to go through full verification again? Case Number: 102906846660 I would greatly appreciate if a moderator or Apple Developer team member could look into this. Thank you.
Replies
2
Boosts
0
Views
107
Activity
1w
PacketLogger not logging packets
Currently running PacketLogger 15.4 with Sonoma 14.6.1 on a 2020 M1 Macbook Pro and am trying to log packets for a custom bluetooth device I have designed. I have used packetlogger in the past for the same device on this same laptop and had no issues seeing all advertised bluetooth packets from what seemed like every device in the office. It has been a few months and certainly a couple of OS updates but Packetlogger does not seem to log any packets at all anymore. I have made sure to clear all filters and to ensure I get all forms of bluetooth traffic. I have reinstalled the xcode developer tools as well and this has made no difference. I can clearly see the bluetooth advertising packets from my device using a ble scanner on my phone. Even trying to connect my phone over bluetooth to my laptop does not result in any logs. I am happy to provide more information as well as screenshots if need be. Thank You!
Replies
3
Boosts
4
Views
988
Activity
1w
Organization enrollment processing 21+ days — verification calls auto-silenced as spam
Hello Apple Developer Support, I'm requesting help with an organization enrollment that has been stuck on "Your enrollment is being processed" for 21 days. Enrollment details: Enrollment ID: X899L9L2X8 Entity type: Company / Organization Legal entity name: ELEVEN SOLUCOES EM NEGOCIOS E TECNOLOGIA LTDA Region: Brazil D-U-N-S number: active and on file Apple ID: two-factor authentication enabled Contact email: business-domain email Timeline: May 25, 2026: Submitted organization enrollment and completed all required steps Since then: status unchanged at "Your enrollment is being processed," with no follow-up email, no document request, and no access to App Store Connect Likely root cause — verification calls silenced as spam: Over the past weeks I received several calls from unknown international numbers that my iPhone automatically silenced as spam. I did not realize at the time that these may have been Apple's organization verification calls. I have now disabled "Silence Unknown Callers" and I am fully available to take a verification call at +55 61 98342-7877, including outside Brazilian business hours if needed. What I've already done: Confirmed the legal name, address, and phone number in my enrollment match my D-U-N-S record exactly Verified 2FA is enabled and that the payment used the same Apple ID Checked spam/junk folders for any verification email — none received Submitted a support request via the contact page Request: Could the Membership & Enrollment team please review enrollment X899L9L2X8 and either re-attempt the verification call now that my phone is reachable, or let me know exactly what is still pending? I'm happy to provide any additional documentation immediately. Thank you very much for your help.
Replies
1
Boosts
0
Views
99
Activity
1w
Apple Developer Program Enrollment Status Inquiry
Hello Apple Developer Support, I purchased the Apple Developer Program membership (USD 99) on 17 June and received an acknowledgement email stating that the enrollment would be processed within two business days. However, as of today, 20 June, I have not received any further update, and my account status is still showing as "Pending." In addition, when I log in, I see the following message: "Purchase your membership. To continue your enrollment, complete your purchase now. Your purchase may take up to 48 hours to process." As the purchase option was still available, I clicked it and completed the purchase process a second time. Could you please advise: Will I be charged twice for the membership? What is the current status of my enrollment? When can I expect the enrollment process to be completed? Is there any issue with my verification, and why is the process taking longer than expected? I am new to the Apple Developer Program and would appreciate your guidance. Thank you for your assistance, and I look forward to your reply. Best regards, Lynn
Replies
0
Boosts
0
Views
27
Activity
1w
My account holder access is blocked
The Account Holder is no longer able to log into apple (regardless of web-based or device based attempts). The membership will expire soon without access to the account holder. Both workflows "iforgot.apple.com" and "iforgot.apple.com/unlock" did not lead to an answer email within several days. I tried several times. So we are almost out of store without any option. Hotline did not show other options. Any ideas?
Replies
4
Boosts
3
Views
762
Activity
1w
Title: Paid $99 Developer Subscription via iOS App, but Portal shows "Become a member" & App Store Connect is Blank (Error 2002)
Hi everyone, I am stuck in a serious account provisioning/sync loop and need some advice or visibility from Apple moderators. The Issue: I purchased and completed the $99 Apple Developer Program subscription directly through the official Apple Developer app on iOS. The charge is fully processed, and the subscription shows as active under my Apple ID subscriptions and bank account. However, when I log into developer.apple.com with the exact same Apple ID, the portal completely ignores my active membership and redirects me to the "Become a member / Start your enrollment" page. Because the web backend doesn't recognize my active subscription, App Store Connect loads a completely blank/white screen on web browsers, and the App Store Connect iOS app throws Error 2002 (Developer Account Required). What I've tried: Double-checked that I am logged into the exact same email/Apple ID across all platforms. Cleared all browser cache, cookies, and tried Incognito/Private mode on multiple browsers (Safari & Chrome) and different devices. Tried waiting out the 48-hour sync window, but the system is completely disconnected. It seems like a critical backend synchronization bug where the App Store subscription ledger failed to update my developer team portal profile status to Active. Has anyone found a way to trigger the sync manually, or do I have to wait for senior developer relations support to do a manual override? Any help or advice would be greatly appreciated. its been 4 days ago and nothing
Replies
0
Boosts
0
Views
103
Activity
1w
I can't submit an application to register for an Apple developer account
Why can't I send a request? Help please
Replies
0
Boosts
0
Views
30
Activity
1w
Unable to Purchase Apple Developer Program in India — Enrollment ID 5H92LL632C
Hi everyone, I’ve been trying to complete my Apple Developer Program enrollment for my company HyperscaleX Labs Private Limited (India) for some time now and I’m completely stuck at the payment step. Every time I attempt to pay the ₹8,700/year subscription fee, I get the error: “Unable to Purchase — This item is currently not available in your country/region.” My enrollment ID is: 5H92LL632C What I have already tried: • Multiple credit cards (Visa and Mastercard) with international transactions enabled • Enrollment via iPhone App Store and Safari on Mac • Clearing cookies and cache • Contacting Apple customer support via phone and chat — they were unable to resolve it • Tried the developer contact form The enrollment ID already exists in Apple’s system, which suggests the issue is not with the enrollment form itself but with the payment processing step specifically. This seems to be a known issue for Indian developers based on threads I’ve seen, but I haven’t found a working resolution yet. Has anyone in India recently faced and resolved this? If any Apple engineers are reading this — could you please look into enrollment ID 5H92LL632C and help us complete the payment or provide an alternative payment method? Happy to provide any additional company verification documents if needed. Thank you.
Replies
0
Boosts
0
Views
27
Activity
1w
Build
I don’t have a plus sign next to build in my app developer account page, so I can’t upload my app or send it in for review… anyone have this happen to them? Any solutions besides wait for them to fix it internally?
Replies
0
Boosts
0
Views
43
Activity
1w
Apple Developer Program enrollment still pending 10 days after payment
Hello, I enrolled in the Apple Developer Program as an individual on June 8, 2026. The USD 99 payment was successfully charged to my credit card, and I received an Apple invoice receipt. However, my Apple Developer account is still showing “Pending” and continues to display the “Purchase your membership” / “Complete your purchase” message, as if the payment had not been applied. I have not received a membership confirmation email, any request for additional documents, or any identity verification instructions. I already contacted Apple Developer Support but have not received a response yet. I have not attempted to purchase the membership again because I want to avoid a duplicate charge. Could an Apple representative please advise whether the payment needs to be manually linked to my enrollment, or whether there is any additional verification required? I can provide my Enrollment ID, order details, and invoice information privately through the official support channel if needed. Thank you.
Replies
2
Boosts
0
Views
125
Activity
1w