Search results for

“We are unable to process your request”

73,611 results found

Post

Replies

Boosts

Views

Activity

How to launch a sandboxed process as a standalone application?
Hello, I have an application that needs to be published to the App Store. This application consists of two processes, A and B, where B is a child process of A. I found that if process B needs to be launched as a child process of A in sandbox mode, it is necessary to set the following keys in the entitlements.plist file: com.apple.security.app-sandboxcom.apple.security.inherit However, after setting these keys, process B can no longer be launched directly. This issue is particularly prominent because process B has a window and a Dock icon — in this case, if the user pins the Dock icon, they will be unable to launch process B. Could you please advise on a solution to this problem?
1
0
123
3w
Reply to Why Siri can’t take two commands at same time
You should file a bug request for enhancement. As this type of Siri requests are now processed on device, that may be possible. But Siri now is done to handle requests immediately. If it goes your way, there may be a need to allow for request cancellation. What if a conflicting request comes before the previous is fully executed ? That would introduce a lot of new issues (notably UI issues).
Topic: App & System Services SubTopic: General Tags:
Feb ’23
Unable to login
I am unable to login to the phone, it does not respond to screen touch, only power button and volume then the screen comes on, but I am not able to restart. If I try a hardware restart it calls emergency services.
0
0
517
Jun ’19
Reply to Responding to app store server-server notification
If your server doesn't reply in a timely manner, the connection will timeout and the App Store Server will consider the notification send unsuccessful. It will then enter the retry process. To avoid these unnecessary retries, we highly recommend the receiving process on your server simply record the notification and return 200. Then have an async process on your server take any actions associated with the notification, e.g. revoking content for REFUND notifications. https://developer.apple.com/documentation/appstoreservernotifications/responding_to_app_store_server_notifications
Jun ’24
Your enrollment is being processed
Hello,Last week I have started an organization enrollment process. The person which I introduce as memeber of my company in order to certify my authority to act as representative of it has not received any communication yet.I would like to know if I can do any step to accelerate this process or if there something left to do.I have my enrollment ID to verify my authenticy whenever I'be asked to.Thanks in advance
0
0
872
Apr ’18
request access to hotspot helper
HI, we have submitted a request to access the HotspotHelper APIs for a client project we are running but we have no sight of whether the request is being processed or how long we should expect to wait for a response. Our original request was submitted in 16 December 2016.The requirement is to allow the app in development to interface with the services provided by the wifi access control deployed by our customer in their retail mall location so that the app can automatically log users into the wifi network from within the iOS APP.Does anyone have any expereince on how long it should take to get a request to access the HotspotHelperAPIs or whether there is a more appropriate forum/contact to enquire on how our request is proceeding?Although the original request was made a ferw months ago, a repeat request was made a week back but due to the original time gap we are trying to understand the process better.Thanks for any insightRegar
7
0
3.8k
Mar ’17
Family Controls Request Form
Hi All, I submitted a Family Controls Request Form but haven't heard back. I didn't get any case id when I submitted the request, so how do you track it and know when It is approved? I'm currently developing an app that requires the main target and also the app extension to both use Family Controls. Does this mean I need to request forms for both app bundles separately or just the main app? This is really worrying for us as our project is almost ready and we are unable to launch it :( . Would appreciate any responses. Thanks,
4
0
1.4k
Apr ’24
Reply to Cannot create instance of NSSavePanel
I'm fairly certain it's related to entitlements and possible App Groups. I'm now getting : [OpenSavePanels] Unable to display save panel (unrecognized error: Error Domain=NSCocoaErrorDomain Code=4099 The connection to service created from an endpoint was invalidated from this process. UserInfo={NSDebugDescription=The connection to service created from an endpoint was invalidated from this process.})
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’23
Reply to During the Wi-Fi Aware's pairing process, Apple is unable to recognize the follow-up PMF sent by Android.
Hi sengui. We attempted to pair an Android device (Galaxy S25) with the iOS Wi-Fi Aware Demo, but the process was unsuccessful. We received an onPairingSetupFailed callback without any specific error message. Could you share how you managed to successfully complete the pairing process between Android and iOS? Is there any other way to contact you? My email is wuhaibinaaron with 163mail suffix Thanks
Sep ’25
Unable to launch app on iPhone from Xcode
Hi, I'm trying to test my app on my iPhone 12 Pro, but it's simply not launching and I'm not getting any valuable error information back. When Xcode is finished compiling and attempts to launch the app, I get Unable to launch [App Bundle ID]. Clicking more details gives me: Details Unable to launch [App Bundle ID] Domain: com.apple.platform.iphoneos Code: -12- Request to launch [App Bundle ID] failed. Domain: com.apple.dt.deviceprocesscontrolservice Code: 2 Failure Reason: The operation couldn’t be completed. The process failed to launch. : Failed to launch process with bundle identifier '[App Bundle ID]'.- The operation couldn’t be completed. The process failed to launch. Domain: FBProcessExit Code: 64 Failure Reason: The process failed to launch. User Info: { BSErrorCodeDescription = launch-failed; }- The operation couldn’t be completed. Launch failed. Domain: RBSRequestErrorDomain Code: 5 Failure Reason: Launch failed.- Launchd job spawn failed
3
0
4.8k
Feb ’21
Unable to backup to iTunes.
I know backing up to iCloud is not working and the workaround is to back up to iTunes. But I am unable to back up to iTunes. Everything is updated on my Mac. The moment states that it is backing up my iTunes I will get a pop message stating there is a error unable to back up. I am able to back up my iPad. Any idea?
0
0
155
Jun ’15
Apple Development Program order request not processed even after 576 hours
It has been 576 hours since I got email that purchase will be completed in next 48 hours (Aug 19th).I tried it again on Aug 30th and Sept 4th but still no other resposne than those same emails.No charge on my bank account, nothing. I even sent support message and still no answer.What is happening Apple?
Replies
1
Boosts
0
Views
601
Activity
Sep ’17
How to launch a sandboxed process as a standalone application?
Hello, I have an application that needs to be published to the App Store. This application consists of two processes, A and B, where B is a child process of A. I found that if process B needs to be launched as a child process of A in sandbox mode, it is necessary to set the following keys in the entitlements.plist file: com.apple.security.app-sandboxcom.apple.security.inherit However, after setting these keys, process B can no longer be launched directly. This issue is particularly prominent because process B has a window and a Dock icon — in this case, if the user pins the Dock icon, they will be unable to launch process B. Could you please advise on a solution to this problem?
Replies
1
Boosts
0
Views
123
Activity
3w
Reply to Why Siri can’t take two commands at same time
You should file a bug request for enhancement. As this type of Siri requests are now processed on device, that may be possible. But Siri now is done to handle requests immediately. If it goes your way, there may be a need to allow for request cancellation. What if a conflicting request comes before the previous is fully executed ? That would introduce a lot of new issues (notably UI issues).
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’23
Unable to login
I am unable to login to the phone, it does not respond to screen touch, only power button and volume then the screen comes on, but I am not able to restart. If I try a hardware restart it calls emergency services.
Replies
0
Boosts
0
Views
517
Activity
Jun ’19
Reply to Responding to app store server-server notification
If your server doesn't reply in a timely manner, the connection will timeout and the App Store Server will consider the notification send unsuccessful. It will then enter the retry process. To avoid these unnecessary retries, we highly recommend the receiving process on your server simply record the notification and return 200. Then have an async process on your server take any actions associated with the notification, e.g. revoking content for REFUND notifications. https://developer.apple.com/documentation/appstoreservernotifications/responding_to_app_store_server_notifications
Replies
Boosts
Views
Activity
Jun ’24
Your enrollment is being processed
Hello,Last week I have started an organization enrollment process. The person which I introduce as memeber of my company in order to certify my authority to act as representative of it has not received any communication yet.I would like to know if I can do any step to accelerate this process or if there something left to do.I have my enrollment ID to verify my authenticy whenever I'be asked to.Thanks in advance
Replies
0
Boosts
0
Views
872
Activity
Apr ’18
Reply to Error 1110 - Report & Solution (Data Recovery)
Hello everyone, My iPhone still cannot be repaired. This is the 15th day I am unable to use my phone. I hope the Apple software development team can see this reply and kindly request that you fix the issue with 1110.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’24
request access to hotspot helper
HI, we have submitted a request to access the HotspotHelper APIs for a client project we are running but we have no sight of whether the request is being processed or how long we should expect to wait for a response. Our original request was submitted in 16 December 2016.The requirement is to allow the app in development to interface with the services provided by the wifi access control deployed by our customer in their retail mall location so that the app can automatically log users into the wifi network from within the iOS APP.Does anyone have any expereince on how long it should take to get a request to access the HotspotHelperAPIs or whether there is a more appropriate forum/contact to enquire on how our request is proceeding?Although the original request was made a ferw months ago, a repeat request was made a week back but due to the original time gap we are trying to understand the process better.Thanks for any insightRegar
Replies
7
Boosts
0
Views
3.8k
Activity
Mar ’17
Family Controls Request Form
Hi All, I submitted a Family Controls Request Form but haven't heard back. I didn't get any case id when I submitted the request, so how do you track it and know when It is approved? I'm currently developing an app that requires the main target and also the app extension to both use Family Controls. Does this mean I need to request forms for both app bundles separately or just the main app? This is really worrying for us as our project is almost ready and we are unable to launch it :( . Would appreciate any responses. Thanks,
Replies
4
Boosts
0
Views
1.4k
Activity
Apr ’24
Reply to Cannot create instance of NSSavePanel
I'm fairly certain it's related to entitlements and possible App Groups. I'm now getting : [OpenSavePanels] Unable to display save panel (unrecognized error: Error Domain=NSCocoaErrorDomain Code=4099 The connection to service created from an endpoint was invalidated from this process. UserInfo={NSDebugDescription=The connection to service created from an endpoint was invalidated from this process.})
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to During the Wi-Fi Aware's pairing process, Apple is unable to recognize the follow-up PMF sent by Android.
Hi sengui. We attempted to pair an Android device (Galaxy S25) with the iOS Wi-Fi Aware Demo, but the process was unsuccessful. We received an onPairingSetupFailed callback without any specific error message. Could you share how you managed to successfully complete the pairing process between Android and iOS? Is there any other way to contact you? My email is wuhaibinaaron with 163mail suffix Thanks
Replies
Boosts
Views
Activity
Sep ’25
Unable to launch app on iPhone from Xcode
Hi, I'm trying to test my app on my iPhone 12 Pro, but it's simply not launching and I'm not getting any valuable error information back. When Xcode is finished compiling and attempts to launch the app, I get Unable to launch [App Bundle ID]. Clicking more details gives me: Details Unable to launch [App Bundle ID] Domain: com.apple.platform.iphoneos Code: -12- Request to launch [App Bundle ID] failed. Domain: com.apple.dt.deviceprocesscontrolservice Code: 2 Failure Reason: The operation couldn’t be completed. The process failed to launch. : Failed to launch process with bundle identifier '[App Bundle ID]'.- The operation couldn’t be completed. The process failed to launch. Domain: FBProcessExit Code: 64 Failure Reason: The process failed to launch. User Info: { BSErrorCodeDescription = launch-failed; }- The operation couldn’t be completed. Launch failed. Domain: RBSRequestErrorDomain Code: 5 Failure Reason: Launch failed.- Launchd job spawn failed
Replies
3
Boosts
0
Views
4.8k
Activity
Feb ’21
Can I process refunds?
I sometimes get refund requests from customers. Is there an established method for contacting Apple on behalf of a customer who is asking for a refund?
Replies
1
Boosts
0
Views
1.1k
Activity
May ’20
Unable to backup to iTunes.
I know backing up to iCloud is not working and the workaround is to back up to iTunes. But I am unable to back up to iTunes. Everything is updated on my Mac. The moment states that it is backing up my iTunes I will get a pop message stating there is a error unable to back up. I am able to back up my iPad. Any idea?
Replies
0
Boosts
0
Views
155
Activity
Jun ’15
Reply to Unable to renew developer subscription
We are unable to complete your orderThere was an issue when we processed your order. Verify that your information is correct and try again. If you need further assistance contact us.Please enter a valid productSame issue. Anybody solved please?????😟😟
Replies
Boosts
Views
Activity
Feb ’16