Search results for

We are unable to process your request

69,930 results found

Post

Replies

Boosts

Views

Activity

Reply to Simulator refuses to connect to *.local. hostname
Hi, Ben. ;-)I can confirm this. I'm going through an older app, making changes to debug on Xcode 7.1 and iOS 9, and in the process of figuring out the correct way to add an exception for ATS in development mode (where I can't easily use HTTPS), I've found that the simulator is unable to connect to the local Mac in surprising ways.I'm using the .local ATS exception described by Quinn in another thread, but a request to that .local address is unable to connect. When checking by hand through Safari in the simulator, I tried a bunch of different things that all should reach the same development server.http://localhost:3000/ - workshttp://127.0.0.1:3000/ - workshttp://steves-mac-pro.local:3000/ - failshttp://macpro:3000/ - failshttp://192.168.1.12:3000/ - failsThe middle one resolves via Bonjour, and I can telnet to it from a terminal (though it fails on two IPv6 addresses before succeeding with an IPv4 address). macpro will resolve in the default DNS domain to the last one. All
Oct ’15
Unable to continue purchasing Apple developer program
Hello, I changed my device during the registration and purchase process of the Apple developer program, which has caused me to be unable to continue purchasing now. My software has been developed and cannot be sold now. I have contacted customer service, but they are unable to resolve this issue I am looking for a solution and hope someone can help me. Thank you very much.
1
0
145
Apr ’25
Reply to Safari and super slow after Big Sur update
I'm having this problem too on several Macs, but sporadically. I've noticed that when it occurs, that umount appears in the Activity Monitor spiked at 100% cpu. I am unable to kill the process even with force quit or kill -9. After the process eventually crashes, safari goes back to normal. If anyone else is still experiencing this issue, can you check your activity monitor to see if umount is running?
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’21
Maintain the background process running as long as the Safari process is alive
In the current Safari App Extension framework the background Swift process can be removed by the OS at any point while Safari is still running. This creates multiple issues:1. You cannot store any state about the tab in the background, which is neccessary if you want to update the button label and icon, or context menu options based on the state of the tab2. There may be a big delay between user pressing the extension button and any visible response, since the background app extension process needs to be reinitialized if it got killed.My question is whether there is a way to maintain the background app extension process running for as long as Safari itself is open and/or would that be considered bad practice? If it is, what would be the way to mitigate the issues outlined above?
3
0
2.5k
Nov ’19
Reviewer's GET request working, but not POST requests
Hello, I have submitted my app and the reviewer says he can't login or register. - We received an error when we tried to register an account. Please note we were connected to a working wifi network. After looking in my server logs, i found that a lot of requests worked, but they are only GET requests. Here is an example of what I saw in the logs: onyxphysique.com.gzwu5532.odns.fr-ssl_log-Dec-2024.gz:17.65.180.45 - - [03/Dec/2024:12:10:55 +0100] GET /courses HTTP/1.1 200 92750 - Mozilla/5.0 (iPad; CPU OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 I am 100% sure that these logs are from the reviewer, since it matches the time of the review screenshots, and the Apple Reviewer's message says that it was tested on an IPad with iOS 18.1.1. I haven't found any POST request log. The login and register requests are POST requests. I guess this is where the problem is. It seems like the reviewer is not able to send POST requests to m
0
0
237
Dec ’24
Unable to submit the app
Dear Developers It is really frustrating. I am getting below errors I tried to contact Apple developer program but unfortunately not getting response. I appreciate your quick help. I am trying to submit app (updated version) but somehow it is not. As my app is custom app and already 1.0 version published just adding new version I am getting following errors The Organization ID or Apple ID you entered could not be found. Try again. Not sure why this error is coming as I already uploaded the app with same organization id. I thought let's try in this way and made the option for app store but now i am getting another error Unable to Submit for Review The items below are required to start the review process: An error has occurred. Try again later. Any help ,response would be helpful. Thanks in advance.
4
0
1.6k
Aug ’20
Unable to export Strings Catalog
I've spent 3 days moving localization from my older project to my new project and converted to Strings Catalog. When I tried to export, I got the Unable to build project for localization string extraction error. Read about that and the workaround seems to be to set Localisation Export Supported to NO, which I did. I worked once and now it refuses to export and complains about missing targets, which I had to remove from the export process as recommended. WTH? Or, at some point it complained about a missing Swift Package. wwdc2023-10155
2
0
1.1k
Oct ’23
TestFlight app processing
Hello everyone. I have send app to TestFlight around 6 hours ago and it's still processing. I've also send to testing environment same app as it was before this release (only build bump), and it's still processing. Previously I needed to wait only 5-10 min max, do you know if there are some issues with app processing? Or maybe someone from you have experienced something like this?
4
0
2.1k
Oct ’21