Search results for

“Request failed with http status code 503”

201,007 results found

Post

Replies

Boosts

Views

Activity

Unable to verify enterprise apps. Service ppq.apple.com return error 503
Today i found that my enterprise apps with valid distribution certificates and provisioning profiles not work at all. In General -> Profiles & Device Management its not verified. When i'm trying to verify apps i'm catching the warning with the following: Unable to Verify iPhone Distribution: My Distribution certificate Apps. A network connection is required to verify iPhone Distribution: My Distribution certificate apps on this iPad. Connect to the Internet and try again. But everything is OK with my internet connection. I found even here: https://support.apple.com/en-gb/HT204460 that there is a service ppq.apple.com, that verifies enterprise apps, but this service is unavailable on link: https://ppq.apple.com , return error 503. Whats happened and how can i fix this issue? And how periodically does the Apple device checks the verification status of the distribution certificates of my app? Am i alone face this issue?
11
0
30k
Jan ’18
Reply to Complication stops updating when Apple Watch is on the charger
It appears that when the app resumes the URLSession's download task, less than 50 milliseconds later, the request fails: Error Domain=NSPOSIXErrorDomain Code=1 Operation not permitted UserInfo={NSErrorFailingURLStringKey=https:[my request url], NSErrorFailingURLKey=https:[my request url], _NSURLErrorRelatedURLSessionTaskErrorKey=( BackgroundDownloadTask <UUID1>.<1>, LocalDownloadTask <UUID2>.<1> ), _NSURLErrorFailingURLSessiontaskErrorKey=BackgroundDownloadTask <UUID3>.<1>} How do I determine the reason why the operation is not permitted when the app is launched in the background? This seems to be the reason why my complication can't update when started by WatchOS. Anyone care to take a guess?
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’20
can send http request from network extension?
Hi,Is anybody know that whether I can send http request from network extension or not?the idea is that I want to check the inbound/outbound data before deciding allow or drop them, so I have 2 questions here:1. In the NEFilterDataProvider class description, it says The sandbox prevents the Filter Data Provider extension from moving network content outside of its address space by blocking all network access, IPC, and disk write operations. that means I cannot send the network content to the server or other process for checking?2. if I just want to send http request from network extension, is it possible?thanks in advance.
3
0
878
Jan ’20
Reply to Can I get idfa without calling AppTrackingTransparency frameworks using xcode12 on ios14
That's right. The method of obtaining IDFA has changed from iOS 14. Use the App Tracking Transparency framework. https://developer.apple.com/documentation/apptrackingtransparency Set up a NSUserTrackingUsageDescription to display a system-permission alert request for your app installed on end-user devices. How to setup: https://developer.apple.com/documentation/bundleresources/information_property_list/nsusertrackingusagedescription Then run the code below: import AppTrackingTransparency struct UseATT { ttfunc doThis() { ttttguard #available(iOS 14.0, *) else { return } ttttATTrackingManager.requestTrackingAuthorization { status in ttttttprint(current status is (status.rawValue).) tttt} tt} }
Topic: App & System Services SubTopic: Core OS Tags:
Jan ’21
Is it safe to retry -1005 error code on network request
Hi, I am getting -1005 and -1009 error codes intermittently on network requests for iOS10 on both iPhone and iPad. One suggested fix online is to simply perform a retry. Does either of these error codes along with status code 0 guarantee the request never hit the server and therefore always safe to perform a retry (particularly concerned about POST requests as they are changing state on server side)?
7
0
9.2k
Nov ’16
Seeing "Status read failed: Connection reset by peer" when using News API
Hi,I'm using the Apple News API to create articles for development / test purposesI see that the articles do get created in the Published Articles tab in the Publisher app but every api request returns with a500 errorStatus read failed: Connection reset by peerI have found that if the request does not include the binary info for images, this does not happen.I get an expected error like this{errors:[{code:INVALID_DOCUMENT....So, I can defintely connect via API and get content into the New Publisher App, and see expected error results back from the API when the request is made invalid.The client code is in Perl.Is there some special configuration setting that I'm missing?Appreciate any advice,TedHere is some info about the request and response with sensitve info removed{ request: { headers: Authorization: HHMAC; key=<KEY>; signature=<SIGNATURE>; date=2017-01-26T23:34:19ZnUser-Agent: NativeArticleSuperUA :)nContent-Type: multipart/form-da
0
0
1k
Jan ’17
DNS requests failing when NEPacketTunnelProvider is running.
Hi, TLDR: On iOS, when my PacketTunnel is running, can I exclude DNS requests from going into the tunnel? I have a test app, using Apple's AsyncDNSResolver, that makes a DNS call and it works when the tunnel is not running. If the tunnel is running it times out after 30 seconds and I get the error -65568. Here's how I'm setting up the tunnel func setup(tunnelRemoteAddress: String) { let settings = NEPacketTunnelNetworkSettings(tunnelRemoteAddress: tunnelRemoteAddress) settings.ipv4Settings = NEIPv4Settings(addresses: [tunnelRemoteAddress], subnetMasks: [255.255.255.255]) settings.ipv4Settings?.includedRoutes = [NEIPv4Route.default()] let proxySettings = NEProxySettings() proxySettings.httpEnabled = true proxySettings.httpServer = NEProxyServer(address: ProxyServerConfiguration.host, port: ProxyServerConfiguration.port) proxySettings.httpsEnabled = true proxySettings.httpsServer = NEProxyServer(address: LocalProxyServerConfiguration.host, port: LocalProxyServerConfiguration.port) proxySettings.exclude
4
0
596
Nov ’24
Reply to tvOS Beta 14 swipe .up gesture no longer working
Custom swipe-up gesture recognizers are only recognized in clients linked to older SDKs. When you update your project for tvOS 14, you'll need to migrate to the customOverlayViewController API. Documentation: https://developer.apple.com/documentation/avkit/avplayerviewcontroller/3229856-customoverlayviewcontroller There's also some discussion of this in the AVKit sessions in 2019 and 2020: WWDC 2019: Delivering Intuitive Media Playback with AVKit https://developer.apple.com/videos/play/wwdc2019/503 Sample Code: https://developer.apple.com/documentation/avkit/adopting_custom_interactive_overlays_channel_flipping_and_parental_controls_in_tvos_video_playback WWDC 2020: Master Picture in Picture on tvOS https://developer.apple.com/videos/play/wwdc2020/10176
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’20
Reply to Xcode 12 iOS 14 error purchase
Have same problem AMSPurchaseProtocolHandler: [8E2D2E26] Updating buy params from any action default 12:59:29.078598+0300 appstored AMSPurchaseRequestEncoder: [8E2D2E26] Adding a fraud score to the request. fraudScore =<…> default 12:59:39.554413+0300 appstored AMSPurchaseProtocolHandler: [8E2D2E26] StatusCode: 502; ; Environment: (null) default 12:59:39.654372+0300 appstored AMSPurchaseTask: [8E2D2E26] Recording engagement event. success: 0 default 12:59:39.654608+0300 appstored AMSEngagement: [ABFD42FB] Enqueueing event for type: purchase, dest: [] (prev: 8E2D2E26) error 12:59:39.834878+0300 appstored AMSPurchaseTask: [8E2D2E26] Purchase completed with error: Error Domain=AMSErrorDomain Code=301 “Invalid Status Code” UserInfo={NSLocalizedFailureReason=The response has an invalid status code, AMSURL=hided url, AMSStatusCode=502, NSLocalizedDescription=Invalid Status Code} error 12:59:39.835083+0300 appstored AMSPurchaseTask: [8E2D2
Sep ’20
Reply to WeatherKit geographical availability
I am also thinking of a geographical problem of the resource call. Request from europe : 09/06/2022 11:15:23 Central European Summer Time, error=invalidJWTResponse(Optional( { URL: https://weather-data.apple.com/v2/token } { Status Code: 401, Headers {Connection = (close ); Despite the activation of everything described with flightplanner sample code readme. We have to wait but how long... Have a good day.
Topic: App & System Services SubTopic: General Tags:
Jun ’22
Reply to What is the format of the Timezone in the new SettingsCommand.Command.Settings.TimeZone setting?
Is this command applicable to supervised devices only? On unsupervised device the command failed with CommandFormatError error. Neither in https://developer.apple.com/documentation/devicemanagement/settingscommand/command/settings/timezone nor in response below it is mentioned that the command is supported on supervised devices only. Request: t ttCommandUUID tt337531bb-0b5d-4959-aad8-6bb5751bfeed ttCommand tt tttSettings ttt tt ttttItem ttttTimeZone ttttTimeZone ttttEurope/Paris tt tttRequestType tttSettings tt t Response: CommandUUID 337531bb-0b5d-4959-aad8-6bb5751bfeed Settings Item TimeZone Status CommandFormatError Status Acknowledged UDID 17885e13a0919f1bb24bd4e410e6260552af0afe
Oct ’20
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
Request for Review Status Update for App ID 6758344632
Dear App Review Team, My app with App ID 6758344632 has been waiting for review since February and is still showing as pending. I would like to kindly ask if there are any updates regarding the review status. It has now been over a month, and I would greatly appreciate your assistance in processing it. Thank you very much for your time and support. Best regards,
1
0
101
Mar ’26
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
Unable to verify enterprise apps. Service ppq.apple.com return error 503
Today i found that my enterprise apps with valid distribution certificates and provisioning profiles not work at all. In General -> Profiles & Device Management its not verified. When i'm trying to verify apps i'm catching the warning with the following: Unable to Verify iPhone Distribution: My Distribution certificate Apps. A network connection is required to verify iPhone Distribution: My Distribution certificate apps on this iPad. Connect to the Internet and try again. But everything is OK with my internet connection. I found even here: https://support.apple.com/en-gb/HT204460 that there is a service ppq.apple.com, that verifies enterprise apps, but this service is unavailable on link: https://ppq.apple.com , return error 503. Whats happened and how can i fix this issue? And how periodically does the Apple device checks the verification status of the distribution certificates of my app? Am i alone face this issue?
Replies
11
Boosts
0
Views
30k
Activity
Jan ’18
Reply to Complication stops updating when Apple Watch is on the charger
It appears that when the app resumes the URLSession's download task, less than 50 milliseconds later, the request fails: Error Domain=NSPOSIXErrorDomain Code=1 Operation not permitted UserInfo={NSErrorFailingURLStringKey=https:[my request url], NSErrorFailingURLKey=https:[my request url], _NSURLErrorRelatedURLSessionTaskErrorKey=( BackgroundDownloadTask <UUID1>.<1>, LocalDownloadTask <UUID2>.<1> ), _NSURLErrorFailingURLSessiontaskErrorKey=BackgroundDownloadTask <UUID3>.<1>} How do I determine the reason why the operation is not permitted when the app is launched in the background? This seems to be the reason why my complication can't update when started by WatchOS. Anyone care to take a guess?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’20
can send http request from network extension?
Hi,Is anybody know that whether I can send http request from network extension or not?the idea is that I want to check the inbound/outbound data before deciding allow or drop them, so I have 2 questions here:1. In the NEFilterDataProvider class description, it says The sandbox prevents the Filter Data Provider extension from moving network content outside of its address space by blocking all network access, IPC, and disk write operations. that means I cannot send the network content to the server or other process for checking?2. if I just want to send http request from network extension, is it possible?thanks in advance.
Replies
3
Boosts
0
Views
878
Activity
Jan ’20
Reply to Can I get idfa without calling AppTrackingTransparency frameworks using xcode12 on ios14
That's right. The method of obtaining IDFA has changed from iOS 14. Use the App Tracking Transparency framework. https://developer.apple.com/documentation/apptrackingtransparency Set up a NSUserTrackingUsageDescription to display a system-permission alert request for your app installed on end-user devices. How to setup: https://developer.apple.com/documentation/bundleresources/information_property_list/nsusertrackingusagedescription Then run the code below: import AppTrackingTransparency struct UseATT { ttfunc doThis() { ttttguard #available(iOS 14.0, *) else { return } ttttATTrackingManager.requestTrackingAuthorization { status in ttttttprint(current status is (status.rawValue).) tttt} tt} }
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’21
Is it safe to retry -1005 error code on network request
Hi, I am getting -1005 and -1009 error codes intermittently on network requests for iOS10 on both iPhone and iPad. One suggested fix online is to simply perform a retry. Does either of these error codes along with status code 0 guarantee the request never hit the server and therefore always safe to perform a retry (particularly concerned about POST requests as they are changing state on server side)?
Replies
7
Boosts
0
Views
9.2k
Activity
Nov ’16
Seeing "Status read failed: Connection reset by peer" when using News API
Hi,I'm using the Apple News API to create articles for development / test purposesI see that the articles do get created in the Published Articles tab in the Publisher app but every api request returns with a500 errorStatus read failed: Connection reset by peerI have found that if the request does not include the binary info for images, this does not happen.I get an expected error like this{errors:[{code:INVALID_DOCUMENT....So, I can defintely connect via API and get content into the New Publisher App, and see expected error results back from the API when the request is made invalid.The client code is in Perl.Is there some special configuration setting that I'm missing?Appreciate any advice,TedHere is some info about the request and response with sensitve info removed{ request: { headers: Authorization: HHMAC; key=<KEY>; signature=<SIGNATURE>; date=2017-01-26T23:34:19ZnUser-Agent: NativeArticleSuperUA :)nContent-Type: multipart/form-da
Replies
0
Boosts
0
Views
1k
Activity
Jan ’17
DNS requests failing when NEPacketTunnelProvider is running.
Hi, TLDR: On iOS, when my PacketTunnel is running, can I exclude DNS requests from going into the tunnel? I have a test app, using Apple's AsyncDNSResolver, that makes a DNS call and it works when the tunnel is not running. If the tunnel is running it times out after 30 seconds and I get the error -65568. Here's how I'm setting up the tunnel func setup(tunnelRemoteAddress: String) { let settings = NEPacketTunnelNetworkSettings(tunnelRemoteAddress: tunnelRemoteAddress) settings.ipv4Settings = NEIPv4Settings(addresses: [tunnelRemoteAddress], subnetMasks: [255.255.255.255]) settings.ipv4Settings?.includedRoutes = [NEIPv4Route.default()] let proxySettings = NEProxySettings() proxySettings.httpEnabled = true proxySettings.httpServer = NEProxyServer(address: ProxyServerConfiguration.host, port: ProxyServerConfiguration.port) proxySettings.httpsEnabled = true proxySettings.httpsServer = NEProxyServer(address: LocalProxyServerConfiguration.host, port: LocalProxyServerConfiguration.port) proxySettings.exclude
Replies
4
Boosts
0
Views
596
Activity
Nov ’24
Reply to tvOS Beta 14 swipe .up gesture no longer working
Custom swipe-up gesture recognizers are only recognized in clients linked to older SDKs. When you update your project for tvOS 14, you'll need to migrate to the customOverlayViewController API. Documentation: https://developer.apple.com/documentation/avkit/avplayerviewcontroller/3229856-customoverlayviewcontroller There's also some discussion of this in the AVKit sessions in 2019 and 2020: WWDC 2019: Delivering Intuitive Media Playback with AVKit https://developer.apple.com/videos/play/wwdc2019/503 Sample Code: https://developer.apple.com/documentation/avkit/adopting_custom_interactive_overlays_channel_flipping_and_parental_controls_in_tvos_video_playback WWDC 2020: Master Picture in Picture on tvOS https://developer.apple.com/videos/play/wwdc2020/10176
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’20
Reply to Xcode 12 iOS 14 error purchase
Have same problem AMSPurchaseProtocolHandler: [8E2D2E26] Updating buy params from any action default 12:59:29.078598+0300 appstored AMSPurchaseRequestEncoder: [8E2D2E26] Adding a fraud score to the request. fraudScore =<…> default 12:59:39.554413+0300 appstored AMSPurchaseProtocolHandler: [8E2D2E26] StatusCode: 502; ; Environment: (null) default 12:59:39.654372+0300 appstored AMSPurchaseTask: [8E2D2E26] Recording engagement event. success: 0 default 12:59:39.654608+0300 appstored AMSEngagement: [ABFD42FB] Enqueueing event for type: purchase, dest: [] (prev: 8E2D2E26) error 12:59:39.834878+0300 appstored AMSPurchaseTask: [8E2D2E26] Purchase completed with error: Error Domain=AMSErrorDomain Code=301 “Invalid Status Code” UserInfo={NSLocalizedFailureReason=The response has an invalid status code, AMSURL=hided url, AMSStatusCode=502, NSLocalizedDescription=Invalid Status Code} error 12:59:39.835083+0300 appstored AMSPurchaseTask: [8E2D2
Replies
Boosts
Views
Activity
Sep ’20
Reply to WeatherKit geographical availability
I am also thinking of a geographical problem of the resource call. Request from europe : 09/06/2022 11:15:23 Central European Summer Time, error=invalidJWTResponse(Optional( { URL: https://weather-data.apple.com/v2/token } { Status Code: 401, Headers {Connection = (close ); Despite the activation of everything described with flightplanner sample code readme. We have to wait but how long... Have a good day.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to What is the format of the Timezone in the new SettingsCommand.Command.Settings.TimeZone setting?
Is this command applicable to supervised devices only? On unsupervised device the command failed with CommandFormatError error. Neither in https://developer.apple.com/documentation/devicemanagement/settingscommand/command/settings/timezone nor in response below it is mentioned that the command is supported on supervised devices only. Request: t ttCommandUUID tt337531bb-0b5d-4959-aad8-6bb5751bfeed ttCommand tt tttSettings ttt tt ttttItem ttttTimeZone ttttTimeZone ttttEurope/Paris tt tttRequestType tttSettings tt t Response: CommandUUID 337531bb-0b5d-4959-aad8-6bb5751bfeed Settings Item TimeZone Status CommandFormatError Status Acknowledged UDID 17885e13a0919f1bb24bd4e410e6260552af0afe
Replies
Boosts
Views
Activity
Oct ’20
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
Request for Review Status Update for App ID 6758344632
Dear App Review Team, My app with App ID 6758344632 has been waiting for review since February and is still showing as pending. I would like to kindly ask if there are any updates regarding the review status. It has now been over a month, and I would greatly appreciate your assistance in processing it. Thank you very much for your time and support. Best regards,
Replies
1
Boosts
0
Views
101
Activity
Mar ’26
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
"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