Search results for

“We are unable to process your request”

73,615 results found

Post

Replies

Boosts

Views

Activity

uiwebview Unable to read document
Here is the code- (void)loadUrlWithString:(NSString *)path { NSURL *url = [NSURL fileURLWithPath:path]; NSURLRequest *request = [NSURLRequest requestWithURL:url]; [self.webView loadRequest:request]; }The path is right. I could open this document with msword or pages.And these words shows on UIWebview finally Unable to Read Document An error occurred while reading the documentJust this file , other documents (.doc) are fine.sorry for my poor English
1
0
455
Mar ’16
Requesting a refund
Dear Apple Pay Support, I am writing to request a refund of $1296.59 for a transaction made on September 23, 2024, with Express Oil Change & Tires Engineering. I paid for auto repair services which were not performed. I explained to the merchant the specific repairs my car needed, and they accepted payment with the understanding that these services would be completed. However, after paying, the agreed-upon repairs were not done. This transaction depleted my savings. I am currently in my final semester of college, and having a working vehicle is essential for attending classes and completing my studies. The lack of promised repairs is creating a significant hardship and is impacting my ability to succeed academically. I have no family support system to fall back on financially; they are facing their own difficulties and I am unable to ask them for assistance. After discovering the repairs were not completed, I contacted Express Oil Change & Tires Engineering on 9/23/2024 to request
1
0
455
Oct ’24
Unable to Submit for Review
When I try to submit my app update, I get this error: Unable to Submit for Review The items below are required to start the review process: This field is required However, there aren't any fields that are marked as not required. Here are the things I've checked so far: I've uploaded appropriate sized photos for iPhone 6.5, iPhone 5.5, iPad Pro 12.9 2nd Gen, iPad Pro 12.9 3rd Gen. I've ensured that all the phone types in the Media Manager has photos in them. Selected Free for app pricing Ensured I accepted the new Paid Apps agreements Double checked that I have a rating selected. Double checked that the certificate for my app is still in my account's certificate list
6
0
1.7k
Apr ’21
How to submit images in review process
I am trying to submit a new app for review. Part of the process requests that I submit images of the app in different formats: 5.5 iPhone, 12.5 iPad, etc. I used the Xcode simulator to create the required views then used Shift, Command, 4 and Space bar to capture the different image. When I tried to drag these images onto the page, a message told me that my images were the wrong size. I need from you is a step-by-step procedure as to how to generate the correct image for any one of the correct devices.
1
0
1.3k
Nov ’21
Stuck in Processing
I made some tiny changes to my app which is in the Testflight beta stage.Builds up to 4 uploaded fine, 5 and subsequent builds have been stuck in the Processing stage for nearly 24 hours.Is there anything I can do about that? I want to ship my app! How does processing go from 5 - 10 minutes to 24 hours? Why does it even take 5 - 10 minutes? What is it doing? Surely checking the API usage can't take that long... particularly this app, it's 2 view controllers and a handful of classes. It's about as small as it gets.
5
0
2.8k
Mar ’16
Unable to Sign macOS App – Missing Valid Developer ID Application and Installer Certificates – Request for Account Reset?
Hello, I have created multiple Developer ID Application and Developer ID Installer certificates across different Apple OS versions without keeping the Certificate Signing Requests (CSR). As I’m not very experienced with Apple’s system, I made this mistake and now I am unable to create new certificates because I have reached the maximum number of certificates allowed. I develop software based on Electron and have been building and signing my applications with electron-builder, integrating the app signing needed to submit the app to the Apple Store via Transporter. Here is the relevant portion of my package.json build config: mac: { appId: com.nome_app.ext, type: distribution, target: [ mas ], artifactName: name_app.${ext}, category: public.app-category.utilities, provisioningProfile: build/prov_prof_mac_name_app.provisionprofile }, mas: { appId: com.name_app.ravia, hardenedRuntime: false, type: distribution, gatekeeperAssess: true, artifactName: name_app.${ext}, category: public.app-category.
1
0
182
Jun ’25
Stuck in processing
Hey all!We are seeing an issue with 2 of our applications where the latest uploaded builds are stuck in processing. We tried uploading with different dev accounts, no difference so for one app in fact as a result we have now 2 builds stuck in processing (one build for > 2 weeks, the other > 1 week). Is anyone experiening issues and has come across any solutions please?Thanks in advance!
4
0
1k
May ’20
Requests and impressions
Hi, I don't fully understand the concept of requests and impressions. When a view with an iadBannerView loads it makes a request to show an add, and when/if the add is shown it is an impression. I don´t get money of requests, but impressions, right? What kind of things could prevent the request to turn into an impression? The user navigating to a different viewController before the ad is loaded? Bad network? Would for example disable userInterAction for the app until the ad is shown be a way to optimise the fill rate?
1
0
408
Dec ’15
Reply to Unable to observe Focus status changes from an Intents app extension
[quote='760536021, brettneese, /thread/760536, /profile/brettneese'] I am unable to trigger the logs in the INShareFocusStatusIntentHandling extension. [...] I am also unable to hit any breakpoints in the extension. [/quote] I just built this sample with Xcode 16 beta 4, and ran it on iOS 18 beta 4, and hit a breakpoint the intent extension. What you're running into here is that you are not attached to the correct process to see the logs, or hit those breakpoints. Debugging SiriKit intents requires you to think in terms of a multi-process architecture, which can be different than the standard debugging workflow when working on your main app. To setup a debug session correctly, using the Debug > Attach to Process by PID or Name menu is very helpful. The process name you're looking for will be the name of the extension target, which is IntentHandler for the sample code you cited. If you enter that into the dialog box, the debugger will wait for a process
Topic: App & System Services SubTopic: General Tags:
Jul ’24
Reply to Load ARReferenceImage from dropbox
Hi Koos, would you mind putting some sample lines of code online showing how you got it working... obviously some pre-processing needed as described by 4k4 but been unable to find what specifically this preprocessing needs to be....Thanks in advanceRegardsGraeme
Topic: Spatial Computing SubTopic: ARKit Tags:
Apr ’18
Reply to Integrate performance profiling in another application
There's no supported way for you to use Instruments without installing Xcode. If you'd like us to consider making that possible, please file an enhancement request using Feedback Assistant. Once you file the request, please post the FB number here. If you're not familiar with how to file enhancement requests, take a look at Bug Reporting: How and Why? Your second question is not a technical one, so I am unable to provide an answer. You may wish to discuss it with your legal counsel.
May ’24
Reply to What are causes of networkURLUnauthorized in a message filter extension
For ILMessageFilterExtensionNetworkURL, the value should be the exact URL to use for network requests. The error networkURLUnauthorized is thrown when your app isn't authorized to to defer requests. You can also use Console.app to monitor your processes and see if additional information is wielded, such as a line for Using URL for network request to ensure the information is being provided correctly.
Topic: App & System Services SubTopic: General Tags:
Jan ’25
uiwebview Unable to read document
Here is the code- (void)loadUrlWithString:(NSString *)path { NSURL *url = [NSURL fileURLWithPath:path]; NSURLRequest *request = [NSURLRequest requestWithURL:url]; [self.webView loadRequest:request]; }The path is right. I could open this document with msword or pages.And these words shows on UIWebview finally Unable to Read Document An error occurred while reading the documentJust this file , other documents (.doc) are fine.sorry for my poor English
Replies
1
Boosts
0
Views
455
Activity
Mar ’16
Requesting a refund
Dear Apple Pay Support, I am writing to request a refund of $1296.59 for a transaction made on September 23, 2024, with Express Oil Change & Tires Engineering. I paid for auto repair services which were not performed. I explained to the merchant the specific repairs my car needed, and they accepted payment with the understanding that these services would be completed. However, after paying, the agreed-upon repairs were not done. This transaction depleted my savings. I am currently in my final semester of college, and having a working vehicle is essential for attending classes and completing my studies. The lack of promised repairs is creating a significant hardship and is impacting my ability to succeed academically. I have no family support system to fall back on financially; they are facing their own difficulties and I am unable to ask them for assistance. After discovering the repairs were not completed, I contacted Express Oil Change & Tires Engineering on 9/23/2024 to request
Replies
1
Boosts
0
Views
455
Activity
Oct ’24
Unable to Submit for Review
When I try to submit my app update, I get this error: Unable to Submit for Review The items below are required to start the review process: This field is required However, there aren't any fields that are marked as not required. Here are the things I've checked so far: I've uploaded appropriate sized photos for iPhone 6.5, iPhone 5.5, iPad Pro 12.9 2nd Gen, iPad Pro 12.9 3rd Gen. I've ensured that all the phone types in the Media Manager has photos in them. Selected Free for app pricing Ensured I accepted the new Paid Apps agreements Double checked that I have a rating selected. Double checked that the certificate for my app is still in my account's certificate list
Replies
6
Boosts
0
Views
1.7k
Activity
Apr ’21
TestFlight users unable to update app
Developer succesfully pushed a new app build to TestFlight. Testers are notified but unable to perform an update. Error Message is Could not install app name. The requested app is not available or doesn't exist
Replies
3
Boosts
0
Views
802
Activity
Jan ’24
Reply to Error 1110 - Report & Solution (Data Recovery)
Hello everyone, has anyone seen this message? My iPhone still cannot be repaired. This is the 11th 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
Sep ’23
How to submit images in review process
I am trying to submit a new app for review. Part of the process requests that I submit images of the app in different formats: 5.5 iPhone, 12.5 iPad, etc. I used the Xcode simulator to create the required views then used Shift, Command, 4 and Space bar to capture the different image. When I tried to drag these images onto the page, a message told me that my images were the wrong size. I need from you is a step-by-step procedure as to how to generate the correct image for any one of the correct devices.
Replies
1
Boosts
0
Views
1.3k
Activity
Nov ’21
Stuck in Processing
I made some tiny changes to my app which is in the Testflight beta stage.Builds up to 4 uploaded fine, 5 and subsequent builds have been stuck in the Processing stage for nearly 24 hours.Is there anything I can do about that? I want to ship my app! How does processing go from 5 - 10 minutes to 24 hours? Why does it even take 5 - 10 minutes? What is it doing? Surely checking the API usage can't take that long... particularly this app, it's 2 view controllers and a handful of classes. It's about as small as it gets.
Replies
5
Boosts
0
Views
2.8k
Activity
Mar ’16
Unable to Sign macOS App – Missing Valid Developer ID Application and Installer Certificates – Request for Account Reset?
Hello, I have created multiple Developer ID Application and Developer ID Installer certificates across different Apple OS versions without keeping the Certificate Signing Requests (CSR). As I’m not very experienced with Apple’s system, I made this mistake and now I am unable to create new certificates because I have reached the maximum number of certificates allowed. I develop software based on Electron and have been building and signing my applications with electron-builder, integrating the app signing needed to submit the app to the Apple Store via Transporter. Here is the relevant portion of my package.json build config: mac: { appId: com.nome_app.ext, type: distribution, target: [ mas ], artifactName: name_app.${ext}, category: public.app-category.utilities, provisioningProfile: build/prov_prof_mac_name_app.provisionprofile }, mas: { appId: com.name_app.ravia, hardenedRuntime: false, type: distribution, gatekeeperAssess: true, artifactName: name_app.${ext}, category: public.app-category.
Replies
1
Boosts
0
Views
182
Activity
Jun ’25
Stuck in processing
Hey all!We are seeing an issue with 2 of our applications where the latest uploaded builds are stuck in processing. We tried uploading with different dev accounts, no difference so for one app in fact as a result we have now 2 builds stuck in processing (one build for > 2 weeks, the other > 1 week). Is anyone experiening issues and has come across any solutions please?Thanks in advance!
Replies
4
Boosts
0
Views
1k
Activity
May ’20
Requests and impressions
Hi, I don't fully understand the concept of requests and impressions. When a view with an iadBannerView loads it makes a request to show an add, and when/if the add is shown it is an impression. I don´t get money of requests, but impressions, right? What kind of things could prevent the request to turn into an impression? The user navigating to a different viewController before the ad is loaded? Bad network? Would for example disable userInterAction for the app until the ad is shown be a way to optimise the fill rate?
Replies
1
Boosts
0
Views
408
Activity
Dec ’15
Payment Sheet stuck in Processing
As per Requesting an Apple Pay Payment Session, i have got a session from Apple's Server, i am passing the same in the completeMerchantValidation function, still the Payment Sheet keeps on processing. After timeout interval it gets closed automatically. I am using Sandbox Account and Production Environment. What could be the reason for this?
Replies
0
Boosts
0
Views
579
Activity
Oct ’23
Reply to Unable to observe Focus status changes from an Intents app extension
[quote='760536021, brettneese, /thread/760536, /profile/brettneese'] I am unable to trigger the logs in the INShareFocusStatusIntentHandling extension. [...] I am also unable to hit any breakpoints in the extension. [/quote] I just built this sample with Xcode 16 beta 4, and ran it on iOS 18 beta 4, and hit a breakpoint the intent extension. What you're running into here is that you are not attached to the correct process to see the logs, or hit those breakpoints. Debugging SiriKit intents requires you to think in terms of a multi-process architecture, which can be different than the standard debugging workflow when working on your main app. To setup a debug session correctly, using the Debug > Attach to Process by PID or Name menu is very helpful. The process name you're looking for will be the name of the extension target, which is IntentHandler for the sample code you cited. If you enter that into the dialog box, the debugger will wait for a process
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Load ARReferenceImage from dropbox
Hi Koos, would you mind putting some sample lines of code online showing how you got it working... obviously some pre-processing needed as described by 4k4 but been unable to find what specifically this preprocessing needs to be....Thanks in advanceRegardsGraeme
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Apr ’18
Reply to Integrate performance profiling in another application
There's no supported way for you to use Instruments without installing Xcode. If you'd like us to consider making that possible, please file an enhancement request using Feedback Assistant. Once you file the request, please post the FB number here. If you're not familiar with how to file enhancement requests, take a look at Bug Reporting: How and Why? Your second question is not a technical one, so I am unable to provide an answer. You may wish to discuss it with your legal counsel.
Replies
Boosts
Views
Activity
May ’24
Reply to What are causes of networkURLUnauthorized in a message filter extension
For ILMessageFilterExtensionNetworkURL, the value should be the exact URL to use for network requests. The error networkURLUnauthorized is thrown when your app isn't authorized to to defer requests. You can also use Console.app to monitor your processes and see if additional information is wielded, such as a line for Using URL for network request to ensure the information is being provided correctly.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25