Search results for

Request failed with http status code 503

190,676 results found

Post

Replies

Boosts

Views

Activity

MacOS PKG Notarization status is Rejected with status code 7000
I developed a macOS application and have already signed the pkg package. However, when I submitted it for notarization using the following command: xcrun notarytool submit --signed.pkg --apple-id **@gmail.com --team-id 2*******M --password this is password --wait I received a Rejected status. The log provided the following details: logFormatVersion: 1, jobId: f5f3751d-b449-4a2f-b905-32d38ab5963b, status: Rejected, statusSummary: Team is not yet configured for notarization. Please contact Developer Programs Support at developer.apple.com under the topic Development and Technical / Other Development or Technical Questions., statusCode: 7000, archiveFilename: *********.pkg, uploadDate: 2025-03-20T03:16:43.651Z, sha256: 3ca39700c531a66571721424a6c00668748011174b4ae20bbbec5c2d3a8a41f9, ticketContents: null, issues: null``` Can you help me, thank you.
1
0
62
Mar ’25
Reply to how to get artist image in the apple music
https://api.music.apple.com/v1/catalog/us/artists/178834?extend=artwork I tried to make a request with that url, but I got a response like the one below. { errors: [ { id: QXQJXPLLU3QUONBY75INDNZFIU, title: Insufficient Permissions, detail: 'artwork' entities require permissions that are not in the request permissions=, status: 400, code: 40012 } ] } How do I get permission to receive artist artwork information? I hope you reply
Topic: Media Technologies SubTopic: General Tags:
Sep ’21
Is there a list of exit status codes for xcodebuild?
I have building and testing nicely automated for our main product on iOS with Xcodebuild and shell scripts, and I'm now working on bringing up an add-on for our product. But xcodebuild stops partway through testing that, with:IDETestOperationsObserverDebug: Writing diagnostic log for test session to: /var/folders/...The diagnostic log isn't telling me much, but I am recovering exit status code 65 from xcodebuild. I can't find a list of what those codes mean, although I can find a lot of people asking about them on the Internet without getting answers. Is there a published list anywhere?Thanks in advance,John
2
0
12k
Aug ’19
Http Error Code:417, Expectation Failed during merchant validation
I am trying to do merchant validation in Java. Before that, I completed these steps:- Registered Merchant Id, generated CSR, created merchant id and payment processing certificates. Registered and verified domain & allowed Https connection to sandbox IPs on port 443 and whitelisted IPs for domain verification. generated validation Url , using it to create ApplePay Payment Session. Below is a snapshot of my code: String file=classLoader.getResource(/merchant.p12).getFile(); FileInputStream fileN=new FileInputStream(file); clientStore.load(fileN,keyStorePassword.toCharArray()); KeyManagerFactory kmf = KeyManagerFactory.getInstance(KeyManagerFactory.getDefaultAlgorithm()); kmf.init(clientStore, keyStorePassword.toCharArray()); KeyManager[] kms = kmf.getKeyManagers(); SSLContext sslContext = null; sslContext = SSLContext.getInstance(TLSv1.2); sslContext.init(kms, null, new SecureRandom()); HttpsURLConnection.setDefaultSSLSocketFactory(sslContext.getSocketFactory()); URL url= new URL(validati
1
0
1.4k
Jul ’20
HTTP requests timing out...
I am new to swift, so any advice would be appreciated. So the I have seen URL and URLSession return a timeout response, the android varient of my app does not show this issue. class HasInternet: ObservableObject { let monitor = NWPathMonitor() let queue = DispatchQueue(label: Monitor) private var status: NWPath.Status = .requiresConnection @Published var isConnected = false init(){ monitor.pathUpdateHandler = { [weak self] path in if let url = URL(string: https://google.com) { var request = URLRequest(url: url) request.httpMethod = HEAD request.timeoutInterval = 30 let sessionConfig = URLSessionConfiguration.default sessionConfig.timeoutIntervalForRequest = 30.0 sessionConfig.timeoutIntervalForResource = 60.0 URLSession(configuration: sessionConfig) .dataTask(with: request) { (_, response, error) -> Void in guard error == nil else { return } guard (response as? HTTPURLResponse)? .statusCode == 200 else { return } DispatchQueue.main.async { self?.isConnected = true } } .r
0
0
543
Jul ’24
Make HTTP GET request?
I'm trying to implement sending of SMS in my app. I want to try this via a 3rd party. So I need to make a HTTP GET request for sending the SMS: https://sveve.no/SMS/SendMessage?user=*&passwd=*&to=***&msg=Meldingstekst&f=json I tried this: let url = URL(string: https://sveve.no/SMS/SendMessage?user=myUser&passwd=myPassword&to=12345678&msg=This is the message text&f=json)! let task = URLSession.shared.dataTask(with: url) {(data, response, error) in guard let data = data else { return } print(String(data: data, encoding: .utf8)!) } task.resume() Fatal error: Unexpectedly found nil while unwrapping an Optional value The error is on the URL. What can be the issue?
1
0
666
Apr ’21
A lot of 21002 status codes when validate receipts
Hello,we started receiving a lot of 21002 status codes when validate receipts using https://buy.itunes.apple.com/verifyReceiptThis looks like some signature problem because succesfully validated receipts have signature length 1669 and Apple Worldwide Developer Relations Certification AuthorityAt the same time, receipts that didn't pass validation have signature length 988 and Apple iTunes Store Certification Authority.And most of them sent from iOS <= 9.3.3Has anybody faced such a problem?
4
0
3.3k
Sep ’16
Apple API request to submit a subscription for review failed
I am trying to submit my subscription review using the https://api.appstoreconnect.apple.com/v1/subscriptionSubmissions API from Apple. The data I submitted is:{subscriptionSubmissionCreateRequest: {data:{type:subscriptionSubmissions,relationships:{subscription:{data:{type:subscriptions,id:6737030290}}}}}} My subscription information is complete and correct. However, the Apple interface prompts an error and returns the following information:{err:unexpected status code 409: { errors : [ { id : 4267a135-2d27-4764-bcb3-85bd0247e60a, status : 409, code : STATE_ERROR.INVALID_REQUEST_ENTITY_STATE_INVALID, title : Thissubscriptionisnotinavalidstate., detail : Thissubscriptioncannotbereviewed,pleasecheckassociatederrors., meta : { associatedErrors : { /v1/subscriptions/6737030290 : [ { id : e1db8b8f-a73a-4146-bc58-dd12c171379b, status : 409, code : STATE_ERROR.SUBSCRIPTION_ALREADY_SUBMITTED, title : YoucannotsubmityourSubscriptionforreviewwhenitisnotsubmi
1
0
385
Oct ’24
Ajax cross origin requests always failing in wkwebview
Ajax cross origin requests are failing from WKWebview with the error Preflight response is not successful. XMLHttpRequest cannot load (the url) due to access control checks.Error in console: Preflight response is not successful. XMLHttpRequest cannot load (the url) due to access control checks.Here is the request log caught by charles:URL https://www.xxxxxx.comStatus FailedFailure SSLHandshake: Remote host closed connection during handshakeResponse Code -Protocol HTTP/1.1SSL TLSv1.2 (TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) [h2]Method CONNECTKept Alive NoContent-Type -Client Address /xx.xx.xx.xxRemote Address https://www.xxxxxx.com/xxx.xxx.xxx.xxxConnectionConnection #1765093527TimingRequest Start Time 6/12/18 11:43:25Request End Time -Response Start Time -Response End Time 6/12/18 11:43:25Duration 127 msDNS 1 msConnect 28 msSSL Handshake 37 msRequest -Response -Latency -Speed 1.64 KB/sRequest Speed -Response Speed -SizeRequest 213 bytesHeader 213 b
0
0
1.4k
Jun ’18
Running an HTTP Request over WWAN
For important background information, read Extra-ordinary Networking before reading this. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com Running an HTTP Request over WWAN URLSessionConfiguration has a property, allowsCellularAccess, that controls whether requests in that session are allowed to run over WWAN. However, there’s no opposite of that, a way to force requests to run over WWAN. Some apps need to do this. IMPORTANT There are good and bad reasons to force a request to run over WWAN. I’ll explain a good reason below, but a bad reason is that you think that using WWAN is better aligned with your user’s networking preferences. Don’t go down that path. Rather, use the constraints mechanism described in Network Interface Techniques to align with the user’s preferences. So what’s an example of a good reason for this? I once worked with a developer who’d cut a deal with a cellular carrier to offe
0
0
869
Jul ’23
Reply to Error 57 : "Socket is not connected" since iOS 10
Hey Quinn,Thank you for your quick reply (and sorry for my late answer).I can confirm that most of the time, NSURLConnection recovers from these errors and everything goes as it should.However, sometimes, requests behave as if they have failed.I just reproduced the issue in my project using NSURLRequest / NSURLConnection, where the delegate method connection:didFailWithError: was called.[] nw_endpoint_handler_add_write_request [82.1 xxx.xxx.xxx.xxx:443 failed socket-flow (satisfied)] cannot accept write requests [] __tcp_connection_write_eof_block_invoke Write close callback received error: [22] Invalid argument URLRequest_Users_Profile - <0x174359c80> - URLRequest did receive HTTP response : 200 URLRequest_Users_Profile - Request did fail with Error (Code 200) : La connexion réseau a été perdue.The 3rd line is logged when connection:didReceiveResponse: is called, we can see that the server is returning a 200 HTTP status co
Nov ’16
iOS HTTP Request Over Mobile Data
In one of my application I need to make HTTP request on 2G/3g/4g only. If device is connected to Wifi and mobile data both, I need to check and make HTTP request over mobile data. I don't want to turn ON/OFF Wifi.Is it possible to do so ?Any sample code or tutorial link will be highly appreciated.
1
0
956
Jul ’15