Hi Team, this is the full error message Error Analyzing App Version Build number request failed with error: BuildsService: ResponseErrors (1): Error status: 403, code: FORBIDDEN_ERROR, title: 'This request is forbidden for security reasons', detail: 'The API key in use does not allow this request', id: c959a0b0-f507-4d77-abf0-f66e87b21821 request id getting random and same error message appear with the associated developer account. Please guide or hint me to resolve the error
Search results for
Request failed with http status code 503
190,532 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Earlier today, DarkSky API stopped responding and is still not responding to our requests. It returns an HTTP 503 Service Temporarily Unavailable error.
I try to use Apple Music API and do as the document says, first created the JWT and made the authenticate request as bellow:curl -v -H 'Authorization: Bearer eyJhbGciOiJFUzI1NiIsImtpZCI6IkNhcEV4ZWRLaWQifQ.eyJpc3MiOiJDYXBFeGRUZWFtIiwiaWF0IjoxNDk3MjMyMjIzLCJleHAiOjE1MDcyMzIyMjN9.MEUCIQDtq896THqLbvJcN2qYzCoiOqDI7Rk_LXlBfnSBp-YBWwIgdyLX4T4LZkWKE4o(The private key was provided by the doc. )I try many times, but only got a Http status code 500... the details were below:* Trying 23.218.1.89...* TCP_NODELAY set* Connected to api.music.apple.com (23.218.1.89) port 443 (#0)* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384* Server certificate: api.music.apple.com* Server certificate: Symantec Class 3 EV SSL CA - G3* Server certificate: VeriSign Class 3 Public Primary Certification Authority - G5> GET /v1/catalog/us/songs/203709340 HTTP/1.1> Host: api.music.apple.com> User-Agent: curl/7.50.3> Accept: */> Authorization: Bearer eyJhbGciOiJFUzI1NiIsI
I have implemented IAP. The purchases are successful. The refresh receipt is working fine, which then calls the requestDidFinish(_ request: SKRequest) delegate. I'm fetching the receipt url through 'Bundle.main.appStoreReceiptURL'. When I convert the receipt data in base64 string and send it to app store's sandbox api and try to validate the receipt, it fails giving status code : 21002.
I'm making a POST function but I'm getting an error. I am getting HTTP Status 400 – Bad Request error in console. In the simulator, it says Something went wrong. Please try again later on the screen. I don't understand where I am making the mistake. I need to fix this error urgently. Could you help? JSON Model: struct TaniTalep: Encodable { let photo: Data? let xray: Data? let talep: String init(photo: UIImage?, xray: UIImage?, talep: Talep) throws { self.photo = photo?.pngData() self.xray = xray?.pngData() let jsonData = try JSONEncoder().encode(talep) self.talep = String(data: jsonData, encoding: .utf8)! } } struct Talep: Codable { let tanitalepid: Int let hastaid: Int let cevap: String let anamnezList: [Anamnez] let sikayetanaList: [SikayetAna] let sorucevapList: [SoruCevap] struct SoruCevap: Codable { let sikayetsoruid: Int let soru: String let sorucevap: String } struct SikayetAna: Codable { let sikayet: String let sikayetanaid: Int } struct Anamnez: Codable { let aciklama: Str
Hi all, I'm trying to send 1000 notification payload to APNS server for the same device token. When my program sent out the notification payload to APNS, through http/2 and getting the response 200 for all my requests. And it confirms that the payload is sent to APNS server. However, the device cannot receive any notification, did i missed anything!
Hello,I can not request Product Information with Sandbox account this morning with error AMSErrorDomain status code 301.Has anyone also experience this issue?Thanks.Kevin
Met exactly the same scenario :( For example, here is some web client request chain: start from some login request like https://xxxx/sso/login status code 302, redirect to step 2 url some OAuth2.0 request like https://xxx/oauth2/authorize?response_type=code&redirect_uri=xxx status code 302 and response cookie(like some request token token_1), redirect to step 3 url some authenticate request like https://xxx/auth important here, this request will have a cookie like token=token_1 ... While iOS client(use WKWebView) will lost the cookie from the response of step 2. And I tried all the methods in WKNavigationDelegate to intercept these 302 request. ALL FAILED. Can anyone help to fix this terrible issue Orz!!!
Topic:
Safari & Web
SubTopic:
General
Tags:
Revisiting this thread again.As of now 1:37 PM EST I am getting an error while code signing my appXcode received an HTTP error while attempting to communicate with the portal:service unavailable (503)<https://developerservices2.apple.com/services/QH65B2/viewDeveloper.action?clientId=XABBG36SBA>Please see <https://developer.apple.com/support/system-status/> for more information.Is there any one else getting the same error here?Thanks
Topic:
Developer Tools & Services
SubTopic:
General
Tags:
I am facing the same issue with the life version of watchOS 9.1. Says the console: DVTDownloadable: Download Failed. Downloadable: https://download.developer.apple.com/Developer_Tools/watchOS_20S75/Watch6_7_20S75.dmg. Error Domain=DVTACSURLSessionDelegate Code=1 Failed with HTTP status 403: forbidden UserInfo={NSLocalizedDescription=Failed with HTTP status 403: forbidden} DVTDownloadable: Download Failed. Downloadable: https://devimages-cdn.apple.com/downloads/xcode/dsc/Watch6_7_20S75.dmg. Error Domain=DVTACSURLSessionDelegate Code=1 Failed with HTTP status 403: forbidden UserInfo={NSLocalizedDescription=Failed with HTTP status 403: forbidden}
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Also started seeing this around 2025-09-05. Using the manualPrice id returned from a previous relationships/manualPrices result. Error: Request https://api.appstoreconnect.apple.com/v1/inAppPurchasePriceSchedules failed with status code 409. Related response error(s): The request failed with response code 409 ENTITY_ERROR.INCLUDED.INVALID_ID The provided entity id is invalid. The provided included entity id 'eyJzIjoiNjQ1MTIxNzg3OSIsInQiOiJVU0EiLCJwIjoiMTAwOTQiLCJzZCI6MC4wLCJlZCI6MC4wfQ' has invalid format).
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect API
The http 503 issue is under investigation. If the server retries the call to verifyReceipt, the request can succeed.rich kubota - rkubota@apple.comdeveloper technical support CoreOS/Hardware/MFI
Topic:
App & System Services
SubTopic:
StoreKit
Tags:
After update to Xcode 7, the Git seems not work well, commit and pull the project is ok ,bu while I use push , it will prompt an error Unexpected HTTP status code: 411 (-1). But there are no exception while using terminal to push my commit.
Is the Aple Music Web API down? This page says no: https://developer.apple.com/system-status/But most API requests are returning 503 -- service unavailable. For instance:/v1/me/storefrontApple GET /v1/me/storefront returned status 503<html><body><b>Http/1.1 Service Unavailable</b></body> </html>
Same here. App record request failed with error: Unexpected Status Code
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags: