Search results for

“We are unable to process your request”

73,585 results found

Post

Replies

Boosts

Views

Activity

Reply to 3.2(f) triggered — account pending termination despite repeated attempts to comply
The issue was the feedback stayed very generic (“overtly sexual”) without pointing to specific elements They only tell you how you violate review guidelines. They won't tell you how you should make changes so that you will pass the review process. It's been like that for the past 15 years or longer. We only pay $99 annually. So it shouldn't be a surprise. If you need to find out how you should make changes, I'm afraid you need to hire a consultant.
1w
Reply to Family Controls Entitlement NOT applied to App Extensions (and Support Form is broken)
Dear DTS Engineer, Thank you for your reply. Yes, I have already submitted a new request form for the DeviceActivityMonitorExtension today. Please note that the correct Bundle ID is com.hayashikento.FocusPact.FocusPActMonitor . Since my parent app (com.hayashikento.FocusPact) has already been approved for the Family Controls entitlement, I would appreciate it if you could link this new extension ID to my existing approval so I can proceed with Distribution/TestFlight testing. Thank you for your assistance. Best regards, Kent Hayashi
1w
Reply to Help with visionOS pushWindow issues requested
Hey @drewolbrich, After looking into FBFB21873482, both myself and another engineer were not able to reproduce this. Can you try this again on visionOS 26.4? Additionally, if you are able to reproduce this, can you updated your Feedback Request with the sample code you are using, a video of the user flow that causes the issue, and a sysdiagnose captured after the error occurs? Instructions on capturing a visionOS Sysdiagnose can be found on the Profiles and Logs webpage. Thanks! Michael
Topic: Spatial Computing SubTopic: General Tags:
1w
Reply to Advanced App Clip Experiences stuck in "Received" — never transition to "Published"
@fanarchy Thank you for the post. It appears that the file is syncing to the servers without any issues. This is excellent news, and I appreciate you providing additional information regarding the problem. Your discovery of removing the “/next-game” from the AASA file, which causes it to fall back to Safari, is brilliant. This effectively isolates the issue, but still we have the issue in the App Store App Clip publishing. Safari Smart App Banners do not rely on the App Store Connect Advanced Experience database. When Safari loads your page, it reads the tag and cross-references your AASA file locally. Because your AASA and meta tags are perfect, this works flawlessly. In any case I see the issue is in the configuration on the App Store and you should file a bug for them to take a look at the process with your App Clip. The issue here is the status of the App Clip should eventually become published. Once you open the bug report, please post the FB number here for my reference. If you have any questio
1w
Reply to 3.2(f) triggered — account pending termination despite repeated attempts to comply
Thanks for the response, for context it was around 15 submissions over a few months and 30ish messages. I get your example, but I think my situation’s a bit different. The updates weren’t just micro changes trying to slip something through, there was a mix of both small tweaks and broader changes. The issue was the feedback stayed very generic (“overtly sexual”) without pointing to specific elements, so each update was essentially a best guess at what might be triggering it. Especially early on, when only metadata was flagged, I assumed the issue was relatively minor. By the end, I actually went in the opposite direction of evasion & submitted a build with everything unlocked and included screenshots showing all content upfront, so review had full visibility, as requested during a phone call. It’s possible I missed a couple of screenshots in earlier messages, but nothing was intentional. That’s why the 3.2(f) decision caught me off guard, there was no intent to hide or mislead, just trying to int
1w
Reply to Monitor mode capture broken with Wi-Fi 7 (M5 Pro MacBook Pro) on macOS 26 - worked previously on same OS with older hardware
I’ve also spent some time investigating this. While monitor mode works, setting the channel using CoreWLAN’s [CWInterface setWLANChannel:error:] API does not behave as expected. As a result, capturing isn’t reliable for third-party apps on Macs with the Apple N1 Wi-Fi chip or the MacBook Neo. I've identified and submitted two issues: FB22295165: [CWInterface setWLANChannel:error:] does not work on a disassociated interface, even though the documentation indicates it should, and it behaves correctly on older Macs. FB22295685: Once in monitor mode, [CWInterface setWLANChannel:error:] reports a successful channel change and the interface reflects the requested channel, but capturing continues on a different channel (usually the channel the interface was operating on previously to being placed in monitor mode). There also appears to be a race condition between entering monitor mode and macOS attempting to rejoin a network shortly after calling [CWInterface disassociate]. While I can’t confirm this defini
Topic: App & System Services SubTopic: Core OS Tags:
1w
Reply to System-wide deadlock in removexattr from revisiond / APFS
Sorry, it was a TSI, not a bug report. I replied to the DTS email yesterday with the full spin dump. Ahh, I see it now. So, the first thing I actually did was search for /usr/lib/libEndpointSecurity.dylib (the library link path), which is a convenient way to find all ES clients. What you'll find is that there are two clients— yours and a (presumably unrelated) 3rd party client. That's a critical factor here because it means that there are now two independent entities with veto power over each other's activities, particularly activity that's coming from helper components (not just the direct ES client). That leads to here: There are only 2 other threads in the logs that appear relevant, both from our helper process and both down in APFS. One of them is also stuck inside decmpfs_read_compressed: That's the deadlock. More specifically, looking at your thread's stack when you enter decmpfs_read_compressed, the first thing it does is call decmpfs_lock_compressed_data: (1) *940 decmpfs_read_compressed + 30
Topic: App & System Services SubTopic: Core OS Tags:
1w
CKQuerySubscription on public database never triggers APNS push in Production environment
Hi everyone, I have a SwiftUI app using CKQuerySubscription on the public database for social notifications (friend requests, recommendations, etc.). Push notifications work perfectly in the Development environment but never fire in Production (TestFlight). Setup: iOS 26.4, Xcode 26, Swift 6 Container: public database, CKQuerySubscription with .firesOnRecordCreation 5 subscriptions verified via CKDatabase.allSubscriptions() registerForRemoteNotifications() called unconditionally on every launch Valid APNS device token received in didRegisterForRemoteNotificationsWithDeviceToken Push Notifications + Background Modes (Remote notifications) capabilities enabled What works: All 5 subscriptions create successfully in Production Records are saved and queryable (in-app CloudKit fetches return them immediately) APNS production push works — tested via Xcode Push Notifications Console with the same device token, notification appeared instantly Everything works perfectly in the Development environment (subscrip
9
0
582
1w
Purchase Error / storekit - subscription testing locally
Hello, I got Purchase Error Couldn’t communicate with a helper application. when button 'Buy Pro' clicked in my app it uses storekit subscription created (correct id in configuration.storekit) got this error in console: Purchase did not return a transaction: Error Domain=ASDErrorDomain Code=5115 Received failure in response from Xcode UserInfo={NSDebugDescription=Received failure in response from Xcode, NSUnderlyingError=0xc5bc1c510 {Error Domain=NSCocoaErrorDomain Code=4099 The connection to service created from an endpoint was invalidated from this process. UserInfo={AMSDescription=An unknown error occurred. Please try again., AMSURL=http://localhost:49913/WebObjects/MZBuy.woa/wa/inAppBuy, NSDebugDescription=The connection to service created from an endpoint was invalidated from this process., AMSStatusCode=200, AMSServerPayload={ app-list = ( Thx for any help : )
0
0
50
1w
Reply to Advanced App Clip Experiences stuck in "Received" — never transition to "Published"
Thanks for the post, interesting that's something in the process. TN3168: Making your App Clip available in the App Store | Apple Developer Documentation https://developer.apple.com/forums/thread/804858 There is something I always like to check when deploying AASA files. When the full app is installed, iOS handles the URL invocation locally via your apple-app-site-association (AASA) file and entitlements, bypassing the need to query Apple's App Clip CDN. The fact that this works proves your code, AASA file, and associated domains are configured correctly. The failure for fresh devices is happening because Apple's CDN has not yet been updated with your App Clip's metadata? Can you provide me a link to your AASA file in your server so we can see why is not syncing into the Apple servers? Is your server preventing or blocking IP address or user agents from requesting the AASA file? Sometimes, the job queue in App Store Connect simply drops the task. You can often force it to re-queue by making
1w
Reply to 3.2(f) triggered — account pending termination despite repeated attempts to comply
a long review process with many resubmissions The word 'many' doesn't convey the exact number to others. Can repeated resubmissions / iterative changes alone be interpreted as “evasion” under 3.2(f)? It depends on what you have done, and nobody but people from Apple, Inc. knows it. You have been told that you have some questionable, overly sexual content. Suppose that that you have covered a sexually-revealing person with a see-through material. You've been warned 5 times. And each time you increase its opacity from 10% to 11%, 12%, 13%... If you do it many times without entirely getting rid of this person, I would definitely flag it for evasion.
1w
macOS App: In-App Purchases section missing from version page - IAPs stuck for 3+ days, 4 app versions approved but IAPs never reviewed
Hello everyone, I'm experiencing a critical issue with App Store Connect for our macOS application and I'm hoping someone from Apple or the community can help. THE PROBLEM: The In-App Purchases and Subscriptions section is completely missing from the version page in App Store Connect. According to Apple's documentation, this section should appear between Build and App Review Information on the version page, allowing developers to select and attach IAP products before submitting for review. In our case, this section simply does not exist. WHAT WE'VE TRIED: Submitted 4 separate app versions , ALL approved by App Review Each time, the IAP products were NOT included because the section to attach them is missing Opened a support case on March 23 - no response after 2 business days Opened a second case through the App Setup channel Requested expedited review multiple times Added notes in the App Review Notes field explaining the issue OUR SETUP: We have three IAP products configured (two auto-renewable sub
4
0
99
1w
Reply to Please, Apple. I am begging you. Fix the broken Text-To-Speech in macOS
@gavers Be assured we are paying attention. Unfortunately we're unable to share any updates on specific reports on the forums. However on your individual FB numbers you will receive a notification when a fix is available on a release for you to verify. For more details on when you'll see updates to your report, please see What to expect after submission. Albert Pascual
  Worldwide Developer Relations.
1w
Reply to 3.2(f) triggered — account pending termination despite repeated attempts to comply
The issue was the feedback stayed very generic (“overtly sexual”) without pointing to specific elements They only tell you how you violate review guidelines. They won't tell you how you should make changes so that you will pass the review process. It's been like that for the past 15 years or longer. We only pay $99 annually. So it shouldn't be a surprise. If you need to find out how you should make changes, I'm afraid you need to hire a consultant.
Replies
Boosts
Views
Activity
1w
Reply to Family Controls Entitlement NOT applied to App Extensions (and Support Form is broken)
Dear DTS Engineer, Thank you for your reply. Yes, I have already submitted a new request form for the DeviceActivityMonitorExtension today. Please note that the correct Bundle ID is com.hayashikento.FocusPact.FocusPActMonitor . Since my parent app (com.hayashikento.FocusPact) has already been approved for the Family Controls entitlement, I would appreciate it if you could link this new extension ID to my existing approval so I can proceed with Distribution/TestFlight testing. Thank you for your assistance. Best regards, Kent Hayashi
Replies
Boosts
Views
Activity
1w
Reply to Help with visionOS pushWindow issues requested
Hey @drewolbrich, After looking into FBFB21873482, both myself and another engineer were not able to reproduce this. Can you try this again on visionOS 26.4? Additionally, if you are able to reproduce this, can you updated your Feedback Request with the sample code you are using, a video of the user flow that causes the issue, and a sysdiagnose captured after the error occurs? Instructions on capturing a visionOS Sysdiagnose can be found on the Profiles and Logs webpage. Thanks! Michael
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to Advanced App Clip Experiences stuck in "Received" — never transition to "Published"
@fanarchy Thank you for the post. It appears that the file is syncing to the servers without any issues. This is excellent news, and I appreciate you providing additional information regarding the problem. Your discovery of removing the “/next-game” from the AASA file, which causes it to fall back to Safari, is brilliant. This effectively isolates the issue, but still we have the issue in the App Store App Clip publishing. Safari Smart App Banners do not rely on the App Store Connect Advanced Experience database. When Safari loads your page, it reads the tag and cross-references your AASA file locally. Because your AASA and meta tags are perfect, this works flawlessly. In any case I see the issue is in the configuration on the App Store and you should file a bug for them to take a look at the process with your App Clip. The issue here is the status of the App Clip should eventually become published. Once you open the bug report, please post the FB number here for my reference. If you have any questio
Replies
Boosts
Views
Activity
1w
Reply to 3.2(f) triggered — account pending termination despite repeated attempts to comply
Thanks for the response, for context it was around 15 submissions over a few months and 30ish messages. I get your example, but I think my situation’s a bit different. The updates weren’t just micro changes trying to slip something through, there was a mix of both small tweaks and broader changes. The issue was the feedback stayed very generic (“overtly sexual”) without pointing to specific elements, so each update was essentially a best guess at what might be triggering it. Especially early on, when only metadata was flagged, I assumed the issue was relatively minor. By the end, I actually went in the opposite direction of evasion & submitted a build with everything unlocked and included screenshots showing all content upfront, so review had full visibility, as requested during a phone call. It’s possible I missed a couple of screenshots in earlier messages, but nothing was intentional. That’s why the 3.2(f) decision caught me off guard, there was no intent to hide or mislead, just trying to int
Replies
Boosts
Views
Activity
1w
Reply to Monitor mode capture broken with Wi-Fi 7 (M5 Pro MacBook Pro) on macOS 26 - worked previously on same OS with older hardware
I’ve also spent some time investigating this. While monitor mode works, setting the channel using CoreWLAN’s [CWInterface setWLANChannel:error:] API does not behave as expected. As a result, capturing isn’t reliable for third-party apps on Macs with the Apple N1 Wi-Fi chip or the MacBook Neo. I've identified and submitted two issues: FB22295165: [CWInterface setWLANChannel:error:] does not work on a disassociated interface, even though the documentation indicates it should, and it behaves correctly on older Macs. FB22295685: Once in monitor mode, [CWInterface setWLANChannel:error:] reports a successful channel change and the interface reflects the requested channel, but capturing continues on a different channel (usually the channel the interface was operating on previously to being placed in monitor mode). There also appears to be a race condition between entering monitor mode and macOS attempting to rejoin a network shortly after calling [CWInterface disassociate]. While I can’t confirm this defini
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
1w
Reply to ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING – External TestFlight unavailable, internal builds not downloadable
Currently experiencing the exact same issue (ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING), with no response from Apple Developer Support. All agreements are signed, no account changes, etc. Currently unable to test any apps and have been for the last few weeks.
Replies
Boosts
Views
Activity
1w
Reply to System-wide deadlock in removexattr from revisiond / APFS
Sorry, it was a TSI, not a bug report. I replied to the DTS email yesterday with the full spin dump. Ahh, I see it now. So, the first thing I actually did was search for /usr/lib/libEndpointSecurity.dylib (the library link path), which is a convenient way to find all ES clients. What you'll find is that there are two clients— yours and a (presumably unrelated) 3rd party client. That's a critical factor here because it means that there are now two independent entities with veto power over each other's activities, particularly activity that's coming from helper components (not just the direct ES client). That leads to here: There are only 2 other threads in the logs that appear relevant, both from our helper process and both down in APFS. One of them is also stuck inside decmpfs_read_compressed: That's the deadlock. More specifically, looking at your thread's stack when you enter decmpfs_read_compressed, the first thing it does is call decmpfs_lock_compressed_data: (1) *940 decmpfs_read_compressed + 30
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
1w
CKQuerySubscription on public database never triggers APNS push in Production environment
Hi everyone, I have a SwiftUI app using CKQuerySubscription on the public database for social notifications (friend requests, recommendations, etc.). Push notifications work perfectly in the Development environment but never fire in Production (TestFlight). Setup: iOS 26.4, Xcode 26, Swift 6 Container: public database, CKQuerySubscription with .firesOnRecordCreation 5 subscriptions verified via CKDatabase.allSubscriptions() registerForRemoteNotifications() called unconditionally on every launch Valid APNS device token received in didRegisterForRemoteNotificationsWithDeviceToken Push Notifications + Background Modes (Remote notifications) capabilities enabled What works: All 5 subscriptions create successfully in Production Records are saved and queryable (in-app CloudKit fetches return them immediately) APNS production push works — tested via Xcode Push Notifications Console with the same device token, notification appeared instantly Everything works perfectly in the Development environment (subscrip
Replies
9
Boosts
0
Views
582
Activity
1w
Reply to Family Controls Entitlement NOT applied to App Extensions (and Support Form is broken)
Could you please authorize the following new Bundle ID for the same Family Controls (Distribution) entitlement?New Extension ID: com.hayashikento.FocusPact.FocusPActMonitorParent App ID: com.hayashikento.FocusPact Did you submit a new request for the com.hayashikento.FocusPact.FocusPActMonitor bundle ID?
Replies
Boosts
Views
Activity
1w
Purchase Error / storekit - subscription testing locally
Hello, I got Purchase Error Couldn’t communicate with a helper application. when button 'Buy Pro' clicked in my app it uses storekit subscription created (correct id in configuration.storekit) got this error in console: Purchase did not return a transaction: Error Domain=ASDErrorDomain Code=5115 Received failure in response from Xcode UserInfo={NSDebugDescription=Received failure in response from Xcode, NSUnderlyingError=0xc5bc1c510 {Error Domain=NSCocoaErrorDomain Code=4099 The connection to service created from an endpoint was invalidated from this process. UserInfo={AMSDescription=An unknown error occurred. Please try again., AMSURL=http://localhost:49913/WebObjects/MZBuy.woa/wa/inAppBuy, NSDebugDescription=The connection to service created from an endpoint was invalidated from this process., AMSStatusCode=200, AMSServerPayload={ app-list = ( Thx for any help : )
Replies
0
Boosts
0
Views
50
Activity
1w
Reply to Advanced App Clip Experiences stuck in "Received" — never transition to "Published"
Thanks for the post, interesting that's something in the process. TN3168: Making your App Clip available in the App Store | Apple Developer Documentation https://developer.apple.com/forums/thread/804858 There is something I always like to check when deploying AASA files. When the full app is installed, iOS handles the URL invocation locally via your apple-app-site-association (AASA) file and entitlements, bypassing the need to query Apple's App Clip CDN. The fact that this works proves your code, AASA file, and associated domains are configured correctly. The failure for fresh devices is happening because Apple's CDN has not yet been updated with your App Clip's metadata? Can you provide me a link to your AASA file in your server so we can see why is not syncing into the Apple servers? Is your server preventing or blocking IP address or user agents from requesting the AASA file? Sometimes, the job queue in App Store Connect simply drops the task. You can often force it to re-queue by making
Replies
Boosts
Views
Activity
1w
Reply to 3.2(f) triggered — account pending termination despite repeated attempts to comply
a long review process with many resubmissions The word 'many' doesn't convey the exact number to others. Can repeated resubmissions / iterative changes alone be interpreted as “evasion” under 3.2(f)? It depends on what you have done, and nobody but people from Apple, Inc. knows it. You have been told that you have some questionable, overly sexual content. Suppose that that you have covered a sexually-revealing person with a see-through material. You've been warned 5 times. And each time you increase its opacity from 10% to 11%, 12%, 13%... If you do it many times without entirely getting rid of this person, I would definitely flag it for evasion.
Replies
Boosts
Views
Activity
1w
macOS App: In-App Purchases section missing from version page - IAPs stuck for 3+ days, 4 app versions approved but IAPs never reviewed
Hello everyone, I'm experiencing a critical issue with App Store Connect for our macOS application and I'm hoping someone from Apple or the community can help. THE PROBLEM: The In-App Purchases and Subscriptions section is completely missing from the version page in App Store Connect. According to Apple's documentation, this section should appear between Build and App Review Information on the version page, allowing developers to select and attach IAP products before submitting for review. In our case, this section simply does not exist. WHAT WE'VE TRIED: Submitted 4 separate app versions , ALL approved by App Review Each time, the IAP products were NOT included because the section to attach them is missing Opened a support case on March 23 - no response after 2 business days Opened a second case through the App Setup channel Requested expedited review multiple times Added notes in the App Review Notes field explaining the issue OUR SETUP: We have three IAP products configured (two auto-renewable sub
Replies
4
Boosts
0
Views
99
Activity
1w
Reply to Please, Apple. I am begging you. Fix the broken Text-To-Speech in macOS
@gavers Be assured we are paying attention. Unfortunately we're unable to share any updates on specific reports on the forums. However on your individual FB numbers you will receive a notification when a fix is available on a release for you to verify. For more details on when you'll see updates to your report, please see What to expect after submission. Albert Pascual
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
1w