Search results for

“We are unable to process your request”

73,273 results found

Post

Replies

Boosts

Views

Activity

Apple Pay processing stuck
I am implementing a payment integration with Cybersource using Apple Pay. I was able to request a valid merchant session from the Apple Pay Servers and pass it to the completeMerchantValidation function (apple pay on the web). The payment sheet pops up but keeps getting stuck at processing. After 30-60 seconds an error pops up: Apple Pay Not Completed. This website was not able to complete the payment. Please try again.. I found one related topic on the Apple forum but the only solution had something to do with the domain (initiativeContext) but I doubled checked and this was not my problem. Does someone has any idea why this is not working? I am trying to figure out why it is stuck at processing for days now but I can't find anything...
2
0
5.1k
May ’22
Reply to Curl file upload -F post request in objective c
You can find my general advice on this topic in Debugging HTTP Server-Side Errors. The basic idea is to use a debugging proxy (or a lower-level packet trace tool) to compare a successful request (from curl) and an unsuccessful request (from your app) to see how they differ. Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
May ’17
Reply to Xcode Cloud builds failing with random 502 errors when resolving packages
Also seeing this. Our builds are giving: Command exited with non-zero exit-code: 128 fatal: unable to access 'https://github.com/my-project-repo.git/': The requested URL returned error: 502 Your SCM service 'github.com' failed to respond, please check that it's available and while resolving package dependencies they all: error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
May ’24
Post processing in VisionOS
WWDC21 had a cool demo project with fish, with a watery, misty look (Dive into RealityKit). It used post processing in RealityKit, but the ARView class isn’t available in VisionOS. Can CompositorLayer be used instead for post processing in full immersion?
0
0
310
Nov ’24
How to debug PAC processing
When the PAC is processed (specifically findProxyForURL() is run) - what is the best way to debug that? Some browsers provide ways to understand what is happening inside that function (ie. through alert() you can show values of specific variables as they are set during execution). Is there a way to debug the PAC processing on iOS? For instance by logging some user-controlled output to the console?
1
0
1k
Jul ’22
About the review process
Hello, I'm having problems with the review process, especially in July. The review process for my apps is taking too long. It may take a few days for the application to be reviewed. When the rejection comes, the release time of the application is even longer. I would like to speak for myself. I am a teacher. I have my own educational institution. I have an application that I produced for that institution and I want to keep track of my students there. However, with some warnings, the application is rejected. This is perfectly normal, but the review process is constantly Waiting for review. in the warning. Why are they so slow these days? Or is this the only case for me?
0
0
673
Jul ’23
WKFrameInfo request
Hi.It is not possible to get WKFrameInfo.request if request is null with swift 3.0. With swift 2.3 it was working.In the delegate method decidePolicy for I try to access navigationAction.targetFrame.request. This causes the app to crashif thr request is null.libswiftFoundation.dylib`static Foundation.URLRequest._unconditionallyBridgeFromObjectiveC (Swift.Optional<__ObjC.NSURLRequest>) -> Foundation.URLRequest:function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead> of Foundation.URLRequest.init (_bridged : __ObjC.NSURLRequest) -> Foundation.URLRequest
9
0
2.7k
May ’17
Unable to Submit for Review - This field is required
I am trying to submit a new revision of an existing free app to the App Store through App Store Connect. I have filled in all required field, but when I press the Submit for Review button, I get an error message: Unable to Submit for Review The items below are required to start the review process: This field is required There is no indication as to what field is required and I cannot continue. The problem never existed before.
2
0
770
Apr ’21
Unable to install updates
I have a problem with installing new updates on my iPhone XS... i'm unable to accept update terms and conditions... After pressing on accept, nothing happens and the screen keeps showing terms and conditions I both tried with iOS 14 standard and iOS 14.2 developer beta How do i solve this problem?
0
0
266
Sep ’20
Unable to add Product Page Optimization
After attempting to add: We can't process your request. The new test will show up with a status of draft. If I try and Edit details of Product Page Test and add treatments there, the Save button does nothing.
Replies
1
Boosts
0
Views
582
Activity
Jul ’24
Apple Pay processing stuck
I am implementing a payment integration with Cybersource using Apple Pay. I was able to request a valid merchant session from the Apple Pay Servers and pass it to the completeMerchantValidation function (apple pay on the web). The payment sheet pops up but keeps getting stuck at processing. After 30-60 seconds an error pops up: Apple Pay Not Completed. This website was not able to complete the payment. Please try again.. I found one related topic on the Apple forum but the only solution had something to do with the domain (initiativeContext) but I doubled checked and this was not my problem. Does someone has any idea why this is not working? I am trying to figure out why it is stuck at processing for days now but I can't find anything...
Replies
2
Boosts
0
Views
5.1k
Activity
May ’22
Reply to Rejection: this app has been found to contain features to determine the review status of the app
>Of course, in my request, I also shown the source code above ...Good approach, good process, thanks for the followup and good luck in the store.
Replies
Boosts
Views
Activity
Nov ’19
Reply to Your enrollment in the Apple Developer Program could not be completed at this time.
Same problem here. In Hawaii. I get a 406, with a resultCode 202000 and a Your request could not be processed when I try to register as an individual/sole proprietor.
Replies
Boosts
Views
Activity
Jul ’20
Reply to Curl file upload -F post request in objective c
You can find my general advice on this topic in Debugging HTTP Server-Side Errors. The basic idea is to use a debugging proxy (or a lower-level packet trace tool) to compare a successful request (from curl) and an unsuccessful request (from your app) to see how they differ. Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Replies
Boosts
Views
Activity
May ’17
Reply to Xcode Cloud builds failing with random 502 errors when resolving packages
Also seeing this. Our builds are giving: Command exited with non-zero exit-code: 128 fatal: unable to access 'https://github.com/my-project-repo.git/': The requested URL returned error: 502 Your SCM service 'github.com' failed to respond, please check that it's available and while resolving package dependencies they all: error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
Replies
Boosts
Views
Activity
May ’24
Unable to install WatchOS3
Downloaded and installed correct profile and still unable to update WatchOS2 to WatchOS3. Tried deleting profile and then impairing watch and repairing then downloading the Profile again, this has still failed.
Replies
3
Boosts
0
Views
837
Activity
Jul ’16
Post processing in VisionOS
WWDC21 had a cool demo project with fish, with a watery, misty look (Dive into RealityKit). It used post processing in RealityKit, but the ARView class isn’t available in VisionOS. Can CompositorLayer be used instead for post processing in full immersion?
Replies
0
Boosts
0
Views
310
Activity
Nov ’24
How to debug PAC processing
When the PAC is processed (specifically findProxyForURL() is run) - what is the best way to debug that? Some browsers provide ways to understand what is happening inside that function (ie. through alert() you can show values of specific variables as they are set during execution). Is there a way to debug the PAC processing on iOS? For instance by logging some user-controlled output to the console?
Replies
1
Boosts
0
Views
1k
Activity
Jul ’22
Reply to App Stuck in "Waiting for Review" – No Update for Several Days
I have even requested to expedite the review process. E-Mailed apple several times and all the responses I got said to 'WAIT'
Replies
Boosts
Views
Activity
Apr ’25
About the review process
Hello, I'm having problems with the review process, especially in July. The review process for my apps is taking too long. It may take a few days for the application to be reviewed. When the rejection comes, the release time of the application is even longer. I would like to speak for myself. I am a teacher. I have my own educational institution. I have an application that I produced for that institution and I want to keep track of my students there. However, with some warnings, the application is rejected. This is perfectly normal, but the review process is constantly Waiting for review. in the warning. Why are they so slow these days? Or is this the only case for me?
Replies
0
Boosts
0
Views
673
Activity
Jul ’23
Unable to enroll on developer program
Hello all im unable to enroll on the developer program shows unable to continue on the app.have tried many times but still no luck have tried diffrent devices .
Replies
2
Boosts
0
Views
67
Activity
Apr ’25
WKFrameInfo request
Hi.It is not possible to get WKFrameInfo.request if request is null with swift 3.0. With swift 2.3 it was working.In the delegate method decidePolicy for I try to access navigationAction.targetFrame.request. This causes the app to crashif thr request is null.libswiftFoundation.dylib`static Foundation.URLRequest._unconditionallyBridgeFromObjectiveC (Swift.Optional<__ObjC.NSURLRequest>) -> Foundation.URLRequest:function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead> of Foundation.URLRequest.init (_bridged : __ObjC.NSURLRequest) -> Foundation.URLRequest
Replies
9
Boosts
0
Views
2.7k
Activity
May ’17
Unable to Submit for Review - This field is required
I am trying to submit a new revision of an existing free app to the App Store through App Store Connect. I have filled in all required field, but when I press the Submit for Review button, I get an error message: Unable to Submit for Review The items below are required to start the review process: This field is required There is no indication as to what field is required and I cannot continue. The problem never existed before.
Replies
2
Boosts
0
Views
770
Activity
Apr ’21
Unable to install updates
I have a problem with installing new updates on my iPhone XS... i'm unable to accept update terms and conditions... After pressing on accept, nothing happens and the screen keeps showing terms and conditions I both tried with iOS 14 standard and iOS 14.2 developer beta How do i solve this problem?
Replies
0
Boosts
0
Views
266
Activity
Sep ’20