Search results for

“Request failed with http status code 503”

201,007 results found

Post

Replies

Boosts

Views

Activity

Reply to Notary server down - 500 internal server error
Just an FYI that this is occurring once again-- use of notarytool w/ app-specific password is consistently failing today (Error: HTTP status code: 500. Internal server error. Error communicating with authentication service. Please try again at a later time.), whilst altool is still available and working using app-specific password.
Topic: Code Signing SubTopic: Notarization Tags:
Jun ’22
WeatherKit API: Getting random [503] Service Unavailable and [504] Gateway Time-out errors
Apple, Ya'll forced us off DarkSky today in favor of Apple WeatherKit. This is a not a very good introduction because our web applications are currently not displaying current weather conditions. When I dig into it I see random [503] Service Unavailable and [504] Gateway Time-out errors. Sometimes it works and sometimes it doesn't. DarkSky never had an issue like this for years. It's looking like WeatherKit is having a problem even though your system status page seems to think everything is normal. https://developer.apple.com/system-status/. How do I know if I am being blocked or rate limited? I'd expect to see 429 response codes if this were the case.
4
0
1.1k
Mar ’23
"SecStaticCodeCheckValidity" failed due to unable to verify the signature on the code.
Hey, the SecStaticCodeCheckValidity function is failing with error code status=-67050. It looks like due to unable to obtains and verify the signature of the specified code object. This API was working fine for Notarized packages but recently it started failing. Any suggestion on this will be highly appreciable.
1
0
962
Nov ’22
Make HTTPS request with client certificate from smartcard
Hello, I have a use case where I want to get the client certificate from my smartcard and use it to make att HTTPS request. In dotnet you can do something like this: /// ... X509Certificate2 cert; X509Store store = new X509Store(StoreName.My, StoreLocation.CurrentUser); store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly); cert = store.Certificates.Find( X509FindType.FindByThumbprint, thumbprint, false).First(); var handler = new HttpClientHandler(); handler.ClientCertificateOptions = ClientCertificateOption.Manual; handler.ClientCertificates.Add(cert); var client = new HttpClient(handler); var result = client.GetAsync(https://example.com).GetAwaiter().GetResult(); /// ... The above code will get a certificate from Windows certificate store (the certificate on the smart card is visible in the certificate store on Windows) and make a request using the certificate for authentication. However, in MacOS the certificate is not visible in the Keychain. It is visib
0
0
353
Oct ’23
In-App Purchase failing with no status after payment method update
We have implemented the non-renewable subscription but in-app purchase is not working properly when payment methods not added or trying to purchase using expired credit after update the payment methods at purchase time. We have had many users reporting that they have paid our product via in-app but we have failed to give him any status about the content because we haven't any purchase status after updating her payment methods. We have found that the issue occurred when the customer prompted to update their app store payment information during the IAP process. Any help that can be offered would be appreciated.
0
0
354
Jul ’20
App Review Stuck Since May 4 — Request for Status Check
App's Apple ID: 6763641491 I know there are already many posts about long review times, but we heard Apple Support may be able to help look into specific cases. We first submitted our app for review around April 27. There was some back-and-forth communication initially, but we have not received any updates since May 4. Timeline: May 8: Submitted an expedited review request May 11: Canceled the submission and re-submitted the exact same build, hoping it would resolve a possible queue issue May 12 (morning): Submitted another expedited review request for the new submission May 12 (night): Submitted a support request via email Could someone please help check the status of this review or whether there may be an issue with the submission queue? Thank you.
1
0
67
May ’26
Apple Search Ads - 503 service unavailable error on fetching “acls” endpoint.
Hi team, Kirill Zharskii from Fivetran engineering team is here with a question related to Search Ads API. Several of our connectors are facing an issue trying to fetch acls endpoint: curl -X GET -H 'Accept: application/json' -H 'Content-Type: application/json' -H 'Authorization: Bearer ' -H 'X-AP-Context: orgId=null' -A 'Jersey/2.45' 'https://api.searchads.apple.com/api/v5/acls?limit=1000&offset=0' the response is 503 service unavailable, but the request for token works fine. the issue started about 12 hours ago and going on. could you please share some input? TIA
0
0
289
Aug ’25
Reply to background uploads error w/ NSURLErrorCannotParseResponse when concurrent to http2 servers
In our case, these responses our definitely status 200's with json body. It doesn't happen with all requests only a minor but important chunk of users whom, once they received NSURLErrorCannotParseResponse they tend to get a lot of them. We attempt to retry these requests and that helps but does not resolve the issue. I have recently been able to reproduce the issue on iOS Simulator but simulating a transient/dropping Network connection with link conditioner. What I see is also in console reported as.. error 17:51:08.138859-0800 nsurlsessiond Task <86EF8AD5-8532-4D5F-B52F-4462078EA23A>.<525> HTTP load failed, 49316/0 bytes (error code: -1017 [4:-1]) We actually snooped CFNetwork binaries and found this string as _os_log_error_impl(rip - 0x14bb9b, *__os_log_default, 0x10, %{public}@ HTTP load failed, %lld/%lld bytes (error code: %ld [%ld:%d]), &var_70, 0x3a); This may be a transient error leaking through a fall thr
Topic: App & System Services SubTopic: General Tags:
Feb ’22
Family Controls entitlement request — 4 weeks, no status update
I submitted my Family Controls entitlement request on April 21 for my iOS app and still haven't heard anything back. We have had no approval or status update. It's been close to a month now. This is blocking me from testing and moving forward with the app since it relies on the Screen Time / Family Controls APIs. Has anyone run into delays this long recently? Thanks
0
0
250
4w
Requesting URL Filter capability
Hello, We're exploring the new URL Filter capability and we managed change the SimpleURLFilter so that it could work on macOS. However, on macOS it won't work as even when signed for debugging it tries to use Apple's OHTTP Relay. Failed to fetch Token Issuer Directory. { URL: https://gateway.icloud.com/pat-issuer-directory?issuer=localhost } { Status Code: 503 So I have two questions: Will it be possible to debug URL Filter locally on macOS? Even more important: how can I send a capability request so that our OHTTP Gateway could be used? I checked everywhere, but it seems there's simply no way to request this capability at this moment.
2
0
253
Aug ’25
kextload failed "Authenticating extension failed: Bad code signature."
I get this error when loading kext. Authenticating extension failed: Bad code signature. The MacBook system status is as follows. There are a few points to illustrate. This kext file works fine with SIP turned off in MacBook 2018 (MacOS 10.14.6). This kext will not be released, it will only be used for debugging within our own group. This kext has been compiled into the arm64 version. The SIP option has been turned off in recovery mode and the option to reduce security has been checked for kext testing. I want to use this kext (and not distribute) if I have to use the Apple Developer program for authentication and signing and authentication. What should I do if I don't need to? Or is it not caused by certified signatures?
0
0
1.2k
Mar ’23
How to make 'post' HTTP request in Swift?
hello! I've a log in page in my app in which I'm doing authentication and making a post request.I'll be grabbing the token from the API that I'm provided with.However, my code isn't printing anything on the print log. Please help!! @IBAction func submit(sender: AnyObject) { //creating a function that will connect to API func connectToWebAPI(){ //setting up the base64-encoded credentials let userName = user let password = pass let loginString = NSString(format: %@:%@, userName, password) let loginData: NSData = loginString.dataUsingEncoding(NSUTF8StringEncoding)! let base64LoginString = loginData.base64EncodedStringWithOptions(nil) //creating the request let url = NSURL(string: http://www.telize.com/geoip) var request = NSMutableURLRequest(URL: url!) let config = NSURLSessionConfiguration.defaultSessionConfiguration() let session = NSURLSession.sharedSession() request.addValue(application/json, forHTTPHeaderField: Content-Type) request.addValue(application/json, forHTTPHeade
1
0
13k
Jul ’15
Reply to Notary server down - 500 internal server error
Just an FYI that this is occurring once again-- use of notarytool w/ app-specific password is consistently failing today (Error: HTTP status code: 500. Internal server error. Error communicating with authentication service. Please try again at a later time.), whilst altool is still available and working using app-specific password.
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Jun ’22
WeatherKit API: Getting random [503] Service Unavailable and [504] Gateway Time-out errors
Apple, Ya'll forced us off DarkSky today in favor of Apple WeatherKit. This is a not a very good introduction because our web applications are currently not displaying current weather conditions. When I dig into it I see random [503] Service Unavailable and [504] Gateway Time-out errors. Sometimes it works and sometimes it doesn't. DarkSky never had an issue like this for years. It's looking like WeatherKit is having a problem even though your system status page seems to think everything is normal. https://developer.apple.com/system-status/. How do I know if I am being blocked or rate limited? I'd expect to see 429 response codes if this were the case.
Replies
4
Boosts
0
Views
1.1k
Activity
Mar ’23
Add certificate to HTTP POST request
Hi,How can i fetch the certificate from keychain and add into HTTP header. I want to share the certificate with server to validate if request send by valid comapny issued device or not. Please suggest.
Replies
3
Boosts
0
Views
1.9k
Activity
Sep ’16
"SecStaticCodeCheckValidity" failed due to unable to verify the signature on the code.
Hey, the SecStaticCodeCheckValidity function is failing with error code status=-67050. It looks like due to unable to obtains and verify the signature of the specified code object. This API was working fine for Notarized packages but recently it started failing. Any suggestion on this will be highly appreciable.
Replies
1
Boosts
0
Views
962
Activity
Nov ’22
Reply to HTTP load failed (error code:
Seems that errors 1003 and 999 are not HTTP errors, at least not registered in the standard :see h ttp://www.iana.org/assignments/http-status-codes/http-status-codes.xhtmlCan you show the exact error message ?
Replies
Boosts
Views
Activity
Jan ’18
Make HTTPS request with client certificate from smartcard
Hello, I have a use case where I want to get the client certificate from my smartcard and use it to make att HTTPS request. In dotnet you can do something like this: /// ... X509Certificate2 cert; X509Store store = new X509Store(StoreName.My, StoreLocation.CurrentUser); store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly); cert = store.Certificates.Find( X509FindType.FindByThumbprint, thumbprint, false).First(); var handler = new HttpClientHandler(); handler.ClientCertificateOptions = ClientCertificateOption.Manual; handler.ClientCertificates.Add(cert); var client = new HttpClient(handler); var result = client.GetAsync(https://example.com).GetAwaiter().GetResult(); /// ... The above code will get a certificate from Windows certificate store (the certificate on the smart card is visible in the certificate store on Windows) and make a request using the certificate for authentication. However, in MacOS the certificate is not visible in the Keychain. It is visib
Replies
0
Boosts
0
Views
353
Activity
Oct ’23
In-App Purchase failing with no status after payment method update
We have implemented the non-renewable subscription but in-app purchase is not working properly when payment methods not added or trying to purchase using expired credit after update the payment methods at purchase time. We have had many users reporting that they have paid our product via in-app but we have failed to give him any status about the content because we haven't any purchase status after updating her payment methods. We have found that the issue occurred when the customer prompted to update their app store payment information during the IAP process. Any help that can be offered would be appreciated.
Replies
0
Boosts
0
Views
354
Activity
Jul ’20
App Review Stuck Since May 4 — Request for Status Check
App's Apple ID: 6763641491 I know there are already many posts about long review times, but we heard Apple Support may be able to help look into specific cases. We first submitted our app for review around April 27. There was some back-and-forth communication initially, but we have not received any updates since May 4. Timeline: May 8: Submitted an expedited review request May 11: Canceled the submission and re-submitted the exact same build, hoping it would resolve a possible queue issue May 12 (morning): Submitted another expedited review request for the new submission May 12 (night): Submitted a support request via email Could someone please help check the status of this review or whether there may be an issue with the submission queue? Thank you.
Replies
1
Boosts
0
Views
67
Activity
May ’26
Apple Search Ads - 503 service unavailable error on fetching “acls” endpoint.
Hi team, Kirill Zharskii from Fivetran engineering team is here with a question related to Search Ads API. Several of our connectors are facing an issue trying to fetch acls endpoint: curl -X GET -H 'Accept: application/json' -H 'Content-Type: application/json' -H 'Authorization: Bearer ' -H 'X-AP-Context: orgId=null' -A 'Jersey/2.45' 'https://api.searchads.apple.com/api/v5/acls?limit=1000&offset=0' the response is 503 service unavailable, but the request for token works fine. the issue started about 12 hours ago and going on. could you please share some input? TIA
Replies
0
Boosts
0
Views
289
Activity
Aug ’25
Reply to Failed retrieving request UUID for upload
On Apple System Status looks like the Notary system is up and running but I have the same issue... tested a few minutes ago. App Store Connect Operation Error Failed retreiving request UUID for upload
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to background uploads error w/ NSURLErrorCannotParseResponse when concurrent to http2 servers
In our case, these responses our definitely status 200's with json body. It doesn't happen with all requests only a minor but important chunk of users whom, once they received NSURLErrorCannotParseResponse they tend to get a lot of them. We attempt to retry these requests and that helps but does not resolve the issue. I have recently been able to reproduce the issue on iOS Simulator but simulating a transient/dropping Network connection with link conditioner. What I see is also in console reported as.. error 17:51:08.138859-0800 nsurlsessiond Task <86EF8AD5-8532-4D5F-B52F-4462078EA23A>.<525> HTTP load failed, 49316/0 bytes (error code: -1017 [4:-1]) We actually snooped CFNetwork binaries and found this string as _os_log_error_impl(rip - 0x14bb9b, *__os_log_default, 0x10, %{public}@ HTTP load failed, %lld/%lld bytes (error code: %ld [%ld:%d]), &var_70, 0x3a); This may be a transient error leaking through a fall thr
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22
Family Controls entitlement request — 4 weeks, no status update
I submitted my Family Controls entitlement request on April 21 for my iOS app and still haven't heard anything back. We have had no approval or status update. It's been close to a month now. This is blocking me from testing and moving forward with the app since it relies on the Screen Time / Family Controls APIs. Has anyone run into delays this long recently? Thanks
Replies
0
Boosts
0
Views
250
Activity
4w
Requesting URL Filter capability
Hello, We're exploring the new URL Filter capability and we managed change the SimpleURLFilter so that it could work on macOS. However, on macOS it won't work as even when signed for debugging it tries to use Apple's OHTTP Relay. Failed to fetch Token Issuer Directory. { URL: https://gateway.icloud.com/pat-issuer-directory?issuer=localhost } { Status Code: 503 So I have two questions: Will it be possible to debug URL Filter locally on macOS? Even more important: how can I send a capability request so that our OHTTP Gateway could be used? I checked everywhere, but it seems there's simply no way to request this capability at this moment.
Replies
2
Boosts
0
Views
253
Activity
Aug ’25
kextload failed "Authenticating extension failed: Bad code signature."
I get this error when loading kext. Authenticating extension failed: Bad code signature. The MacBook system status is as follows. There are a few points to illustrate. This kext file works fine with SIP turned off in MacBook 2018 (MacOS 10.14.6). This kext will not be released, it will only be used for debugging within our own group. This kext has been compiled into the arm64 version. The SIP option has been turned off in recovery mode and the option to reduce security has been checked for kext testing. I want to use this kext (and not distribute) if I have to use the Apple Developer program for authentication and signing and authentication. What should I do if I don't need to? Or is it not caused by certified signatures?
Replies
0
Boosts
0
Views
1.2k
Activity
Mar ’23
How to make 'post' HTTP request in Swift?
hello! I've a log in page in my app in which I'm doing authentication and making a post request.I'll be grabbing the token from the API that I'm provided with.However, my code isn't printing anything on the print log. Please help!! @IBAction func submit(sender: AnyObject) { //creating a function that will connect to API func connectToWebAPI(){ //setting up the base64-encoded credentials let userName = user let password = pass let loginString = NSString(format: %@:%@, userName, password) let loginData: NSData = loginString.dataUsingEncoding(NSUTF8StringEncoding)! let base64LoginString = loginData.base64EncodedStringWithOptions(nil) //creating the request let url = NSURL(string: http://www.telize.com/geoip) var request = NSMutableURLRequest(URL: url!) let config = NSURLSessionConfiguration.defaultSessionConfiguration() let session = NSURLSession.sharedSession() request.addValue(application/json, forHTTPHeaderField: Content-Type) request.addValue(application/json, forHTTPHeade
Replies
1
Boosts
0
Views
13k
Activity
Jul ’15