Search results for

We are unable to process your request

69,957 results found

Post

Replies

Boosts

Views

Activity

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
658
Jul ’23
unable to verify Update
So I put ios 9 on my iphone 6 as required for WatchOS2. I then put the profile on my iphone and installed it on the watch. Watch rebooted. Every looked fine. So i went to the software update part on the Apple Watch app and it downloaded the update. It then asked for my passcode to install it, I put it in. It then asked me to proceed, I clicked proceed. It tries to install for about 5 seconds and gets an Unable to verify update message. It states that it can't verify the update since I'm not connected to the internet. I am on Wi-fi as the instructions stated. So I went to safari and tested some websites - they work fine.Anyone else getting the Unable to verify update error? Any work around it?
2
0
2.1k
Jun ’15
Reply to xcodebuild for non-macOS target with macOS tool dependencies
I tried with --destination, using various combinations of platform=iOS, id=dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder and name=Any iOS Device. Unfortunately that device shows up in the list of ineligible destinations for the scheme, and produces this output: xcodebuild: error: Unable to find a destination matching the provided destination specifier: { id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder } The requested device could not be found because no available devices matched the request.
Jun ’20
Misdirected Request
Hi, I have been facing the following error for a while now.To give some background information - everything works fine on other browsers such as Google Chrome, Firefox and Internet Explorer however I want to make my site available to iOS/MAC OS users as well.When submitting an HTTP Request to my backend API, I get the following error from Safari:Misdirected RequestThe client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection.Sometimes it changes to a CORS Allow-Origin Error, however the origin is defined and allowed in my backend, resulting in no issues in other browsers. What can I do please?
0
0
848
Sep ’19
Video is still processing on Google drive iPhone
I wanted to upload a video on google drive but it is not uploading the video properly and it is showing me error as video is still processing try again in a few minutes. it caused frustration and wasted my time as I needed to share the video urgently. The delay in processing the video prevented me from completing my task on time. Secondly, as I was sharing the video with others, they were unable to view it until it was fully processed, which caused delays in our collaborative projects. I tried following the solutions i found on the internet but i am still facing the same issue.
1
0
869
Mar ’23
Unable to find AppShortcutProvider
Hello, I'm evaluating if it's worth to expose shortcuts from our app, it seems to be working fine on my machine - Apple Silicon, latest Tahoe beta, Xcode 26 beta. But if I compile the same code on our intel build agents which are running latest macOS 15 and Xcode 26 beta, once I install the bundle to /Applications on Tahoe I don't see any shortcuts. Only other difference is that CI build is signed with distribution DeveloperID certificate - I re-signed the build with my dev certificate and it has no effect. I found out that linkd is somehow involved in the discovery process and most relevant logs look like this: default (...) linkd Registry com.**** is not link enabled com.apple.appintents debug (...) linkd ApplicationService Created AppShortcutClient with bundleId: com.**** com.apple.appintents error (...) linkd AppService Unable to find AppShortcutProvider for com.**** com.apple.appintents Could you please advice where to look for the problem?
0
0
120
Jul ’25
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
294
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
983
Jul ’22
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
728
Apr ’21
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.6k
May ’17