Search results for

Request failed with http status code 503

190,988 results found

Post

Replies

Boosts

Views

Activity

Reply to Testing App Transport Security
We were convinced that: If ATS is turned on and you make an HTTP call to an ednpoint that is NOT in the ATS exception list, then the iOS would force that call to go into HTTPS …No, that’s not correct. Some early iOS 9 betas did this but it broke a lot of folks so we changed the policy to what it is today: if you make an HTTP request that’s not covered by some ATS exception, the request will fail. That policy has been in place for all shipping versions of ATS.[Is there] a way to force that behavior by adding some attributes/dirctives in the ATS exception list?No. The best solution here is to change your code to issue an HTTPS request.Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Jun ’17
Reply to Error activating "iCloud Sync" (3rd. party apps)
Got this error on my Macs tooMac miniRequest failed with http status code 503Macbook ProThe operation couldn’t be completed. (CKErrorDomain error 7.)also not on Mac beta, but the iPhone is running the 9.3 beta 4I recognized also that the Notes.app stops syncing via iCloud, seemed that this is a major iCloud problem. 1Password told me that Last sync: 4 days ago, since installation of iOS 9.3 beta 4
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’16
Reply to Live Caller ID Extension - timeout connecting to PIRService
@Apple I can now enable Live Caller ID in Settings and the OS isn't churning out any errors while doing so. However when a call is made to the handset, I see see the OS is doing a lookup to the PIRService, but its timing out: error = Error Domain=com.apple.CipherML Code=400 Error Domain=com.apple.CipherML Code=401 Unable to request data by keywords batch: The request timed out. UserInfo={NSLocalizedDescription=Unable to request data by keywords batch: The request timed out., NSUnderlyingError=0x8b4290a80 {Error Domain=NSURLErrorDomain Code=-1001 The request timed out. UserInfo={NSLocalizedDescription=The request timed out., NSErrorFailingURLKey=http://192.168.1.100:8080/.well-known/private-token-issuer-directory}}}: The request timed out. UserInfo={NSLocalizedDescription=Error Domain=com.apple.CipherML Code=401 Unable to request data by keywords batch: The request timed out. UserInfo={
Topic: App & System Services SubTopic: General Tags:
Jul ’24
Reply to Using MusicKit to retrieve playlists and contents of playlists
Following up on this thread, I can successfully load playlists using MusicDataRequest. For example I can see playlist returned with and id of p.aJe0ME5I3eZQ84d from my Apple Music account. Trying your code fetch the tracks of the playlist did not work out of the box. I had to modify it to var playlistRequest = MusicCatalogResourceRequest(matching: .id, equalTo: MusicItemID(playlistId)), i.e. wrapping the returned playlist id to a MusicItemID. Is this correct? Because using the id this way, it results in the following error: [DataRequesting] Failed to perform MusicDataRequest.Context( url: https://api.music.apple.com/v1/catalog/nl/playlists/p.aJe0ME5I3eZQ84d?l=en-GB&include=tracks&omit%5Bresource%5D=autos, currentRetryCounts: [.other: 1] ) with MusicDataRequest.Error( status: 404, code: 40400, title: Resource Not Found, detailText: Resource with requested id was not found, id: 4B4ETVMCUXDRBAJ5OCLJLAKLSU, originalResponse: MusicDataResponse( data: 15
Topic: Media Technologies SubTopic: General Tags:
Jan ’22
Code signing fails trough ssh
I have ssh-ed from my machine to my machine to test a script wich builds my app.I give xcodebuild the following code sign identity:CODE_SIGN_IDENTITY=iPhone DeveloperThe xcodebuild does work if I don't use ssh. But when I use ssh it fails: No signing certificate iOS Development found: No iOS Development signing certificate matching team ID team_id with a private key was found. Code signing is required for product type 'Application' in SDK 'iOS 10.1' I tried unlocking my login keychain which did not help, as I read that when ssh-ing to your pc doesn't unlock it automaticly as when login trough the GUI.
1
0
3.7k
Dec ’16
Application Verification failed installing sample code
So I downloaded the sample code provided by Apple for plahiing movies on the watch. I had it install the app on my iphone. I went to the app on the Watch app and told it to install. After it installs it gets failed to install watchkitmovieplayer watchkit app, error Application Verification failed. It does the same thing when I try it in the simulator. Any idea how to get the sample code to work?I'm using Xcode 7.
3
0
1.8k
Jun ’15
Command CodeSign failed with a nonzero exit code
After Upgrading to Xcode 13 my Builds are failing with Command CodeSign failed with a nonzero exit code. My app is in version 3.4.4. While trying to build version 3.4.5 for Mac we have started to get this error: Command CodeSign failed with a nonzero exit code Have tried everything people have said in this and other forums: Clean build folder; Restart Xcode Add --deep to Other Code Signing Flags Revalidate all Certificates Manual and Auto Signing The unsigned executable works fine. I am Evan able to Sign it manually and distribute locally. For Store Submission we need this step to succeed. Will appreciate help from Apple Technical Support This started happening with Xcode 13.
6
0
35k
Nov ’21
Predictive code completion model fails to download
Still getting the error message Failed -- Failed to find asset: com.apple.gm.safety_deny.input.code_intelligence.base.generic - no asset Tried all the recommended solutions, toggling Apple Intelligence and Siri Toggling Value under Editing in settings: check-box Predictive code completion no help Still download fail with above message (plenty of disk space)
3
0
122
Jun ’25
Send http-request with Optional("") value - swit to php
Hi I have a problem like this, I'm writing a swift application 3 that communicates with a php file on a remote server, my problem is that when I send the parameters in post to the http page, the server receives the parameters incorrectly , In the request to the php file comes a constructed string like this: Optional (prova@email.it) , Should theoretically only arrive: prova@email.it, how do I fix this problem? Placed below both the php and swift codesSWIFT CODE:import Foundation class User{ / let URL_SAVE_TEAM = http://mylink/myfile.php var email= var password= func PrintValue(){ / / } func Login() -> String{ var ris=; / guard let requestURL = URL(string: URL_SAVE_TEAM) else { return no } / var request = URLRequest(url: requestURL) / request.httpMethod = POST / / let postParameters = email=(email)&password=(password) / request.httpBody = postParameters.data(using: .utf8) / let session = URLSession.shared let task = session.dataTask(with: request) { data, res
1
0
1.4k
Jun ’17
Reply to Error while submitting macOS app
Also sometime see this error { errors : [ { id : ckhgajhgzjcgsj, status : 409, code : STATEERROR, title : The request cannot be fulfilled because of the state of another resource., detail : Submit for review errors found., meta : { associatedErrors : { /v1/apps/15374xxxx : [ { id : xxxxxxx, status : 403, code : FORBIDDENERROR.CONTRACT.REQUIRED, title : The developer does not have an in-effect contract for this operation., detail : The developer does not have a license that allows private distribution } ] } } } ] }
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’20
Force-closed apps continuing to make HTTP requests
Our client iOS apps open websocket connections with our servers. We've noticed that despite clients force quitting our app, the server continues to receive HTTP requests from the client devices. Our reconnection logic is set so as to immediately attempt to reconnect on connection drop. We do not explicitly disable this behaviour when the app is about to be closed as we figured the websocket connection would close and no further requests could be made once force closed. Is it possible that the OS keeps some processes alive despite the app being force-quit? Thanks!
0
0
173
Oct ’20