Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Activity

Enrollmetn status - Your Account is in Review
I am trying to unroll in 'Apple Developer Program' as an 'Individual'. It went for review. I have shared the requested document. It has been more than 20 days. however, it still says 'Your Account is in review' status. Support Team responds to email after 5 to 6 days with a Template email stating Your account is in review with Operations Teams. I tried reaching over the call but the call remains in the queue forever. Can someone guide me how can I get my review completed?
1
0
37
5d
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.
1
0
38
5d
NFC & SE Platform request requirements
Goodmorning, I want to request NFC & SE Platform functionality but the following link does not seem to work for me. https://developer.apple.com/contact/request/nfc-se-platform It displays the following message: You must be the Account Holder of an Apple Developer Program for Organizations or an Apple Developer Enterprise Program to view this page. Visit account But in my membership details, I am the account holder as seen in the image below. Does someone know how this might happen?
1
0
73
5d
Enrollment stuck on "Pending" for 4 days after payment — requesting manual review
Hello, My Apple Developer Program enrollment has been stuck on "Pending" for 4 days. The payment was completed successfully and I received the receipt, but my membership has not been activated and the status has not changed. I have not received any email requesting additional documents or identity verification, and no phone support option is available to me. I have already waited well beyond the stated processing time. Could someone from Apple please escalate this to the Developer Program Enrollment team for a manual review and activation? Details: Enrollment / payment date: June 5, 2026 Order Number (Web Order Number): W1525141060 Enrollment type: Individual Region: Japan Case ID (if any): 102911454780 This is blocking my development. Any help would be greatly appreciated. Thank you.
1
0
78
5d
pple Developer Program Enrollment Could Not Be Completed At This Time
Hello, I am trying to enroll in the Apple Developer Program as an individual developer. During enrollment, I received the following message: “Your enrollment in the Apple Developer Program could not be completed at this time.” I have already contacted Apple Developer Support and a case has been opened: Case ID: 102906135697 I have not received any additional information yet and I am wondering if anyone else has experienced this issue recently. How long did it take for your enrollment to be reviewed and resolved? Thank you.
1
0
38
5d
Power & Performance Group Lab Questions
Since my questions were never answer and no replies during the group lab, I'm posting them here: When does vapor chamber cooling activate on the new iPhone 17 Pro devices? Does the system handle the cooling in those scenarios, can developer activate it? Does volume level affect performance/battery? Can you discuss bluetooth connections to AirPods Pro 3/AirPods Pro Max and impact on battery? Is there an API to detect thermal changes and what are UI changes that can reduce thermal impact when app is in background and foreground? Whats the best way to profile Power usage and battery drain when an application is processing, working in background and multimodal? Thank you.
1
0
85
5d
Individual Developer Enrollment (UK): Held on hold for 4 hours on multiple callbacks, no response (Case ID: 102910351530)
Hi, Need some advice on a broken enrollment loop. I registered as an individual in the UK last week. Since enrollment, I have: Day 1: Received the "Your order is being processed" email Day 2: Received the "Review your Apple Developer Program enrollment" email requesting ID verification, and I uploaded my ID as soon as I got the email Day 4: Received an invoice number and "your order has been confirmed" from Apple However, as I log on to developer.apple.com, the website is still stuck saying "To continue your enrollment, complete your purchase now", despite Apple having successfully taken payment from my card and processed the enrollment. If I click it, it attempts to loop me back into a transaction I have already completed. I opened a ticket (Case ID: 102910351530), but got no email response. Attempting to use the phone callback system has been impossible. I have also tried requesting callbacks during their UK (and Ireland) business hours on working days. Every time the system dials my phone, I ended up being placed on hold with the music without anyone actually taking the call. There was once I've even had to endure 4 hours straight on the call before I eventually had to hang up. I completely understand that WWDC is around the corner and support queues are likely heavily backlogged, but the callback loop seems fundamentally broken. A few questions: Is anyone else registering as a developer in the UK / Ireland experiencing the same issue? Is there a path to escalate the issue to human support? Case ID: 102910351530 Any insight or guidance from fellow devs or Apple moderators would be incredibly appreciated. Thank you in advance!
3
1
131
5d
Been a month and still no response about our Developer Account
On my Apple Developer Account, all I see is "Your enrollment is being processed. Your enrollment ID is JYD86Q79DM." This has been ongoing for 4 weeks now. This is the first time I am enrolling to the program and need to know time it takes and if I am missing any steps? Please advise We are keen on uploading our app to the Apple Store but we need to begin testing asap and without the approval of our Dev account this is not possible. Is there any Apple verified team here to respond?
2
1
94
5d
Urgent: Apple Developer Organization Account Takeover – No Resolution After One Week
Case Number: 102905844463 I'm posting here in the hope that someone from Apple or the developer community can advise on the appropriate escalation path. Our Apple Developer Organization account appears to have been compromised approximately one week ago. The primary Apple ID associated with the account was info at tadarab.com. Prior to losing access, we received multiple unsolicited Apple verification code SMS messages. Shortly thereafter, Apple sent a security notification confirming that a new trusted phone number ending in **9794 had been added to the account. The original trusted phone number ending in **4346 was no longer being used for verification. Since then: We have completely lost access to the primary Apple ID. The original Apple ID is no longer recognized through Apple's account recovery process. Team members associated with the organization appear to have been removed. Developer certificates appear to have been removed. We can no longer access App Store Connect or the Apple Developer account. A support case was opened immediately after the incident. Unfortunately, after a week of communication, support has not yet addressed the reported account compromise and instead responded that they could not verify our association with the Developer Program membership—which is itself one of the consequences of the apparent takeover. My main concern is understanding how a trusted verification phone number could be changed and an entire Developer Organization account effectively taken over without the legitimate owner being able to prevent or recover from the change. Has anyone experienced a similar situation, and is there a recommended escalation path within Apple for Developer Organization account compromises? Any guidance would be greatly appreciated.
1
0
65
5d
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.
29
12
3.1k
5d
Unable to Submit Reinstatement Request After Account Termination
Hello, I am posting here because I no longer have access to the communication channels that were previously available to discuss my developer account with Apple. My appeal was denied, but Apple informed me that I could submit a reinstatement request after addressing the concerns that had been identified. Following that communication, I spent considerable time reviewing my applications, metadata, screenshots, codebase, user flows, and business practices. Although I do not believe my account was involved in dishonest or fraudulent activity, I nevertheless made extensive changes in an effort to address any potential concerns Apple may have had. The main difficulty is that the specific conduct that led to the termination decision was never clearly explained to me. Apple cited Section 3.2(f) and provided examples of prohibited behavior, but did not identify which specific action or activity was associated with my account. As a result, I was left attempting to correct every possible issue without understanding what the actual concern was. In addition, throughout my participation in the Apple Developer Program, I had never previously encountered a notice, suspension, or similar action of this nature. This made it even more difficult for me to understand what specific issue Apple believed had occurred and how best to address it. While I was still implementing changes and preparing what I believed would be a reinstatement submission, I received a termination notice. Since the termination, I have lost access to the Contact Us page and the communication channels that were previously available to me. I would therefore appreciate guidance from Apple or from developers who may have experienced a similar situation: How is a developer expected to submit a reinstatement request after termination if the Contact Us page is no longer accessible? Is there an alternative channel through which reinstatement requests can be submitted? Has anyone successfully submitted a reinstatement request after account termination and received a review? I am not asking Apple to reverse its decision through this forum. I am simply trying to understand how a developer is expected to submit a reinstatement request after termination when the previously available communication channels are no longer accessible. Thank you for your time.
1
0
65
5d
It's been a week since I paid and no progress update
I have the signed agreement, order ack, order processing, enrollment review, documents received and invoice emails from Apple on May 31 in the AM, and I was told they'd follow up within 2 business days. Asked to be called on Wed (after 72 hours of paying) – nothing. Submitted a support ticket via email on Thurs – nothing. At this point it's been a week. I have followed all of the steps timely, provided all of the information they requested and waited the SLAs they supposedly commit to. Apple has quickly and gladly taken my money without any delays, but I have yet to hear the slightest update on my order/account status. I understand there may be many cases to review, but then be transparent about your SLAs. Don't say it'll take 2 business days if it'll actually take more than a week. Or don't take my money until you're ready to deliver on the service I purchased. This is blocking me from making progress with my app and it's all been a very frustrating process. I'm already dreading the thought of how long it'll take when I submit my app to the App Store for review.
1
0
64
5d
Missing SwiftData symbols in Instruments
I’m profiling a SwiftData app in Instruments. Most frames are symbolicated correctly but SwiftData frames appear only as addresses. 0x21ff2abd4 SwiftData 0x21ffb06c8 SwiftData 0x21ffb3064 SwiftData while surrounding frames are symbolicated, for example: __CFRunLoopDoObservers CoreFoundation stepTransactionFlush AppKit Attribute.syncMainIfReferences<A>(do:) SwiftUICore Is this expected, or should SwiftData symbols normally be visible here?
2
0
59
5d
How can I reset or cancel an Apple Developer Program enrollment with an incorrect name?
Hello, I started an Apple Developer Program enrollment, but I accidentally entered the wrong name during the process. The enrollment was not completed yet. I would like to know what is the correct way to reset, cancel, or restart the enrollment so I can submit it again with my correct legal name. I already contacted Apple Developer Support, but I have not been able to resolve the issue yet. I would appreciate any guidance on the proper next step. Thank you.
3
0
182
5d
Accessing Siri AI on iOS 27 beta 1
Inquiring if there are any bugs in the wait list for obtaining access to Siri AI. Most developers I know have received access at this point, my devices are still waitlisted. Are their steps outside of region / language that can cause longer wait times for admittance and are there steps I should take to ensure their is not a hitch in the system, or is this truly a slow rollout and I will just be a week behind the curve in development ?
1
0
150
5d
No response from Apple Developer Support – how to proceed?
Hi everyone, I’m facing an issue with the App Store review / support process and would really appreciate some guidance from others who may have experienced something similar. I have contacted Apple Developer Support multiple times regarding my app, but unfortunately I have not received any meaningful response so far. At this point, I am unsure how to move forward or how to get proper feedback to resolve the issue. The lack of response is making it difficult to proceed with my app submission and address any potential problems on Apple’s side. Has anyone encountered a similar situation? How did you successfully escalate the issue? Is there a specific way to get a response from the review team or developer support? Any advice on how to move forward would be highly appreciated. Thank you in advance!
0
0
47
5d
ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING - TestFlight Submission Failing
Hello, I am currently unable to submit builds for TestFlight testing. Whenever I attempt to process a build, I receive the following error: ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING "Beta contract is missing for the app." I have verified my account details and compliance to ensure everything is correct on my end: I am the Account Holder. My Free Apps and Paid Apps agreements are both marked as Active in App Store Connect. All App Privacy, Age Rating, and Export Compliance forms are completed. I reached out to Apple Support via email a few days ago but have not yet received a response. My Support Case ID is: 102910951543. Because there are no pending agreements on my end, it appears the TestFlight Beta contract has become detached on Apple's backend. Could a DTS engineer or support representative please manually re-provision the beta contract for my account? Thank you for your time and assistance.
0
0
35
5d
Xcode doesn't recognize Icon Composer file
I'm in Xcode 27 beta, with Icon Composer 2. When I try to run my app, I see this error: /Users/barnabeskordas/Downloads/Projects/PocketGoals/AppIcon.icon: Exception while running actool: *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[0] I tried to remove the icon file and add it back freshly clear derived data quit and reopen xcode restart my mac None of them worked, what should I do?
2
0
64
5d
Enrollmetn status - Your Account is in Review
I am trying to unroll in 'Apple Developer Program' as an 'Individual'. It went for review. I have shared the requested document. It has been more than 20 days. however, it still says 'Your Account is in review' status. Support Team responds to email after 5 to 6 days with a Template email stating Your account is in review with Operations Teams. I tried reaching over the call but the call remains in the queue forever. Can someone guide me how can I get my review completed?
Replies
1
Boosts
0
Views
37
Activity
5d
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
1
Boosts
0
Views
38
Activity
5d
NFC & SE Platform request requirements
Goodmorning, I want to request NFC & SE Platform functionality but the following link does not seem to work for me. https://developer.apple.com/contact/request/nfc-se-platform It displays the following message: You must be the Account Holder of an Apple Developer Program for Organizations or an Apple Developer Enterprise Program to view this page. Visit account But in my membership details, I am the account holder as seen in the image below. Does someone know how this might happen?
Replies
1
Boosts
0
Views
73
Activity
5d
Coding intelligence support GPT 5.5
How to select GPT-5.5 in Chat? In Xcode 27 beta under Codex Settings I see GPT 5.5. But in "New Conversation" -> Chat / OpenAI there's only the old GPT 5 and 4.1!?
Replies
0
Boosts
0
Views
22
Activity
5d
How to complete the payment for developer program?
I generated a payment mandate but cancelled it, and now I am trying to make a payment from the last 3 days. This is saying contact support. It's been 3 days since raising these concerns to developer support. Can someone please help me with this?
Replies
1
Boosts
0
Views
40
Activity
5d
Enrollment stuck on "Pending" for 4 days after payment — requesting manual review
Hello, My Apple Developer Program enrollment has been stuck on "Pending" for 4 days. The payment was completed successfully and I received the receipt, but my membership has not been activated and the status has not changed. I have not received any email requesting additional documents or identity verification, and no phone support option is available to me. I have already waited well beyond the stated processing time. Could someone from Apple please escalate this to the Developer Program Enrollment team for a manual review and activation? Details: Enrollment / payment date: June 5, 2026 Order Number (Web Order Number): W1525141060 Enrollment type: Individual Region: Japan Case ID (if any): 102911454780 This is blocking my development. Any help would be greatly appreciated. Thank you.
Replies
1
Boosts
0
Views
78
Activity
5d
pple Developer Program Enrollment Could Not Be Completed At This Time
Hello, I am trying to enroll in the Apple Developer Program as an individual developer. During enrollment, I received the following message: “Your enrollment in the Apple Developer Program could not be completed at this time.” I have already contacted Apple Developer Support and a case has been opened: Case ID: 102906135697 I have not received any additional information yet and I am wondering if anyone else has experienced this issue recently. How long did it take for your enrollment to be reviewed and resolved? Thank you.
Replies
1
Boosts
0
Views
38
Activity
5d
Power & Performance Group Lab Questions
Since my questions were never answer and no replies during the group lab, I'm posting them here: When does vapor chamber cooling activate on the new iPhone 17 Pro devices? Does the system handle the cooling in those scenarios, can developer activate it? Does volume level affect performance/battery? Can you discuss bluetooth connections to AirPods Pro 3/AirPods Pro Max and impact on battery? Is there an API to detect thermal changes and what are UI changes that can reduce thermal impact when app is in background and foreground? Whats the best way to profile Power usage and battery drain when an application is processing, working in background and multimodal? Thank you.
Replies
1
Boosts
0
Views
85
Activity
5d
Individual Developer Enrollment (UK): Held on hold for 4 hours on multiple callbacks, no response (Case ID: 102910351530)
Hi, Need some advice on a broken enrollment loop. I registered as an individual in the UK last week. Since enrollment, I have: Day 1: Received the "Your order is being processed" email Day 2: Received the "Review your Apple Developer Program enrollment" email requesting ID verification, and I uploaded my ID as soon as I got the email Day 4: Received an invoice number and "your order has been confirmed" from Apple However, as I log on to developer.apple.com, the website is still stuck saying "To continue your enrollment, complete your purchase now", despite Apple having successfully taken payment from my card and processed the enrollment. If I click it, it attempts to loop me back into a transaction I have already completed. I opened a ticket (Case ID: 102910351530), but got no email response. Attempting to use the phone callback system has been impossible. I have also tried requesting callbacks during their UK (and Ireland) business hours on working days. Every time the system dials my phone, I ended up being placed on hold with the music without anyone actually taking the call. There was once I've even had to endure 4 hours straight on the call before I eventually had to hang up. I completely understand that WWDC is around the corner and support queues are likely heavily backlogged, but the callback loop seems fundamentally broken. A few questions: Is anyone else registering as a developer in the UK / Ireland experiencing the same issue? Is there a path to escalate the issue to human support? Case ID: 102910351530 Any insight or guidance from fellow devs or Apple moderators would be incredibly appreciated. Thank you in advance!
Replies
3
Boosts
1
Views
131
Activity
5d
Been a month and still no response about our Developer Account
On my Apple Developer Account, all I see is "Your enrollment is being processed. Your enrollment ID is JYD86Q79DM." This has been ongoing for 4 weeks now. This is the first time I am enrolling to the program and need to know time it takes and if I am missing any steps? Please advise We are keen on uploading our app to the Apple Store but we need to begin testing asap and without the approval of our Dev account this is not possible. Is there any Apple verified team here to respond?
Replies
2
Boosts
1
Views
94
Activity
5d
Urgent: Apple Developer Organization Account Takeover – No Resolution After One Week
Case Number: 102905844463 I'm posting here in the hope that someone from Apple or the developer community can advise on the appropriate escalation path. Our Apple Developer Organization account appears to have been compromised approximately one week ago. The primary Apple ID associated with the account was info at tadarab.com. Prior to losing access, we received multiple unsolicited Apple verification code SMS messages. Shortly thereafter, Apple sent a security notification confirming that a new trusted phone number ending in **9794 had been added to the account. The original trusted phone number ending in **4346 was no longer being used for verification. Since then: We have completely lost access to the primary Apple ID. The original Apple ID is no longer recognized through Apple's account recovery process. Team members associated with the organization appear to have been removed. Developer certificates appear to have been removed. We can no longer access App Store Connect or the Apple Developer account. A support case was opened immediately after the incident. Unfortunately, after a week of communication, support has not yet addressed the reported account compromise and instead responded that they could not verify our association with the Developer Program membership—which is itself one of the consequences of the apparent takeover. My main concern is understanding how a trusted verification phone number could be changed and an entire Developer Organization account effectively taken over without the legitimate owner being able to prevent or recover from the change. Has anyone experienced a similar situation, and is there a recommended escalation path within Apple for Developer Organization account compromises? Any guidance would be greatly appreciated.
Replies
1
Boosts
0
Views
65
Activity
5d
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
29
Boosts
12
Views
3.1k
Activity
5d
Unable to Submit Reinstatement Request After Account Termination
Hello, I am posting here because I no longer have access to the communication channels that were previously available to discuss my developer account with Apple. My appeal was denied, but Apple informed me that I could submit a reinstatement request after addressing the concerns that had been identified. Following that communication, I spent considerable time reviewing my applications, metadata, screenshots, codebase, user flows, and business practices. Although I do not believe my account was involved in dishonest or fraudulent activity, I nevertheless made extensive changes in an effort to address any potential concerns Apple may have had. The main difficulty is that the specific conduct that led to the termination decision was never clearly explained to me. Apple cited Section 3.2(f) and provided examples of prohibited behavior, but did not identify which specific action or activity was associated with my account. As a result, I was left attempting to correct every possible issue without understanding what the actual concern was. In addition, throughout my participation in the Apple Developer Program, I had never previously encountered a notice, suspension, or similar action of this nature. This made it even more difficult for me to understand what specific issue Apple believed had occurred and how best to address it. While I was still implementing changes and preparing what I believed would be a reinstatement submission, I received a termination notice. Since the termination, I have lost access to the Contact Us page and the communication channels that were previously available to me. I would therefore appreciate guidance from Apple or from developers who may have experienced a similar situation: How is a developer expected to submit a reinstatement request after termination if the Contact Us page is no longer accessible? Is there an alternative channel through which reinstatement requests can be submitted? Has anyone successfully submitted a reinstatement request after account termination and received a review? I am not asking Apple to reverse its decision through this forum. I am simply trying to understand how a developer is expected to submit a reinstatement request after termination when the previously available communication channels are no longer accessible. Thank you for your time.
Replies
1
Boosts
0
Views
65
Activity
5d
It's been a week since I paid and no progress update
I have the signed agreement, order ack, order processing, enrollment review, documents received and invoice emails from Apple on May 31 in the AM, and I was told they'd follow up within 2 business days. Asked to be called on Wed (after 72 hours of paying) – nothing. Submitted a support ticket via email on Thurs – nothing. At this point it's been a week. I have followed all of the steps timely, provided all of the information they requested and waited the SLAs they supposedly commit to. Apple has quickly and gladly taken my money without any delays, but I have yet to hear the slightest update on my order/account status. I understand there may be many cases to review, but then be transparent about your SLAs. Don't say it'll take 2 business days if it'll actually take more than a week. Or don't take my money until you're ready to deliver on the service I purchased. This is blocking me from making progress with my app and it's all been a very frustrating process. I'm already dreading the thought of how long it'll take when I submit my app to the App Store for review.
Replies
1
Boosts
0
Views
64
Activity
5d
Missing SwiftData symbols in Instruments
I’m profiling a SwiftData app in Instruments. Most frames are symbolicated correctly but SwiftData frames appear only as addresses. 0x21ff2abd4 SwiftData 0x21ffb06c8 SwiftData 0x21ffb3064 SwiftData while surrounding frames are symbolicated, for example: __CFRunLoopDoObservers CoreFoundation stepTransactionFlush AppKit Attribute.syncMainIfReferences<A>(do:) SwiftUICore Is this expected, or should SwiftData symbols normally be visible here?
Replies
2
Boosts
0
Views
59
Activity
5d
How can I reset or cancel an Apple Developer Program enrollment with an incorrect name?
Hello, I started an Apple Developer Program enrollment, but I accidentally entered the wrong name during the process. The enrollment was not completed yet. I would like to know what is the correct way to reset, cancel, or restart the enrollment so I can submit it again with my correct legal name. I already contacted Apple Developer Support, but I have not been able to resolve the issue yet. I would appreciate any guidance on the proper next step. Thank you.
Replies
3
Boosts
0
Views
182
Activity
5d
Accessing Siri AI on iOS 27 beta 1
Inquiring if there are any bugs in the wait list for obtaining access to Siri AI. Most developers I know have received access at this point, my devices are still waitlisted. Are their steps outside of region / language that can cause longer wait times for admittance and are there steps I should take to ensure their is not a hitch in the system, or is this truly a slow rollout and I will just be a week behind the curve in development ?
Replies
1
Boosts
0
Views
150
Activity
5d
No response from Apple Developer Support – how to proceed?
Hi everyone, I’m facing an issue with the App Store review / support process and would really appreciate some guidance from others who may have experienced something similar. I have contacted Apple Developer Support multiple times regarding my app, but unfortunately I have not received any meaningful response so far. At this point, I am unsure how to move forward or how to get proper feedback to resolve the issue. The lack of response is making it difficult to proceed with my app submission and address any potential problems on Apple’s side. Has anyone encountered a similar situation? How did you successfully escalate the issue? Is there a specific way to get a response from the review team or developer support? Any advice on how to move forward would be highly appreciated. Thank you in advance!
Replies
0
Boosts
0
Views
47
Activity
5d
ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING - TestFlight Submission Failing
Hello, I am currently unable to submit builds for TestFlight testing. Whenever I attempt to process a build, I receive the following error: ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING "Beta contract is missing for the app." I have verified my account details and compliance to ensure everything is correct on my end: I am the Account Holder. My Free Apps and Paid Apps agreements are both marked as Active in App Store Connect. All App Privacy, Age Rating, and Export Compliance forms are completed. I reached out to Apple Support via email a few days ago but have not yet received a response. My Support Case ID is: 102910951543. Because there are no pending agreements on my end, it appears the TestFlight Beta contract has become detached on Apple's backend. Could a DTS engineer or support representative please manually re-provision the beta contract for my account? Thank you for your time and assistance.
Replies
0
Boosts
0
Views
35
Activity
5d
Xcode doesn't recognize Icon Composer file
I'm in Xcode 27 beta, with Icon Composer 2. When I try to run my app, I see this error: /Users/barnabeskordas/Downloads/Projects/PocketGoals/AppIcon.icon: Exception while running actool: *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[0] I tried to remove the icon file and add it back freshly clear derived data quit and reopen xcode restart my mac None of them worked, what should I do?
Replies
2
Boosts
0
Views
64
Activity
5d