Search results for

“We are unable to process your request”

73,585 results found

Post

Replies

Boosts

Views

Activity

App stuck in “Waiting for Review” for 7+ days, no response from support
Hi everyone, I submitted my iOS app for review on Thursday, March 12th, and it has been stuck in Waiting for Review for over 7 days with no progress. App ID: 458288241 Submission ID: 414b4291-d78e-4394-9ee6-685bc21bf4d2 I have already contacted Apple Developer Support (Case ID: 102847389838) and submitted an Expedited Review request 2 days ago, but the status has not changed and I haven't received any response so far. At this point, I'm concerned that the submission might be stuck or not being processed correctly. This version includes a critical update to a key feature of our app, and the delay is significantly impacting user experience and our revenue. Has anyone experienced a similar situation recently where the app remained in Waiting for Review for this long? Is there any additional step I should take to get this reviewed or escalated? Any guidance would be greatly appreciated. Thank you 🙏
1
0
75
1w
My investors are loosing their minds (Almost 5 months of reviews)
My investors are losing their minds. We’ve had our app available on Google since late December, but our experience with Apple has been a nightmare. First, despite paying the developer fee, nobody responds to emails or reaches out. The one time we got Apple on the phone, we spoke to someone who said she was in charge of the testing team reviewing our app. The call was frustrating—she didn’t seem familiar with basic app testing for a location-based product (for example, how to emulate a different location), and it left us feeling helpless. The technical ability of the testing process has been shocking. We spent a month just trying to get reviewers to understand the basic app concepts. Our app also isn’t available in the United States, which seemed to confuse the review team. We’ve been able to address feedback quickly—sometimes within an hour—yet here we are nearly five months later still stuck. Right now we are averaging about a week at best to two weeks. Our app works; we know this because it’s been
1
0
41
1w
Reply to Submission Rejected-5.1.1
If your app has been rejected and you need help resolving the issue, consider taking advantage of one of the following support options available from App Review: Reply to the message from App Review in App Store Connect and request clarification. Request a call with an Apple representative to discuss the outcome of the review. Submit an appeal to the App Review Board if you believe your app follows the App Review Guidelines. Visit the Contact Us page on Apple Developer and select the App Review tile to learn more.
1w
Stuck “Waiting for review” status
Hi! Our app(ID: 6754461151) has been stuck in Waiting for Review since March 3, 2026 - 17 days with no movement. This is our second consecutive submission with the same issue: Version 1.0.2: Submitted February 7, 2026. Waited 24 days with no review activity, no feedback, no communication. Were forced to withdraw it on March 3. Version 1.0.3: Submitted immediately after on March 3, 2026. Now at 17 days - same result. In total, our update has been blocked for 41 days across two submissions. Steps we've already taken: Submitted an Expedited Review Request 7 days ago - no response Contacted App Review Status support Verified App Review Information is complete: demo credentials and invite code are provided Confirmed all agreements and banking details are up to date We also have new IAP subscriptions in In Review status since March 11 (9 days), which may be contributing to the delay. We're not sure if there is something in our submission that requires attention. We are fully prepared to make any necessary
1
0
96
1w
App stuck in "Waiting for Review" for over a month (first submission) – no progress after resubmission
Hello, I’m currently facing an issue with my app being stuck in “Waiting for Review” for an unusually long time, and I would really appreciate any advice or insight. App details: Apple ID: 6758322495 This is our first app and first version submission Timeline: First submission: February 6 → stuck in “Waiting for Review” Contacted support via email → no substantial progress Removed from review: February 21 Resubmitted (with some updates): February 24 Current status: still “Waiting for Review” until now Impact: The delay has been over a month in total It is blocking our ability to release updates and continue development Questions: Is it possible that the app is not properly queued for review? Has anyone experienced a similar situation recently? Is there any effective way to escalate this or trigger the review process? Even an approximate waiting time would be very helpful We fully understand that review times may vary, but this duration seems far beyond normal expectations, especially for a first subm
1
0
43
1w
Apple Developer Enrollment Stuck — Paid Twice, Still Pending
Hello, I am writing this post because the Apple Developer Program enrollment process is clearly malfunctioning, and I have reached a point where this situation is unacceptable. First payment I initially purchased the Apple Developer Program on December 3rd, 2025 at 16:03 (Turkey time). The payment was fully completed, confirmed by my bank, and I received the official Apple Store receipt. • Order ID: W1557478965 • Amount: 1029 TRY • Status: Completed / Posted Despite this, my account continued to show: • “Purchase your membership” • Enrollment status: Pending • No access to App Store Connect After several days with no response from Apple Support and no activation, I assumed something had gone wrong on Apple’s side. Second payment Because I was completely blocked and received no reply from support or the forums, I made a second payment to rule out any payment failure. • Order ID: W1694587309 • Amount: 1029 TRY • Status: Completed / Posted Current situation At this point: • Two separate payments • Two u
14
0
1.5k
1w
Reply to Apple watch Xcode pairing & connection issues
After 7 hours, successfully managed to get my first deployment on the watch. Definitely not something you expect from apple, in fact I cussed them out the whole way through. But here's what I did Mostly followed entouss's guide and most advice is reiterated from him + some of my experiences Before you do anything, make sure Apple Watch is fully charged (this WILL take a long time) It has a passcode You might get the bright idea to remove the passcode and put it on charger to prevent lock. Keep it on. Pre-pair Make sure you're on a 2.4 ghz network (mobile hotspot or create guest network on router) Connect all devices to that network Shutdown all devices and start them up 1 by 1 to start from a clean slate Get it to show up in Xcode devices If your apple watch is already in the xcode device list, DO NOT unpair it as it may not show back up again without large hassle WATCH for trust this device messages on your apple watch. If you accedentally press no, or press the crown while the dialog is on, you gonna have t
1w
Reply to CloudKit, cannot deploy private database initial schema to production
When running the app in the development environment, I can see that data is saved and can be retrieved successfully. However, in the iCloud console, I don’t see any record types or even the custom zone. Hmm, this doesn't sound right. Would you mind to share the detailed steps you used to reproduce the issue? It will be really strange if you see the data but not the schema in CloudKit Console. Be sure that you choose the right container and the development environment. Additionally, I’m unable to deploy any schema to production because no changes are detected. CloudKit Console doesn't deploy the schema, if the schema in the development environment is indeed empty. Installing the app from TestFlight when trying to upload a record CloudKit reports this error: The error indicates that MyType didn't exist and the attempt to create it failed, which is as-designed because a TestFlight app by default uses the CloudKit production environment and creating a new record type isn't allowed in the environment. Be
1w
CloudKit, cannot deploy private database initial schema to production
We’re using a private database with a custom zone. Record types and related schema are created programmatically rather than through the dashboard. When running the app in the development environment, I can see that data is saved and can be retrieved successfully. However, in the iCloud console, I don’t see any record types or even the custom zone. Additionally, I’m unable to deploy any schema to production because no changes are detected. Do you have any ideas on what we might be missing? Installing the app from TestFlight when trying to upload a record CloudKit reports this error:
1
0
145
1w
CloudKit: Efficient way to get user's rank in leaderboard without fetching all records?
CloudKit: Efficient way to get user's rank in leaderboard without fetching all records? I'm building a leaderboard feature using CloudKit's public database and need advice on the best approach to calculate a user's rank efficiently. Current Setup Record Structure: Record Type: LeaderboardScore Fields: period (String): daily, weekly, monthly, allTime score (Int): User's score profile (Reference): Link to user's profile achievedAt (Date): Timestamp Leaderboard Display: Initially fetch first 15 users (sorted by score descending) Paginate to load more as user scrolls Show total player count Show current user's rank (even if not in top 15) The Challenge I can fetch the first 15 users easily with a sorted query, but I need to display the current user's rank regardless of their position. For example: User could be ranked #1 (in top 15) ✅ Easy User could be ranked #247 (not in top 15) ❌ How to get this efficiently? My Current Approach Query records with scores higher than the user's score and count them: // Count how
3
0
145
1w
Reply to System-wide deadlock in removexattr from revisiond / APFS
We're experiencing a deadlock on certains systems when our software is installed, which is causing side effects in our process (and likely others) such as blocked queues and increased memory usage. According to the spindump, revisiond appears to be holding an exclusive lock within the kernel. Can you file a bug on this and upload the full spindump there? That's the easiest way to transfer large data files and I may eventually want a sysdiagnose. Having said that... Our agent uses Endpoint Security Framework to monitor events, and provide anti-tamper functionality for installed components and processes. While several EndpointSecurity calls appear in the spindump stack traces, we don't have any evidence that any calls from revisiond were blocked. ...this is almost CERTAINLY caused by your ES client. What we'd really like to to understand what that lock is (appears to be decompressing an object on an APFS volume), what revisiond and APFS are doing with it, and what might cause it to deadlock. Y
Topic: App & System Services SubTopic: Core OS Tags:
1w
App stuck in “Waiting for Review” for 7+ days, no response from support
Hi everyone, I submitted my iOS app for review on Thursday, March 12th, and it has been stuck in Waiting for Review for over 7 days with no progress. App ID: 458288241 Submission ID: 414b4291-d78e-4394-9ee6-685bc21bf4d2 I have already contacted Apple Developer Support (Case ID: 102847389838) and submitted an Expedited Review request 2 days ago, but the status has not changed and I haven't received any response so far. At this point, I'm concerned that the submission might be stuck or not being processed correctly. This version includes a critical update to a key feature of our app, and the delay is significantly impacting user experience and our revenue. Has anyone experienced a similar situation recently where the app remained in Waiting for Review for this long? Is there any additional step I should take to get this reviewed or escalated? Any guidance would be greatly appreciated. Thank you 🙏
Replies
1
Boosts
0
Views
75
Activity
1w
My investors are loosing their minds (Almost 5 months of reviews)
My investors are losing their minds. We’ve had our app available on Google since late December, but our experience with Apple has been a nightmare. First, despite paying the developer fee, nobody responds to emails or reaches out. The one time we got Apple on the phone, we spoke to someone who said she was in charge of the testing team reviewing our app. The call was frustrating—she didn’t seem familiar with basic app testing for a location-based product (for example, how to emulate a different location), and it left us feeling helpless. The technical ability of the testing process has been shocking. We spent a month just trying to get reviewers to understand the basic app concepts. Our app also isn’t available in the United States, which seemed to confuse the review team. We’ve been able to address feedback quickly—sometimes within an hour—yet here we are nearly five months later still stuck. Right now we are averaging about a week at best to two weeks. Our app works; we know this because it’s been
Replies
1
Boosts
0
Views
41
Activity
1w
Reply to Long delays - app's stuck in "Waiting for Review"
Thank you for your post. We've begun investigating this issue but we've been unable to locate your app submission to provide further assistance. Can you provide the name and App ID associated with the app? These can be found in App Store Connect in the App Information tab.
Replies
Boosts
Views
Activity
1w
Reply to Submission Rejected-5.1.1
If your app has been rejected and you need help resolving the issue, consider taking advantage of one of the following support options available from App Review: Reply to the message from App Review in App Store Connect and request clarification. Request a call with an Apple representative to discuss the outcome of the review. Submit an appeal to the App Review Board if you believe your app follows the App Review Guidelines. Visit the Contact Us page on Apple Developer and select the App Review tile to learn more.
Replies
Boosts
Views
Activity
1w
Stuck “Waiting for review” status
Hi! Our app(ID: 6754461151) has been stuck in Waiting for Review since March 3, 2026 - 17 days with no movement. This is our second consecutive submission with the same issue: Version 1.0.2: Submitted February 7, 2026. Waited 24 days with no review activity, no feedback, no communication. Were forced to withdraw it on March 3. Version 1.0.3: Submitted immediately after on March 3, 2026. Now at 17 days - same result. In total, our update has been blocked for 41 days across two submissions. Steps we've already taken: Submitted an Expedited Review Request 7 days ago - no response Contacted App Review Status support Verified App Review Information is complete: demo credentials and invite code are provided Confirmed all agreements and banking details are up to date We also have new IAP subscriptions in In Review status since March 11 (9 days), which may be contributing to the delay. We're not sure if there is something in our submission that requires attention. We are fully prepared to make any necessary
Replies
1
Boosts
0
Views
96
Activity
1w
Reply to No contact from Support and No Review (5 Months Now)
Thank you for your post. We've begun investigating this issue but we've been unable to locate your app submission to provide further assistance. Can you provide the name and App ID associated with the app? These can be found in App Store Connect in the App Information tab.
Replies
Boosts
Views
Activity
1w
App stuck in "Waiting for Review" for over a month (first submission) – no progress after resubmission
Hello, I’m currently facing an issue with my app being stuck in “Waiting for Review” for an unusually long time, and I would really appreciate any advice or insight. App details: Apple ID: 6758322495 This is our first app and first version submission Timeline: First submission: February 6 → stuck in “Waiting for Review” Contacted support via email → no substantial progress Removed from review: February 21 Resubmitted (with some updates): February 24 Current status: still “Waiting for Review” until now Impact: The delay has been over a month in total It is blocking our ability to release updates and continue development Questions: Is it possible that the app is not properly queued for review? Has anyone experienced a similar situation recently? Is there any effective way to escalate this or trigger the review process? Even an approximate waiting time would be very helpful We fully understand that review times may vary, but this duration seems far beyond normal expectations, especially for a first subm
Replies
1
Boosts
0
Views
43
Activity
1w
Apple Developer Enrollment Stuck — Paid Twice, Still Pending
Hello, I am writing this post because the Apple Developer Program enrollment process is clearly malfunctioning, and I have reached a point where this situation is unacceptable. First payment I initially purchased the Apple Developer Program on December 3rd, 2025 at 16:03 (Turkey time). The payment was fully completed, confirmed by my bank, and I received the official Apple Store receipt. • Order ID: W1557478965 • Amount: 1029 TRY • Status: Completed / Posted Despite this, my account continued to show: • “Purchase your membership” • Enrollment status: Pending • No access to App Store Connect After several days with no response from Apple Support and no activation, I assumed something had gone wrong on Apple’s side. Second payment Because I was completely blocked and received no reply from support or the forums, I made a second payment to rule out any payment failure. • Order ID: W1694587309 • Amount: 1029 TRY • Status: Completed / Posted Current situation At this point: • Two separate payments • Two u
Replies
14
Boosts
0
Views
1.5k
Activity
1w
Reply to Xcode 26 close the project when closing all tabs using cmd + w
Enhancements to Xcode's functionality should be filed through Feedback Assistant so the appropriate teams can consider the request. It would be helpful to detail why you'd like Xcode to behave as you describe and how that would help your development workflows when you file that.
Replies
Boosts
Views
Activity
1w
Reply to Apple watch Xcode pairing & connection issues
After 7 hours, successfully managed to get my first deployment on the watch. Definitely not something you expect from apple, in fact I cussed them out the whole way through. But here's what I did Mostly followed entouss's guide and most advice is reiterated from him + some of my experiences Before you do anything, make sure Apple Watch is fully charged (this WILL take a long time) It has a passcode You might get the bright idea to remove the passcode and put it on charger to prevent lock. Keep it on. Pre-pair Make sure you're on a 2.4 ghz network (mobile hotspot or create guest network on router) Connect all devices to that network Shutdown all devices and start them up 1 by 1 to start from a clean slate Get it to show up in Xcode devices If your apple watch is already in the xcode device list, DO NOT unpair it as it may not show back up again without large hassle WATCH for trust this device messages on your apple watch. If you accedentally press no, or press the crown while the dialog is on, you gonna have t
Replies
Boosts
Views
Activity
1w
Reply to CloudKit, cannot deploy private database initial schema to production
When running the app in the development environment, I can see that data is saved and can be retrieved successfully. However, in the iCloud console, I don’t see any record types or even the custom zone. Hmm, this doesn't sound right. Would you mind to share the detailed steps you used to reproduce the issue? It will be really strange if you see the data but not the schema in CloudKit Console. Be sure that you choose the right container and the development environment. Additionally, I’m unable to deploy any schema to production because no changes are detected. CloudKit Console doesn't deploy the schema, if the schema in the development environment is indeed empty. Installing the app from TestFlight when trying to upload a record CloudKit reports this error: The error indicates that MyType didn't exist and the attempt to create it failed, which is as-designed because a TestFlight app by default uses the CloudKit production environment and creating a new record type isn't allowed in the environment. Be
Replies
Boosts
Views
Activity
1w
CloudKit, cannot deploy private database initial schema to production
We’re using a private database with a custom zone. Record types and related schema are created programmatically rather than through the dashboard. When running the app in the development environment, I can see that data is saved and can be retrieved successfully. However, in the iCloud console, I don’t see any record types or even the custom zone. Additionally, I’m unable to deploy any schema to production because no changes are detected. Do you have any ideas on what we might be missing? Installing the app from TestFlight when trying to upload a record CloudKit reports this error:
Replies
1
Boosts
0
Views
145
Activity
1w
Reply to DeviceActivityMonitor extension rejected by App Store Connect validator — NSExtensionPointIdentifier "com.apple.deviceactivity.monitor" invalid (IrisAPI -19241)
@ChiliDev05 Please file a code-level support request for assistance.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
CloudKit: Efficient way to get user's rank in leaderboard without fetching all records?
CloudKit: Efficient way to get user's rank in leaderboard without fetching all records? I'm building a leaderboard feature using CloudKit's public database and need advice on the best approach to calculate a user's rank efficiently. Current Setup Record Structure: Record Type: LeaderboardScore Fields: period (String): daily, weekly, monthly, allTime score (Int): User's score profile (Reference): Link to user's profile achievedAt (Date): Timestamp Leaderboard Display: Initially fetch first 15 users (sorted by score descending) Paginate to load more as user scrolls Show total player count Show current user's rank (even if not in top 15) The Challenge I can fetch the first 15 users easily with a sorted query, but I need to display the current user's rank regardless of their position. For example: User could be ranked #1 (in top 15) ✅ Easy User could be ranked #247 (not in top 15) ❌ How to get this efficiently? My Current Approach Query records with scores higher than the user's score and count them: // Count how
Replies
3
Boosts
0
Views
145
Activity
1w
Reply to System-wide deadlock in removexattr from revisiond / APFS
We're experiencing a deadlock on certains systems when our software is installed, which is causing side effects in our process (and likely others) such as blocked queues and increased memory usage. According to the spindump, revisiond appears to be holding an exclusive lock within the kernel. Can you file a bug on this and upload the full spindump there? That's the easiest way to transfer large data files and I may eventually want a sysdiagnose. Having said that... Our agent uses Endpoint Security Framework to monitor events, and provide anti-tamper functionality for installed components and processes. While several EndpointSecurity calls appear in the spindump stack traces, we don't have any evidence that any calls from revisiond were blocked. ...this is almost CERTAINLY caused by your ES client. What we'd really like to to understand what that lock is (appears to be decompressing an object on an APFS volume), what revisiond and APFS are doing with it, and what might cause it to deadlock. Y
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
1w