Search results for

We are unable to process your request

69,892 results found

Post

Replies

Boosts

Views

Activity

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
451
Mar ’23
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
411
Oct ’24
MDM CSR request
Hello, 3 months ego we started the procedure to create our own iOS MDM solution. https://developer.apple.com/business/documentation/MDM-Protocol-Reference.pdf First, we created an Apple developer account and asked to add the MDM CSR request option: our request for has been rejected. Support told us that only Apple Developer Enterprise owners can have this option. Second, The support told us to create an Apple Business Manager account: there are no option to create an MDM CSR request. Third, we asked 3 times Apple Developer Enterprise account but our requests was rejected and support asked as to create Apple Developer and Apple Business Manager accounts (already created). Someone had the same issue ? thanks ! Regards,
4
0
3.2k
Jan ’21
Unable to renew developer subscription
For two days already cannot renew my developer subscription. The whole process goes as expected, but with an error in the end:- - - - - >8 - - - - -We are unable to complete your orderThere was an issue when we processed your order. Verify that your information is correct and try again. If you need further assistance contact us.Please enter a valid product.- - - - - >8 - - - - -The product is selected and indicated right below the error message:Apple Developer Program1 year membershipUS$ 99Your order will be charged in U.S. dollars.Order Total: US$ 99Please advise what can be the reason?Tried three different browsers, on OSX and Windows.
45
0
13k
Feb ’16
Reply to Apps Stuck in "In Review" Status - No Response from Apple
I recently received a termination notice for my Apple Developer Program membership, despite successfully having one app approved and providing requested information for another app. This termination came as a surprise after my app review requests were still under process. I would like to request more detailed information on the exact nature of the violations, as I am committed to resolving any issues that may have occurred. I believe this may be a misunderstanding or related to a specific action during the app submission process. Please provide further clarification on how I can proceed with this matter.
2d
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
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
396
Dec ’15
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
446
Mar ’16
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
Apple Silicon: launch an arm64 process from a Rosetta/x86_64 process
It seems that when suing NSTask to launch an executable from a process running under Rosetta 2, the new process will always run under Rosetta as well, even if the target executable has an arm64 slice. Is there a way to override/prevent this? In my concrete case, I have a x86_64 process that is launching debugserver (from inside Xcode 12, which is a fat binary with both x86_64 and arm64 slices) to debug another (arm64) process. In my testing, the exact same command line for debugserver works fine when run from Terminal, but when my process launches it via NSTask, debugserver thinks its target binary is/should be x86_64, and thus fails... Thoughts?
1
0
3.5k
Oct ’20