Search results for

“We are unable to process your request”

73,613 results found

Post

Replies

Boosts

Views

Activity

Reply to Architecture advice: Multiple, parallel networking sessions from share extension
[Networking in a Short-Lived Extension] was helpful Man, I wish that we’d eliminated the need for that post in the intervening years )-: With regards your current issue, I think you might be able to riff of this: Pop the URLs into some sort of queue in the shared container and process them incrementally with a background fetch. Rather than process this using background fetch, you could do this in the completion handle for your current request. So: In the shared container, maintain some state indicating whether a request is in flight. If it’s not, start the request from your share extension. If it is, add the request to the queue. When a request completes, in your main app, see if there’s anything in the queue and, if there is, kick off requests for each item. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: General Tags:
Aug ’23
Process: BOT [8165] What's process and application is this? is this process normal iphone?
is this process normal process in IOS? Incident Identifier: CBC595FA-A653-47F3-9231-610385B08C94 CrashReporter Key: f69d5a69644fd8ba54c1ab73d395d93c1d892451 Hardware Model: iPhone14,5 Process: BOT [8165] Path: /private/var/containers/Bundle/Application/E15D39E7-3478-4CAF-AE19-84A98B7057F0/BOT.app/BOT Identifier: im.thebot Version: 2.15.2 (202302042014) AppStoreTools: 14C17 AppVariant: 1:iPhone14,5:15 Code Type: ARM-64 (Native) Role: Non UI Parent Process: launchd [1] Coalition: im.thebot [1094] Date/Time: 2023-02-15 23:12:58.7717 +0400 Launch Time: 2023-02-15 04:26:46.6773 +0400 OS Version: iPhone OS 16.3.1 (20D67) Release Type: User Baseband Version: 2.40.01 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Triggered by Thread: 0 Application Specific Information: abort() called Last Exception Backtrace: 0 CoreFoundation 0x1ccbece38 __exceptionPreprocess + 164 1 libobjc.A.dylib 0x1c5d838d8 objc_exception_throw +
0
0
481
Mar ’23
Reply to Does a Notification Service Extension continue executing network requests after calling contentHandler?
It is a mixture of a number of things. After calling contentHandler, the notification starts getting processed, and as far as you are concerned the NSE is done. If there is no memory pressure, and the extension is known to run frequently, the system may not terminate the process, but reuse it by leaving it in memory, and just give it execution time the next time it needs to run. So, the process could stay alive after contentHandler, but it is not guaranteed. It could be terminated right after, or it could be left in memory for one notification, but could end up being terminated after another one. The URLSession task continues to run, because the NSE process is not the one running it, but the system handles the network requests. The request may complete after calling contentHandler, but by the time it does there may be no process to return the results to. So, it is not entirely safe to rely on this assumption, but you could fire-and-forget, as long
1w
Reply to Why is Apple refunding (6 IAP consumables) to customer even though they have exhaused their purchase?
UPDATE: Further refund requests received: Today again this user has requested another IAP consumable refund This user is using our app for ~4-months now And now they are requesting refund for their past purchases Which Apple is approving inspite of us sending out consumption request (received 202 from Apple API). This is their 7th IAP consumable refund request in past 3-days. How can Apple allow this to happen. I fear Apple will again just approve REFUND after 12-hours, with us unable to do a zilch about this fraud. HOW CAN WE GET THIS MATTER ESCALATED ON PRIORITY?????
Topic: App & System Services SubTopic: StoreKit Tags:
May ’24
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
Your enrollment is being processed for 3 months and still process
I'm from Vietnam, and I opened a business account for my company, but it's taken 3 months already, and it's still being processed :)) what's wrong with Apple? How a startup company can survive to waiting for an account to release the product? I don't know how long it takes, but it's too funny.
Replies
0
Boosts
0
Views
582
Activity
Aug ’23
Reply to Disable library validation entitlements makes app fail GateKeeper
Thank you for an answer. That's what I was suspecting. It would be nice it if it would be mentioned somewhere in the documentation (maybe it is, I was unable to find it). I am trying to load libhostfxr.dylib, which is shipped with .NET installation on the system and would allow me to host .NET runtime in my process.
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Feb ’21
"Processing for Distribution"
Hey, Why is it taking so long for the processing for distribution? It's been a week since I manually released it.
Replies
1
Boosts
0
Views
225
Activity
Feb ’25
Reply to Architecture advice: Multiple, parallel networking sessions from share extension
[Networking in a Short-Lived Extension] was helpful Man, I wish that we’d eliminated the need for that post in the intervening years )-: With regards your current issue, I think you might be able to riff of this: Pop the URLs into some sort of queue in the shared container and process them incrementally with a background fetch. Rather than process this using background fetch, you could do this in the completion handle for your current request. So: In the shared container, maintain some state indicating whether a request is in flight. If it’s not, start the request from your share extension. If it is, add the request to the queue. When a request completes, in your main app, see if there’s anything in the queue and, if there is, kick off requests for each item. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23
We are currently experiencing processing issues. Build processing may be delayed
We are currently experiencing processing issues. Build processing may be delayed.has been two days, what is going on? any update?
Replies
4
Boosts
0
Views
898
Activity
Jul ’18
Reply to NSURLSession with share extension returns -995 on OSX
The old DevForums link displays There was an error processing your request - is there another way to view that discussion?
Replies
Boosts
Views
Activity
Apr ’16
Process: BOT [8165] What's process and application is this? is this process normal iphone?
is this process normal process in IOS? Incident Identifier: CBC595FA-A653-47F3-9231-610385B08C94 CrashReporter Key: f69d5a69644fd8ba54c1ab73d395d93c1d892451 Hardware Model: iPhone14,5 Process: BOT [8165] Path: /private/var/containers/Bundle/Application/E15D39E7-3478-4CAF-AE19-84A98B7057F0/BOT.app/BOT Identifier: im.thebot Version: 2.15.2 (202302042014) AppStoreTools: 14C17 AppVariant: 1:iPhone14,5:15 Code Type: ARM-64 (Native) Role: Non UI Parent Process: launchd [1] Coalition: im.thebot [1094] Date/Time: 2023-02-15 23:12:58.7717 +0400 Launch Time: 2023-02-15 04:26:46.6773 +0400 OS Version: iPhone OS 16.3.1 (20D67) Release Type: User Baseband Version: 2.40.01 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Triggered by Thread: 0 Application Specific Information: abort() called Last Exception Backtrace: 0 CoreFoundation 0x1ccbece38 __exceptionPreprocess + 164 1 libobjc.A.dylib 0x1c5d838d8 objc_exception_throw +
Replies
0
Boosts
0
Views
481
Activity
Mar ’23
Reply to Does a Notification Service Extension continue executing network requests after calling contentHandler?
It is a mixture of a number of things. After calling contentHandler, the notification starts getting processed, and as far as you are concerned the NSE is done. If there is no memory pressure, and the extension is known to run frequently, the system may not terminate the process, but reuse it by leaving it in memory, and just give it execution time the next time it needs to run. So, the process could stay alive after contentHandler, but it is not guaranteed. It could be terminated right after, or it could be left in memory for one notification, but could end up being terminated after another one. The URLSession task continues to run, because the NSE process is not the one running it, but the system handles the network requests. The request may complete after calling contentHandler, but by the time it does there may be no process to return the results to. So, it is not entirely safe to rely on this assumption, but you could fire-and-forget, as long
Replies
Boosts
Views
Activity
1w
Reply to XCTest table snapshot failure with Xcode 11.4
I am also experience the same. Failed to get matching snapshots: Unable to perform work on main run loop, process main thread busy for 2.0s - recommend retry by clientBut working fine in Xcode 11.3.1
Replies
Boosts
Views
Activity
May ’20
Reply to Weatherkit Authorization Failed 401
Since yesterday, I've noticed the same failure. I also tried deleting and re-creating the profiles and app capability unsuccessfully [WeatherDataService] Received authentication failure for request. And the 401 status code later in the error log.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Why is Apple refunding (6 IAP consumables) to customer even though they have exhaused their purchase?
UPDATE: Further refund requests received: Today again this user has requested another IAP consumable refund This user is using our app for ~4-months now And now they are requesting refund for their past purchases Which Apple is approving inspite of us sending out consumption request (received 202 from Apple API). This is their 7th IAP consumable refund request in past 3-days. How can Apple allow this to happen. I fear Apple will again just approve REFUND after 12-hours, with us unable to do a zilch about this fraud. HOW CAN WE GET THIS MATTER ESCALATED ON PRIORITY?????
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
May ’24
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
Reply to Purchase Status
Just an email on order acknowledgement of order request only. Said the request will be processed on 2 days business. Since 18/12/2024 until now still no reply from the team.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Image Playground stuck at Early Access requested
I have been stuck with Early Access requested for 5 days now. I downloaded 18.2 day one and requested shortly after my update. It seems it may be bugged or is verifying each account through some unknown process.
Replies
Boosts
Views
Activity
Oct ’24
Reply to [Urgent] app packged with Xcode16 crashed on iOS12
I have just found the same issue. Updated App is failing, checking the console shows that bootstrap failed with error unable to obtain valid process handle. I have several users reporting issues after upgrading
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’25