Search results for

Request failed with http status code 503

190,989 results found

Post

Replies

Boosts

Views

Activity

Are apps still allowed to use http for requests?
I found this https://forums.developer.apple.com/message/15705#15705It says in the Apple docs:Having thus started with default ATS protections for the named domains, you can optionally decrease or increase their protections individually. You can decrease a named domain’s protections to:Allow insecure HTTP connections—without diminishing ATS protections for the HTTPS connections to a domain—by employing the NSExceptionAllowsInsecureHTTPLoadskey with a value of YES; doing this triggers App Store review, as described in App Store Review for ATSApp Store Review for ATSYour use of certain App Transport Security (ATS) keys triggers additional App Store review for your app, and requires you to provide justification.Some examples of justifications eligible for consideration are:Must connect to a server managed by another entity that does not support secure connectionsMust support connecting to devices that cannot be upgraded to use secure connections, and that must be accessed via public hos
1
0
2.9k
Jun ’18
Keychain SecItemAdd failed with error code -25330
I work on an app which have to accessing keychain items with biometric method( face id or touch id) . We have received an issue that is user installed the app and do registration to insert the data into keychain for later use, then delete and reinstall the app . When user try to do the registration againn, keychain SecItemAdd method failed with error code -25330. The user use iPhone 12(iOS 14.3) and it happen irregularly. The log: 18:35:44.261389+0800 securityd deleted genp,acct=,svce=,agrp=XXXXX,sync=0,musr=, |otherAttr,tomb=0,rowid=78066,cdat=2021-04-29 10:35:44 +0000,mdat=2021-04-29 10:35:44 +0000,sha1=823CD54A2E06C44D941F0C349CBAEC06FBEEC1E2,accc=318183300C0C0470726F740C04616B707530730C0361636C316C30070C026F6501010130090C046F64656C01010130560C026F643150304E0C046362696F314630190C057062696F630410186F86E694AB529847803D3747422E2B30290C057062696F680420467A9C1598FB013ECA1030956B7E73C7CF030994BB45BA21268D111593093233,UUID=F07953A7-55A0-46E0-9052-7B98833B5B03,persistref=,clip=0 from SecDbConnect
1
0
1.4k
May ’21
Some mobile phones failed to request product information within the app
An error was reported when requesting product information within the application: Payment_appleiap:Error Domain=SKErrorDomain Code=0 An unknown error occurred UserInfo={NSLocalizedDescription=An unknown error occurred, NSUnderlyingError=0x2826d5710 {Error Domain=ASDErrorDomain Code=507 Error decoding response UserInfo={NSLocalizedDescription=Error decoding response, NSLocalizedFailureReason=Could not decode media products response}}} ayment_appleiap:Error Domain=SKErrorDomain Code=0 An unknown error occurred UserInfo={NSLocalizedDescription=An unknown error occurred, NSUnderlyingError=0x2826d5710 {Error Domain=ASDErrorDomain Code=507 Error decoding response UserInfo={NSLocalizedDescription=Error decoding response, NSLocalizedFailureReason=Could not decode media products response} The problem occurs on the following mobile phone:iPhone 11 15.4 iPhone 12 pro 16.3.1
0
0
335
Apr ’23
Reply to can not verify receipt
But since last month, this interface has started to return an error(21002). See TN3122: Receipt validation with the App Store fails with a non-zero error code | Apple Developer Documentation for troubleshooting steps. Does this mean that in the new version, as long as the app returns a payment success (purchaseDetails.status == PurchaseStatus.purchased), the payment is guaranteed to be successful, and my server does not need to request payment result verification from Apple's server? Please clarify what you mean above. I try to use this (https://github.com/apple/app-store-server-library-java) to get TransactionInfo, but I dont konw to get Transaction status to know is success or not. See Explore in-app purchase integration and migration, Meet the App Store Server Library, and Explore App Store server APIs for In-App Purchase.
Topic: App & System Services SubTopic: StoreKit Tags:
Aug ’25
Reply to TIC TCP Conn Failed [3:0x1c4166180]: 12:8 Err(-65554) - URGENT
I'm also facing the same issue when the deployed app using Xcode 9.4 on iPhone with iOS 11.3 and 11.4I´m using request over a VPN and doing request to an https URL using dataTask(with: newRequest, completionHandler:) of URLSessionHere is part of the log:2018-06-11 11:07:29.199709+0800 MYAPP[909:673049] [] nw_path_evaluator_request_nexus_and_stats NECP_CLIENT_ACTION_REQUEST_NEXUS_INSTANCE [65: No route to host]2018-06-11 11:07:29.199781+0800 MYAPP[909:673049] [] nw_endpoint_flow_setup_channel [29 [Server IP address], in_progress channel-flow (satisfied)] failed to request nexus instance: Error Domain=kNWErrorDomainPOSIX Code=65 No route to host UserInfo={NSDescription=No route to host}2018-06-11 11:07:29.199864+0800 MYAPP[909:673049] TIC TCP Conn Failed [21:0x1d417fb00]: 1:65 Err(65)2018-06-11 11:07:29.199942+0800 MYAPP[909:673049] Task <4672A997-DDC1-4C72-B104-B1C8847FB07E>.<1> HTTP load failed (error code: -
Jun ’18
Certificate Assistant fails to generate Certificate Signing Request on El Capitan GM Seed
Configuration: OS X El Capitan GM Seed (15A282b) on a 2015 MacBook AirI'm trying to generate a Certificate Signing Request (CSR) for Safari Extension development.The instructions, per https://developer.apple.com/account/safari/certificate/certificateRequest.actionTo manually generate a Certificate, you need a Certificate Signing Request (CSR) file from your Mac. To create a CSR file, follow the instructions below to create one using Keychain Access.Create a CSR file.In the Applications folder on your Mac, open the Utilities folder and launch Keychain Access.Within the Keychain Access drop down menu, select Keychain Access > Certificate Assistant > Request a Certificate from a Certificate Authority.In the Certificate Information window, enter the folwing information: In the User Email Address field, enter your email address.In the Common Name field, create a name for your private key (e.g., John Doe Dev Key).The CA Email Address field should be left empty.In the Request
1
0
6k
Sep ’15
HTTP Requests not working after being on sale on the App Store
Hi guys, I developed an Apple Watch app (with iPhone app) that makes some HTTP GET Requests. On the simulator and on my watch everything worked fine. After submitting the app to the App Store and being approved, I downloaded the app and tried it out: No http requests are made. So the app isn't functional anymore. Did I forget to check box or what did I miss here ? Greets Cristiano
0
0
957
Dec ’20
Visit https://sandbox.itunes.apple.com/verifyReceipt failed
Hi When we add IAP for our app a few years ago, we setup our server to visit https://sandbox.itunes.apple.com/verifyReceipt, to verify our customer's receipt after the purchase the IAP. Everything goes well for the past few years. But since March 22, 2024, our server cannot visit the URL above any more, and the returned failure is SSLException: Received fatal alert: protocol_version(from JAVA). From this we guess that Apple have made some changes about the SSL/TLS protocol requirement of your server api. Could you guys tell us which SSL/TLS is required to visit this URL? We need these information to make a plan of our server code upgrade or something like that, and continue the receipt verification. Thank you. Hope to hear from you soon.
2
0
1.1k
Mar ’24
Reply to iTunes Sandbox Extremely Slow
Since yesterday morning is same for me!From PHP i use https://sandbox.itunes.apple.com/verifyReceipt, very slow but works.From iOS in iTunes sandbox , is extremely slow and about 90% of requests fails. Most of times i get:Error Domain=NSURLErrorDomain Code=-1001 Imposible conectarse a iTunes Store UserInfo={NSUnderlyingError=0x1c0647a40 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 (null) UserInfo={_kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4}}, NSErrorFailingURLStringKey=https://p100-sandbox.itunes.apple.com/WebObjects/MZFinance.woa/wa/inAppBuy, NSErrorFailingURLKey=https://p100-sandbox.itunes.apple.com/WebObjects/MZFinance.woa/wa/inAppBuy, _kCFStreamErrorDomainKey=4, _kCFStreamErrorCodeKey=-2102, NSLocalizedDescription=Imposible conectarse a iTunes Store}
Topic: App & System Services SubTopic: StoreKit Tags:
Mar ’18
ATS/SSL error on a valid https request (kCFNetworkCFStreamSSLErrorOriginalValue=-9858)
We've enabled ATS restrictions in our app, and everything works fine, except sometimes, randomly, the endpoint fails. I tried to google the error codes but they seem undocumented. It's a bit hard to provide additional details as the issue is random, but I was hoping someone at Apple could clarify the error codes and possible issues.Error Domain=NSURLErrorDomain Code=-1200 An SSL error has occurred and a secure connection to the server cannot be made. UserInfo={_kCFStreamErrorCodeKey=-9858, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, NSUnderlyingError=0x7b0c000b4690 {Error Domain=kCFErrorDomainCFNetwork Code=-1200 (null) UserInfo={_kCFStreamPropertySSLClientCertificateState=0, _kCFNetworkCFStreamSSLErrorOriginalValue=-9858, _kCFStreamErrorDomainKey=3, _kCFStreamErrorCodeKey=-9858}}, NSLocalizedDescription=An SSL error has occurred and a secure connection to the server cannot be made., NSErrorFailingURLKey=https://redacted.
2
0
5.1k
Nov ’18
Failing Network Requests in Safari due to DNS cache.
We are seeing network errors in Outlook mail on iOS and MacOS safari browsers. As per current investigation, we notice these network error when the user tries to use outlook after leaving it open on Safari for a while. Observations: Issue present in both MacOS and iOS safari. Issue is not present in other webkit browsers like brave and edge on iOS. Issue is reproable on both mini and big owa on safari browser. Issue is not related to post requests being sent in different packets on safari browser. Requests are only blocked for outlook.office/outlook.live domains What does not fix this issue? Reloading the application Clearing cookie, local storage or session storage Unregistering service workers Redirecting to a different page and coming back to outlook domain Re authenticating the users What fixes this issue? Reconnecting to wifi or mobile network Reconnecting vpn Removing safari from background and reopening Flushing the dns in setting
0
0
122
Mar ’25