Search results for

“We are unable to process your request”

73,639 results found

Post

Replies

Boosts

Views

Activity

Reply to ASAuthorizationController delegate inside class not called
I also encountered the same problem. Finally solved. presentationAnchor. It does not call, but it does not affect the process. Added a request. ASAuthorizationPasswordProvider().createRequest() There will be no animation bugs let appleIDProvider = ASAuthorizationAppleIDProvider() let request = appleIDProvider.createRequest() request.requestedScopes = [.fullName, .email] let authorizationController = ASAuthorizationController(authorizationRequests: [request, ASAuthorizationPasswordProvider().createRequest()])
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’21
Reply to Android Emulator on Silicon
Hello Team, Need help with launching Android TV on Mac M1 Pro Error : Emulator process for AVD has terminated. Unable to open android TV emulator on mac m1 pro -> Android Studio version Android Studio Bumblebee | 2021.1.1 Recommended and ARM images tabs are empty and unable to launch device by selecting any of the options under other images tab. Attaching screenshots for reference.
Feb ’22
The request to open
The request to open com.. failed. Domain: IDELaunchCoreDevice Code: 0 User Info: { DVTErrorCreationDateKey = 2024-02-01 08:08:37 +0000; IDERunOperationFailingWorker = IDELaunchCoreDeviceWorker; } The application failed to launch. Domain: com.apple.dt.CoreDeviceError Code: 10002 User Info: { BundleIdentifier = com..; } The request to open com.. failed. Domain: FBSOpenApplicationServiceErrorDomain Code: 1 Failure Reason: The request was denied by service delegate (SBMainWorkspace). User Info: { BSErrorCodeDescription = RequestDenied; FBSOpenApplicationRequestID = 0x85ac; } 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 Domain: NSPOSIXErrorDomain Code: 22 Failure Reason: Inva
0
0
1.2k
Feb ’24
NSURLSessionDataTask changes POST request to GET request
HiI'm experiencing very odd behavior with NSURLSessionDataTask. It seems that if I POST to an endpoint that has params in the URL, it will always get sent as GET request, even though I am explicitely setting the HTTPMethod of the NSMutableURLRequest to POST. When POSTing to an endpoint that is straight-foward and has no params in its URL (eg. no ?param=value), then NSURLSession will send it off as a POST request. Has anyone else experienced this behavior?
4
0
2.1k
Jul ’15
Enrollment process
I have registered in the apple account and filled all the required details but we are still getting the status Your enrollment is being processed. I am not sure what information is not verified if you can tell me if any more information needed from my end to verify my profile please let me know. Looking forward to your response. Priority: High
1
0
451
Apr ’21
Reply to government organization need a DUNS to enroll?
I am currently developing a government application and have submitted a request to enroll our account under an organization. However, the request has been pending for over two weeks. I have already provided the required document as requested by Apple, but I have not yet received any response. Could you please advise how long the organizational enrollment process typically takes?
Jun ’25
Zombie processes for terminal commands
Hello.We have encountered the following issue: we have a dynamic library that performs signature checks via codesign. The checks are performed using a pipe mechanism. The child runs execv(/usr/bin/codesign, -dv --versbose=2 {full_path_to_library}) and the parent reads the output of the execv command.When the library is loaded from an user level application, everything is working as expected: our library will run execv, a new codesign process will start and will finish its job successfully.When the library is loaded from a daemon process, our library will run execv, a new codesign process will start, will return success but it will not stop. The process will be marked as a zombie process. Tried to kill it programatically using 'kill( pid, SIGKILL)' and also via terminal using 'kill -9 pid'. We tried also with every available parameter of the kill command, still no success.The zombie processes will not stop, until machine restart. The issue is reproducing on
4
0
2.1k
Jun ’20
Reply to Location updates on OS X
See Requesting Permission to Use Location Services in the CLLocationManager documentation for the process you're supposed to implement.You're just checking the authorization status and never actually calling the request for authorization. As a result, authorization status is always going to be NotDetermined.
Nov ’15
Questions about a refund process
hello. I need to confirm whether the content I know is correct. The user requests a refund. Then Apple sends consumptionRequest Notification to the server. Is it possible to approve/reject HTTP Code 200 or 403? When approval, we receive 'refund' notification from Apple. If you are approved, you will receive 'refund_denied' notification from Apple. I wonder if the above process is correct and the answer to number 3 is correct. Thank you for read my Question :)
1
0
686
Mar ’23
Reply to Apple enrollment error: Your enrollment could not be completed.
I have same issue, I have checked my profile/account and all data are correct. First Name and Last name Age(older than 18 Payment card ( I already purchased apps/items in Appstore). I have tried master card, visa Address When I submit form to enroll development program I have checked HTTP request as well HTTP Request POST (406) https://developer.apple.com/servicesenrollment/submitIndividualEnrollment Response creationTimestamp: 2020-07-03T14:15:39ZhttpCode: 406requestUrl: https:/developer.apple.com/services-enrollment/submitIndividualEnrollmenresponseId: 8575721d-e88c-44c1-984f-cae3cc8fc5f2resultCode: 202000resultString: Your request could not be processeduserLocale: en_USuserString: Your request could not be processed As you can see I got some unknown error: Your request could not be processed Without any details about reason.
Jul ’20
Family Controls (Distribution) Capability Request
Hello! I recently submitted a request for the Family Controls (Distribution) for my app, and I’d be super happy if i could have some information about how long this process usually takes so i can plan accordingly. It would help immensly since we want to ship the app as soon as possible. I submitted the request around a week ago. Is there anything I can do on my end to help the process move more smoothly? Thanks in advance!
0
0
273
Jan ’26
Reply to ASAuthorizationController delegate inside class not called
I also encountered the same problem. Finally solved. presentationAnchor. It does not call, but it does not affect the process. Added a request. ASAuthorizationPasswordProvider().createRequest() There will be no animation bugs let appleIDProvider = ASAuthorizationAppleIDProvider() let request = appleIDProvider.createRequest() request.requestedScopes = [.fullName, .email] let authorizationController = ASAuthorizationController(authorizationRequests: [request, ASAuthorizationPasswordProvider().createRequest()])
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Unable to cancel my DTK order after few hours
Unable to cancel my DTK order after few hours because it was in processing state. Can I return as soon as I get and get my money back?
Replies
1
Boosts
0
Views
458
Activity
Jun ’20
Reply to Android Emulator on Silicon
Hello Team, Need help with launching Android TV on Mac M1 Pro Error : Emulator process for AVD has terminated. Unable to open android TV emulator on mac m1 pro -> Android Studio version Android Studio Bumblebee | 2021.1.1 Recommended and ARM images tabs are empty and unable to launch device by selecting any of the options under other images tab. Attaching screenshots for reference.
Replies
Boosts
Views
Activity
Feb ’22
The request to open
The request to open com.. failed. Domain: IDELaunchCoreDevice Code: 0 User Info: { DVTErrorCreationDateKey = 2024-02-01 08:08:37 +0000; IDERunOperationFailingWorker = IDELaunchCoreDeviceWorker; } The application failed to launch. Domain: com.apple.dt.CoreDeviceError Code: 10002 User Info: { BundleIdentifier = com..; } The request to open com.. failed. Domain: FBSOpenApplicationServiceErrorDomain Code: 1 Failure Reason: The request was denied by service delegate (SBMainWorkspace). User Info: { BSErrorCodeDescription = RequestDenied; FBSOpenApplicationRequestID = 0x85ac; } 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 Domain: NSPOSIXErrorDomain Code: 22 Failure Reason: Inva
Replies
0
Boosts
0
Views
1.2k
Activity
Feb ’24
NSURLSessionDataTask changes POST request to GET request
HiI'm experiencing very odd behavior with NSURLSessionDataTask. It seems that if I POST to an endpoint that has params in the URL, it will always get sent as GET request, even though I am explicitely setting the HTTPMethod of the NSMutableURLRequest to POST. When POSTing to an endpoint that is straight-foward and has no params in its URL (eg. no ?param=value), then NSURLSession will send it off as a POST request. Has anyone else experienced this behavior?
Replies
4
Boosts
0
Views
2.1k
Activity
Jul ’15
Enrollment being Processed since 13 August
We enrolled for the Apple Developer program on 13 August 2021, but our enrollment is still being processed since. We tried creating a support request but our emails are not being submitted for some reason. Please help.
Replies
5
Boosts
0
Views
658
Activity
Sep ’21
Enrollment process
I have registered in the apple account and filled all the required details but we are still getting the status Your enrollment is being processed. I am not sure what information is not verified if you can tell me if any more information needed from my end to verify my profile please let me know. Looking forward to your response. Priority: High
Replies
1
Boosts
0
Views
451
Activity
Apr ’21
Reply to government organization need a DUNS to enroll?
I am currently developing a government application and have submitted a request to enroll our account under an organization. However, the request has been pending for over two weeks. I have already provided the required document as requested by Apple, but I have not yet received any response. Could you please advise how long the organizational enrollment process typically takes?
Replies
Boosts
Views
Activity
Jun ’25
Zombie processes for terminal commands
Hello.We have encountered the following issue: we have a dynamic library that performs signature checks via codesign. The checks are performed using a pipe mechanism. The child runs execv(/usr/bin/codesign, -dv --versbose=2 {full_path_to_library}) and the parent reads the output of the execv command.When the library is loaded from an user level application, everything is working as expected: our library will run execv, a new codesign process will start and will finish its job successfully.When the library is loaded from a daemon process, our library will run execv, a new codesign process will start, will return success but it will not stop. The process will be marked as a zombie process. Tried to kill it programatically using 'kill( pid, SIGKILL)' and also via terminal using 'kill -9 pid'. We tried also with every available parameter of the kill command, still no success.The zombie processes will not stop, until machine restart. The issue is reproducing on
Replies
4
Boosts
0
Views
2.1k
Activity
Jun ’20
Reply to Location updates on OS X
See Requesting Permission to Use Location Services in the CLLocationManager documentation for the process you're supposed to implement.You're just checking the authorization status and never actually calling the request for authorization. As a result, authorization status is always going to be NotDetermined.
Replies
Boosts
Views
Activity
Nov ’15
Reply to Clarification on Passkeys Display in iOS 16
Since I was unable to attach images directly in the comment section, I have included the screenshot here. This image from Safari on iOS 17 shows the passkey modal during a sign-in request, displaying the synced passkeys. Please refer to this screenshot for visual context to my questions.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24
Your enrollment is being processed
Hey, we just created apple developer account and filled all the required information including our D-U-N-S number and after doing that we see this message Your enrollment is being processed and Enrollment ID also it didnt show the payment option Looking forward to your response.
Replies
0
Boosts
0
Views
404
Activity
Mar ’23
Questions about a refund process
hello. I need to confirm whether the content I know is correct. The user requests a refund. Then Apple sends consumptionRequest Notification to the server. Is it possible to approve/reject HTTP Code 200 or 403? When approval, we receive 'refund' notification from Apple. If you are approved, you will receive 'refund_denied' notification from Apple. I wonder if the above process is correct and the answer to number 3 is correct. Thank you for read my Question :)
Replies
1
Boosts
0
Views
686
Activity
Mar ’23
Reply to Apple enrollment error: Your enrollment could not be completed.
I have same issue, I have checked my profile/account and all data are correct. First Name and Last name Age(older than 18 Payment card ( I already purchased apps/items in Appstore). I have tried master card, visa Address When I submit form to enroll development program I have checked HTTP request as well HTTP Request POST (406) https://developer.apple.com/servicesenrollment/submitIndividualEnrollment Response creationTimestamp: 2020-07-03T14:15:39ZhttpCode: 406requestUrl: https:/developer.apple.com/services-enrollment/submitIndividualEnrollmenresponseId: 8575721d-e88c-44c1-984f-cae3cc8fc5f2resultCode: 202000resultString: Your request could not be processeduserLocale: en_USuserString: Your request could not be processed As you can see I got some unknown error: Your request could not be processed Without any details about reason.
Replies
Boosts
Views
Activity
Jul ’20
Family Controls (Distribution) Capability Request
Hello! I recently submitted a request for the Family Controls (Distribution) for my app, and I’d be super happy if i could have some information about how long this process usually takes so i can plan accordingly. It would help immensly since we want to ship the app as soon as possible. I submitted the request around a week ago. Is there anything I can do on my end to help the process move more smoothly? Thanks in advance!
Replies
0
Boosts
0
Views
273
Activity
Jan ’26