Search results for

Request failed with http status code 503

190,679 results found

Post

Replies

Boosts

Views

Activity

Reply to Xcode 12 iOS 14 error purchase
Same here with Xcode 12.2 and iOS 14.2 2020-12-03 12:25:08.885572+0530 Application[1496:171076] : Payment completed with error: Error Domain=ASDErrorDomain Code=500 Unhandled exception UserInfo={NSUnderlyingError=0x282248150 {Error Domain=AMSErrorDomain Code=100 Authentication Failed UserInfo={NSLocalizedFailureReason=The verify credentials call failed., NSLocalizedDescription=Authentication Failed, NSUnderlyingError=0x282248330 {Error Domain=AMSErrorDomain Code=301 Invalid Status Code UserInfo={NSLocalizedDescription=Invalid Status Code, NSLocalizedFailureReason=The response has an invalid status code}}}}, NSLocalizedFailureReason=An unknown error occurred, NSLocalizedDescription=Unhandled exception} 2020-12-03 12:25:08.890414+0530 Sleep Solutions[1496:169933] ( )
Dec ’20
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
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
473
Oct ’24
Reply to Push notifications not receiving for Brazil region
Please share the apns-id of one or a few push notifications that failed to be delivered, and we can take a look. Make sure you are parsing and processing the HTTP status, and the status in the response JSON for possible errors. Let me also know what status you are getting for these undelivered notifications, if any. Please @ tag me in your response to get my attention when you do.
Apr ’25
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
598
Nov ’24
How to handle NEAppProxyUDPFlow for Https Requests?
Perhaps this could be repetitive or basic question but I have implemented following code of NEDNSProxyProvider. My basic requirement is I want to process the flow but instead of using data from datagrams I want to use data received from our custom DNS server. After tons of articles documentation Im able to write following code. But it's failing continuously in writeDataGrams with Invalid arguments data and The operation could not be completed because Flow not connected. I know somethings is wrong in processing the data but what is wrong Im not able to figure out. Also I want to know is this even possible to achieve this by using API call inside datagrams for loop and then send data to writedatagrams? After getting JSONResponse Im using third party library to convert query form JSONData binary before sending it to writeDataGrams. https://github.com/Bouke/DNS override func handleNewFlow(_ flow: NEAppProxyFlow) -> Bool { NSLog(DNSProxyProvider: handleFlow) var handled: Bool
4
0
885
Apr ’23
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
iPhone XR/XS: AVAssetExportSession status failed with error
I'm using AVAssetExportSession to rexport a video edited by Adobe Premiere CC,It's specific on iPhone XR/XS, I have exportSession.status failed with error :Error Domain=AVFoundationErrorDomain Code=-11821 “Cannot Decode” UserInfo={NSLocalizedFailureReason=The media data could not be decoded. It may be damaged., NSLocalizedDescription=Cannot Decode, NSUnderlyingError=0x28338c4e0 {Error Domain=NSOSStatusErrorDomain Code=-16977 “(null)“}}The video can be well played on native iPhone Player. On the others device (iPhone X, 6, 7, 8) no export error problem
1
0
1.8k
Mar ’19
"Compiler failed to build request" Spam when using MKTileOverlay
I'm building a weather map that shows the rain on the map. I'm able to retrieve PNG images that are used as tiles to put onto the map. I then reload all the tiles on the map with each timeframe (tile set for every 10 minutes). I'm able to get the map loaded up and I'm able to place the tiles and reload the data for each time slot. But I'm getting a ton of spam on the console every time the tiles are reloaded. Failed to locate resource named sky20Grey0@2x.png Failed to locate resource named sky20Grey0@2x.png Compiler failed to build request Compiler failed to build request Compiler failed to build request Compiler failed to build request Compiler failed to build request Compiler failed to build request Compiler failed to build request Compiler failed to build request Compiler failed to build request Yet the images are showing on the
2
0
93
Jun ’25
CoreBluetooth: Failed to encrypt connection BM3 STATUS 706
Our iOS app talks to our own BLE accessory using CoreBluetooth. This has been working for a few months on all our devices (I have personally tested it on iPod touch 6th gen, iPad mini 2, iPhone 5s, iPhone 6s and iPhone 7). We just got our hands on an iPad mini 4 and, for some reason, have been experiencing issues:- the initial connection triggers the iOS pairing dialog- after entering the proper passkey I am able to read values from the device just fine- any subsequent attempts at reading value (CBPeripheral.readValue) just sits there and the didUpdateValue delegate method is never calledI've been trying to figure out what's happening and, I was looking at the device logs, noticed the following:Oct 23 13:18:38 iPad-mini-03 bluetoothd[77] <Notice>: Received XPC message CBMsgIdCharacteristicReadValue from session net.prolon.Focus-central-746-120 Oct 23 13:18:38 iPad-mini-03 bluetoothd[77] <Notice>: Reading value for characteristic handle 0x002d on device <private> Oct 23 13:18:38 iPad-mini-03
1
0
1.8k
Oct ’17
com.apple.WebKit.Networking HTTP load failed (error code: 100 [1:100])
I was trying to access a URL with long parameters and got connection error that doesn't give much information.I used NSURLSession in my iOS app and noticed the same URL doesn't work on iOS/MacBook Safari. it works fine with other browsers in my MacBook and curl command also works fine. I can access other URL under same domain in Safari, hence no SSL issue.Below is error message I pulled from Mac console logs:error 16:15:23.237303 -0700 com.apple.WebKit.Networking HTTP load failed (error code: 100 [1:100])error 16:15:23.237409 -0700 com.apple.WebKit.Networking NSURLSessionTask finished with error - code: 100What does this message mean? Is there way to find more defails? Thanks.Below is the more log messages before the error logs======================================================================================================================::default 16:15:23.095329 -0700 com.apple.WebKit.WebContent Memory usage info dump at MainFrameLoadStarted:default 16:15:23.095363 -0
1
0
2.5k
Jul ’17
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.2k
Oct ’20
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 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
How to use restore UI State when willFinishLaunchingWithOptions has a lot of initialization code for https request
We try to follow UI Restoration Process as below to restore our app to last screen, but we have a lot of initialization processes in willFinishLaunchingWithOptions: Show a splash screen Check if access token is validation if invalid show a login screen and let user input ID/PW, Request to get access toke with ID/PW, save access token. Request user information with access token. Show home screen All of above processes in async threads, so willFinishLaunchingWithOptions will return YES soon. After iOS restore our app last screen, our initialization still in processing, at last, home screen is displayed, and we can't stop at screen by iOS restored. We want to change async to sync for REST API request, is this possible? what can we do next to use Restore UI State?
0
0
448
Sep ’21