Search results for

“Request failed with http status code 503”

201,004 results found

Post

Replies

Boosts

Views

Activity

Apple ACME client failing to poll order when order is in "processing" status.
I'm developing an ACME server to issue identity certificates to macOS/iOS devices for MDM attestation, following RFC 8555. Per RFC, the client creates an order, performs authorization, verifies the challenge, and finalizes the order by submitting a CSR to the CA. In my setup, the CA sometimes takes longer to issue the certificate (around 50 seconds). According to RFC 8555, if certificate issuance isn’t complete after the /finalize call, the server should respond with an order object with a processing status. The client should then send a POST-as-GET request to the order resource (e.g., /order/) to check the current state. If the CA still hasn’t issued the certificate, the server should return the order object with the same processing status and include a Retry-After header, indicating when the client should retry. The client is expected to poll the order resource at this specified interval with POST-as-GET requests. However, it seems the Apple ACME client ignores the Retry-
0
0
656
Nov ’24
Reply to Cannot configure Sign in with Apple – Save fails with 501 Not Implemented
I’m facing the same issue when trying to add Website URLs for Sign in with Apple under a Service ID. Each time I try to save, I receive the following error in the network logs: Request URL: https://developer.apple.com/services-account/v1/bundleIds/********* Request Method: PATCH Status Code: 501 Not Implemented Referrer Policy: strict-origin-when-cross-origin And on screen: Unsupported Request PATCH to http://developer.apple.com/services-account/v1/bundleIds/********* not supported. Reference #8.e0e1502.1756116573.39d998e It looks like the portal is rejecting the PATCH request when saving Website URLs. Has anyone else experienced this issue, or is there a workaround to successfully save the configuration?
Aug ’25
Status Code 7000 when attempting to notarize a file
Hi all, Every year about 20 or 30 fee-paying developers attempt to notarize their mac apps and during the process they get a rejection response that says Status Code 7000: Team ID not yet configured for notarization. No one has ever been able to get their team ID configured for notarization if they get hit by the 7000 status code error. Every month we get 5 or 6 new posts by people saying they got hit with it, and NEVER once has anyone posted a follow-up that they had the issue resolved. As Apple Engineers, can you provide any insight into this problem?
1
0
88
4d
Reply to HTTP2 NSPOSIXErrorDomain Code=100 "Protocol error”.
The weirdest thing is that on the server side the request’s status code is 200.These values are not in the same namespace. The error you’re getting back from NSURLSession has a domain of NSPOSIXErrorDomain, meaning that it’s EPROTO from <sys/errno.h>. It’s hard to say where this is coming from, but it has nothing to do with HTTP status codes. Please grab a CFNetwork diagnostic log (per QA1887) and see if it offers any insight into the source of the error.Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Jul ’18
503 Service Unavailable when calling Apple Search Ads API
hi, since yesterday I'm getting 503 error in my process. I'm using API v3: https://api.searchads.apple.com/api/v3/search/apps?returnOwnedApps=true but my cert are not expired yet. Could you please confirm it is still ok to use API v3. API v4 is also based on domain api.searchads.apple.com and on a site which I use to check if url is up or not: https://www.isitdownrightnow.com/ I'm getting response that service is unavailable so even API v4 is affected? Does anyone else is also having problems to connect to API v3 or API v4?
1
0
2.1k
Jul ’22
Reply to Test Flight "The profile can't be installed. Try again."
We are having this issue as well. Trying to install from previous builds also fails with the same error. Looking in the console logs I found this: TestFlight Install Request Completed (status = Failed): { bundleID = , appType = 2, version = , currentTaskStatus = 22, previousTaskStatus = 9, installStatus = 0, reachedTerminalStatus = 1, reachedFailureStatus = 1, reachedCancelledStatus = 0, percentComplete = 0.000000, userFailureReason = : errorMessage = The profile can’t be installed. Try again., code = -1, serverCode = 605, serverFailureReason = Error Downloading Install Data, persistentIdentifier = 0, installID = (null) }
Jun ’24
watchOS Screenshot Upload - Fails with Status 409
Hello All, I'm in the process of adding new screenshots for our product page. I deleted all watch related screenshots from both languages to add the new ones. It worths noting that the older screenshots that I deleted were taken from Watch Series 4, the new ones on the other hand are from Watch Series 6. What happens is that the upload starts, then immediately the process gets stuck with no conclusion on the UI of App Store Connect. So I checked the console from Safari here is the result: terrors : [ { ttid : ae556f72-dd1e-45b6-93c6-7b5ef6f17cab, ttstatus : 409, ttcode : STATE_ERROR, tttitle : The request cannot be fulfilled because of the state of another resource., ttdetail : Screenshot Set Already Exists! t}, { ttid : cfc6190c-35da-4e76-a22b-5c36930a5674, ttstatus : 409, ttcode : STATE_ERROR, tttitle : The request cannot be fulfilled because of the state of another resource., ttdetail : Screenshot Set with type WATCH_SERIES_4 Already Exists! t} ] } Unfortunately I can't see any screenshot
4
0
1.3k
Oct ’20
Loading http from https warning in WKWebView intermittently blocks requests
We have an app that is partly powered by a WKWebView. For various reasons irrelevant to this question, we're using a local webserver to serve content and act as a proxy to the WKWebView. The local web server is http (and not easily changed to https). The webview's baseURL is https. In iOS 8, we received console warnings about loading insecure content (as expected). In iOS 9, it appears the requests to the local webserver are sometimes blocked, and sometimes not, as indicated in the screenshot here: http://d.pr/i/11Tvy/36DWnMtt+Most are marked as [blocked], however the second one is not, even though nothing from the warning would indicate why that one would be allowed through and the others not.Is there any insight as to why some requests are blocked and not others, or under what conditions a request is blocked?To be clear: I'm very aware of why this warning is being printed, and why loading http from https could be a bad idea. I'
Topic: Safari & Web SubTopic: General Tags:
2
0
3.3k
Aug ’15
Swift - Http get request to class
Hi, I would like to create a class with 4 parameters : IoT IP address and 3 additional strings received from the http request. the constructor will receive an IP address and create a class member with the IP address and additional 3 strings received from the request. Appreciate anyone help. Thank you.
3
0
4.8k
Jun ’21
macOS Daemon fails to work with Authenticating HTTP/HTTPS proxy in System Preferences
Hi,We are facing an issue where the launch daemons fails to work with the authenticating proxy configured in System Preferences.We tried both NSURLConnection and NSURLSession APIs and both fails with following error:Error with NSURLConnection:Error Domain=kCFErrorDomainCFNetwork Code=311 There was a problem establishing a secure tunnel through the web proxy server. UserInfo={NSErrorFailingURLStringKey=https://google.com/, NSErrorFailingURLKey=https://google.com/, _kCFStreamErrorCodeKey=-2097, _kCFStreamErrorDomainKey=4, NSLocalizedRecoverySuggestion=Please check your proxy settings.For help with this problem, contact your system administrator., NSLocalizedDescription=There was a problem establishing a secure tunnel through the web proxy server.}Error with NSURLSession: Error Domain=kCFErrorDomainCFNetwork Code=311 (null) UserInfo={_kCFStreamErrorCodeKey=-2097, _kCFStreamErrorDomainKey=4}Same binary works fine when run as command line tool with this proxy c
6
0
6.3k
Dec ’18
"code signing swiftkeychainwrapper.framework failed"
Hello there,When I want to distribute my .ipa file, I'm getting code signing failed error at the end of process.The distribution standard log: code = 306; description = Failed to resolve rpath for Alamofire: Could not resolve @executable_path for @executable_path/Frameworks from Alamofire; info = { }; level = WARN; }, { code = 306; description = Failed to resolve rpath for SwiftKeychainWrapper: Could not resolve @executable_path for @executable_path/Frameworks from SwiftKeychainWrapper; info = { }; level = WARN; }, { code = 330; description = Failed to resolve linkage dependency SwiftKeychainWrapper i386 -> @rpath/libswiftCore.dylib: Unknown arch i386; info = { }; level = WARN; },The distribution pipeline log:2018-09-22 21:17:51 +0000 /var/folders/tm/1dmb5cd92zx5txhhfz_5jbpm0000gn/T/XcodeDistPipeline.gwn/Root/Payload/MyApp.app/Frameworks/SwiftKeychainWrapper.framework: code object is not signed at all2018-09-22 21:17:51 +0000
0
0
891
Sep ’18
Reply to XCode 26.5: cannot Copy shared cache symbols from Apple Watch
I'm having the exact same issue. Copying the symbols from my watch always stalls out after a few percent. I've tried rebooting all devices many times, clearing various caches, removing and re-adding devices in Xcode and nothing has fixed it. The Xcode Downloads window is also showing this error: Failed with HTTP status 403: forbidden Domain: DataGatheringNSURLSessionDelegate Code: 1 User Info: { DVTErrorCreationDateKey = 2026-06-10 19:29:37 +0000; } -- Failed with HTTP status 403: forbidden Domain: DataGatheringNSURLSessionDelegate Code: 1 -- System Information macOS Version 26.5.1 (Build 25F80) Xcode 26.5 (24943) (Build 17F42) Timestamp: 2026-06-10T12:29:37-07:00 I've tried signing out of my Apple Account in Xcode and signing back in, but that has not fixed it.
3d
Apple ACME client failing to poll order when order is in "processing" status.
I'm developing an ACME server to issue identity certificates to macOS/iOS devices for MDM attestation, following RFC 8555. Per RFC, the client creates an order, performs authorization, verifies the challenge, and finalizes the order by submitting a CSR to the CA. In my setup, the CA sometimes takes longer to issue the certificate (around 50 seconds). According to RFC 8555, if certificate issuance isn’t complete after the /finalize call, the server should respond with an order object with a processing status. The client should then send a POST-as-GET request to the order resource (e.g., /order/) to check the current state. If the CA still hasn’t issued the certificate, the server should return the order object with the same processing status and include a Retry-After header, indicating when the client should retry. The client is expected to poll the order resource at this specified interval with POST-as-GET requests. However, it seems the Apple ACME client ignores the Retry-
Replies
0
Boosts
0
Views
656
Activity
Nov ’24
Reply to Cannot configure Sign in with Apple – Save fails with 501 Not Implemented
I’m facing the same issue when trying to add Website URLs for Sign in with Apple under a Service ID. Each time I try to save, I receive the following error in the network logs: Request URL: https://developer.apple.com/services-account/v1/bundleIds/********* Request Method: PATCH Status Code: 501 Not Implemented Referrer Policy: strict-origin-when-cross-origin And on screen: Unsupported Request PATCH to http://developer.apple.com/services-account/v1/bundleIds/********* not supported. Reference #8.e0e1502.1756116573.39d998e It looks like the portal is rejecting the PATCH request when saving Website URLs. Has anyone else experienced this issue, or is there a workaround to successfully save the configuration?
Replies
Boosts
Views
Activity
Aug ’25
Status Code 7000 when attempting to notarize a file
Hi all, Every year about 20 or 30 fee-paying developers attempt to notarize their mac apps and during the process they get a rejection response that says Status Code 7000: Team ID not yet configured for notarization. No one has ever been able to get their team ID configured for notarization if they get hit by the 7000 status code error. Every month we get 5 or 6 new posts by people saying they got hit with it, and NEVER once has anyone posted a follow-up that they had the issue resolved. As Apple Engineers, can you provide any insight into this problem?
Replies
1
Boosts
0
Views
88
Activity
4d
Reply to HTTP2 NSPOSIXErrorDomain Code=100 "Protocol error”.
The weirdest thing is that on the server side the request’s status code is 200.These values are not in the same namespace. The error you’re getting back from NSURLSession has a domain of NSPOSIXErrorDomain, meaning that it’s EPROTO from <sys/errno.h>. It’s hard to say where this is coming from, but it has nothing to do with HTTP status codes. Please grab a CFNetwork diagnostic log (per QA1887) and see if it offers any insight into the source of the error.Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Replies
Boosts
Views
Activity
Jul ’18
Reply to Xcode cloud: The page you’re looking for can’t be found.
Same here. 503.
Replies
Boosts
Views
Activity
Jan ’26
503 Service Unavailable when calling Apple Search Ads API
hi, since yesterday I'm getting 503 error in my process. I'm using API v3: https://api.searchads.apple.com/api/v3/search/apps?returnOwnedApps=true but my cert are not expired yet. Could you please confirm it is still ok to use API v3. API v4 is also based on domain api.searchads.apple.com and on a site which I use to check if url is up or not: https://www.isitdownrightnow.com/ I'm getting response that service is unavailable so even API v4 is affected? Does anyone else is also having problems to connect to API v3 or API v4?
Replies
1
Boosts
0
Views
2.1k
Activity
Jul ’22
Code signing "INFOnlineLibrary.framework" failed.
I am getting the following error: Code signing INFOnlineLibrary.framework failed. I can not release my app.
Replies
0
Boosts
0
Views
474
Activity
Oct ’19
Reply to Test Flight "The profile can't be installed. Try again."
We are having this issue as well. Trying to install from previous builds also fails with the same error. Looking in the console logs I found this: TestFlight Install Request Completed (status = Failed): { bundleID = , appType = 2, version = , currentTaskStatus = 22, previousTaskStatus = 9, installStatus = 0, reachedTerminalStatus = 1, reachedFailureStatus = 1, reachedCancelledStatus = 0, percentComplete = 0.000000, userFailureReason = : errorMessage = The profile can’t be installed. Try again., code = -1, serverCode = 605, serverFailureReason = Error Downloading Install Data, persistentIdentifier = 0, installID = (null) }
Replies
Boosts
Views
Activity
Jun ’24
code sign failed with non zero exit code
Having resolved the previous problems with code signing my evaluate now fails considerably later with code sign failed with non zero code. Anyone give me a hint for this please?
Replies
3
Boosts
0
Views
934
Activity
Aug ’21
watchOS Screenshot Upload - Fails with Status 409
Hello All, I'm in the process of adding new screenshots for our product page. I deleted all watch related screenshots from both languages to add the new ones. It worths noting that the older screenshots that I deleted were taken from Watch Series 4, the new ones on the other hand are from Watch Series 6. What happens is that the upload starts, then immediately the process gets stuck with no conclusion on the UI of App Store Connect. So I checked the console from Safari here is the result: terrors : [ { ttid : ae556f72-dd1e-45b6-93c6-7b5ef6f17cab, ttstatus : 409, ttcode : STATE_ERROR, tttitle : The request cannot be fulfilled because of the state of another resource., ttdetail : Screenshot Set Already Exists! t}, { ttid : cfc6190c-35da-4e76-a22b-5c36930a5674, ttstatus : 409, ttcode : STATE_ERROR, tttitle : The request cannot be fulfilled because of the state of another resource., ttdetail : Screenshot Set with type WATCH_SERIES_4 Already Exists! t} ] } Unfortunately I can't see any screenshot
Replies
4
Boosts
0
Views
1.3k
Activity
Oct ’20
Loading http from https warning in WKWebView intermittently blocks requests
We have an app that is partly powered by a WKWebView. For various reasons irrelevant to this question, we're using a local webserver to serve content and act as a proxy to the WKWebView. The local web server is http (and not easily changed to https). The webview's baseURL is https. In iOS 8, we received console warnings about loading insecure content (as expected). In iOS 9, it appears the requests to the local webserver are sometimes blocked, and sometimes not, as indicated in the screenshot here: http://d.pr/i/11Tvy/36DWnMtt+Most are marked as [blocked], however the second one is not, even though nothing from the warning would indicate why that one would be allowed through and the others not.Is there any insight as to why some requests are blocked and not others, or under what conditions a request is blocked?To be clear: I'm very aware of why this warning is being printed, and why loading http from https could be a bad idea. I'
Topic: Safari & Web SubTopic: General Tags:
Replies
2
Boosts
0
Views
3.3k
Activity
Aug ’15
Swift - Http get request to class
Hi, I would like to create a class with 4 parameters : IoT IP address and 3 additional strings received from the http request. the constructor will receive an IP address and create a class member with the IP address and additional 3 strings received from the request. Appreciate anyone help. Thank you.
Replies
3
Boosts
0
Views
4.8k
Activity
Jun ’21
macOS Daemon fails to work with Authenticating HTTP/HTTPS proxy in System Preferences
Hi,We are facing an issue where the launch daemons fails to work with the authenticating proxy configured in System Preferences.We tried both NSURLConnection and NSURLSession APIs and both fails with following error:Error with NSURLConnection:Error Domain=kCFErrorDomainCFNetwork Code=311 There was a problem establishing a secure tunnel through the web proxy server. UserInfo={NSErrorFailingURLStringKey=https://google.com/, NSErrorFailingURLKey=https://google.com/, _kCFStreamErrorCodeKey=-2097, _kCFStreamErrorDomainKey=4, NSLocalizedRecoverySuggestion=Please check your proxy settings.For help with this problem, contact your system administrator., NSLocalizedDescription=There was a problem establishing a secure tunnel through the web proxy server.}Error with NSURLSession: Error Domain=kCFErrorDomainCFNetwork Code=311 (null) UserInfo={_kCFStreamErrorCodeKey=-2097, _kCFStreamErrorDomainKey=4}Same binary works fine when run as command line tool with this proxy c
Replies
6
Boosts
0
Views
6.3k
Activity
Dec ’18
"code signing swiftkeychainwrapper.framework failed"
Hello there,When I want to distribute my .ipa file, I'm getting code signing failed error at the end of process.The distribution standard log: code = 306; description = Failed to resolve rpath for Alamofire: Could not resolve @executable_path for @executable_path/Frameworks from Alamofire; info = { }; level = WARN; }, { code = 306; description = Failed to resolve rpath for SwiftKeychainWrapper: Could not resolve @executable_path for @executable_path/Frameworks from SwiftKeychainWrapper; info = { }; level = WARN; }, { code = 330; description = Failed to resolve linkage dependency SwiftKeychainWrapper i386 -> @rpath/libswiftCore.dylib: Unknown arch i386; info = { }; level = WARN; },The distribution pipeline log:2018-09-22 21:17:51 +0000 /var/folders/tm/1dmb5cd92zx5txhhfz_5jbpm0000gn/T/XcodeDistPipeline.gwn/Root/Payload/MyApp.app/Frameworks/SwiftKeychainWrapper.framework: code object is not signed at all2018-09-22 21:17:51 +0000
Replies
0
Boosts
0
Views
891
Activity
Sep ’18
Reply to XCode 26.5: cannot Copy shared cache symbols from Apple Watch
I'm having the exact same issue. Copying the symbols from my watch always stalls out after a few percent. I've tried rebooting all devices many times, clearing various caches, removing and re-adding devices in Xcode and nothing has fixed it. The Xcode Downloads window is also showing this error: Failed with HTTP status 403: forbidden Domain: DataGatheringNSURLSessionDelegate Code: 1 User Info: { DVTErrorCreationDateKey = 2026-06-10 19:29:37 +0000; } -- Failed with HTTP status 403: forbidden Domain: DataGatheringNSURLSessionDelegate Code: 1 -- System Information macOS Version 26.5.1 (Build 25F80) Xcode 26.5 (24943) (Build 17F42) Timestamp: 2026-06-10T12:29:37-07:00 I've tried signing out of my Apple Account in Xcode and signing back in, but that has not fixed it.
Replies
Boosts
Views
Activity
3d