Search results for

“Request failed with http status code 503”

200,988 results found

Post

Replies

Boosts

Views

Activity

Reply to MusicKit Dev Token Refresh
Hi, experiencing this issue when the bundle ID is created and configured. My app's identifier on the developer website matches the bundle ID in Xcode. When my code makes any request to the Apple Music catalog, it still throws this error: Media API Token Service responded with status code: Not Found (404). This suggests that was likely not registered as a valid client identifier. Failed retrieving tokens for MusicDataRequest.Context(url: https://api.music.apple.com/v1/storefronts/nz). Error = .developerTokenRequestFailed. Is there any way to resolve this?
Topic: Media Technologies SubTopic: General Tags:
Oct ’23
Escalation Request – Extended “Waiting for Review” Status
Hello, I would like to request an escalation regarding my app review status. My app (Apple ID: 6758756966) was submitted for review on February 24 and has been in “Waiting for Review” status for an extended period, with no progress so far. I have contacted Apple Developer Support multiple times (Case IDs: 102840237455, 102840079647, 102846664998, 102841727941) starting from March 9, but unfortunately, I have not received any response to any of these requests. I have also submitted three expedited review requests, but none of them have been acknowledged. Could you please: • confirm whether the submission is still active in the queue • check if there are any issues preventing it from moving forward • and assist in escalating the review if possible If any additional information is required from my side, I am ready to provide it immediately. Thank you very much for your time and support.
8
0
390
Mar ’26
Sandbox IAP - SSErrorHTTPStatusCodeKey=503 : Cannot connect to iTunes Store
Hello StoreKit Engineers,I am unable to fetch SKProducts using StoreKit framework at this point in time. I am getting this particular error message in SKRequestDelegate:Error Domain=SSErrorDomain Code=109 Cannot connect to iTunes Store UserInfo={NSLocalizedDescription=Cannot connect to iTunes Store, SSErrorHTTPStatusCodeKey=503}in SKRequestDelegate:- (void)request:(SKRequest *)request didFailWithError:(NSError *)errorWe were able to purchase auto-renewable subscriptions via IAP last week, but no luck this morning! 😟Please let me know if the iTunes Sandbox environment is returning 503's errors. Looking forward to your reply at the earliest.Thank You,- Premal
1
0
791
Apr ’17
Receipt verification Verification failed with status VERIFICATION_FAILURE
Hello team, There is a Function,App create a order;When the app is all paid out,it sends me a credentials; I accept and verify; verify_and_decode_signed_transaction function have an error; requests.exceptions.ConnectionError: HTTPConnectionPool(host='ocsp.apple.com', port=80): Max retries exceeded with url: /ocsp03-applerootcag3 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused')) The above exception was the direct cause of the following exception: appstoreserverlibrary.signed_data_verifier.VerificationException: Verification failed with status VERIFICATION_FAILURE def verify_purchase(self, request, *args, **kwargs): try: receipt_data = request.data.get('receipt_data') transaction_id = receiptUtilInstance.extract_transaction_id_from_app_receipt(receipt_data) sendResponse: TransactionInfoResponse = appleClientInstance.client.get_transaction_info(transaction_id) signedPayLoad: str = sendResponse.signedTransactionInfo time.sle
1
0
855
Sep ’24
Reply to Game Center authentication error though .authenticated property = true
hi all, any solution here?actually I am with the same problem with one user testing the app in my device (not simulator)... it is working fine with other users...I always get the following error:UserInfo={GKServerStatusCode=5000, NSLocalizedDescription=The requested operation could not be completed because local player has not been authenticated., NSUnderlyingError=0x170452ed0 {Error Domain=GKServerErrorDomain Code=5000 status = 5000, UNAUTHORIZED REQUEST (token validation failed) UserInfo={GKServerStatusCode=5000, NSLocalizedFailureReason=status = 5000, UNAUTHORIZED REQUEST (token validation failed)}}}By the way, that account user in the device is the same for iCloud, iTunes/App Store and Game Center.
Topic: Graphics & Games SubTopic: GameKit Tags:
Oct ’16
Reply to Information required to submit your build for external testing
the description of 422 says:The 422 (Unprocessable Entity) status code means the server understands the content type of the request entity (hence a 415 (Unsupported Media Type) status code is inappropriate), and the syntax of the request entity is correct (thus a 400 (Bad Request) status code is inappropriate) but was unable to process the contained instructions.
Apr ’20
Reply to DCDevice.current.generateToken : return Error Missing or incorrectly formatted device token payload
I believe I am experiencing the same issue described here, so I would like to add more details. In my iOS app, I implemented DeviceCheck token generation and server-side validation. On recent devices everything works as expected: the server validates the token successfully and returns status 200 along with the two bit values. However, on iPhone 6S running iOS 15.8.4 only, the request fails with: Request failed with status code 400 This happens consistently in both environments: Development: https://api.development.devicecheck.apple.com/v1 Production: https://api.devicecheck.apple.com/v1 On iPhone 6S, device.supported returns true, and the generated token is sent to the server. The token length is over 2000 characters (base64), and visually it looks similar to tokens from newer devices that work fine. So I don't think the app is failing to generate a token. Server side is implemented in TypeScript using jsonwebtoken: ^9.0
Topic: Privacy & Security SubTopic: General Tags:
Aug ’25
Reply to Is NEDNSProxyProvider supported on macOS?
Thanks meaton. Unfortunately I have made little progress. After I call OSSystemExtensionManager.shared.submitRequest(activationRequest) I get System extension request failed: Invalid code signature or missing entitlements from: func request(_ request: OSSystemExtensionRequest, didFailWithError error: Error) { os_log(System extension request failed: %@, error.localizedDescription) status = .stopped } I am not sure why/if the code signature is invalid. I have looked through my Mac App's entitlements and can't see anything missing. FYI I have SIP disabled. I have used this sample code as a reference for my project which is currently barebones as it is in a proof of concept stage: https://developer.apple.com/documentation/networkextension/filtering_network_traffic Here is where I am trying to submit the activation request: @IBAction func startFilter(_ sender: Any) { status = .indeterminate guard !N
Mar ’21
App Installation Failed! Unrecognized Status
My app has no errors when built. I connected my phone to test the Swift app, which had previously been working consistently on my phone. But this time, it stated that the app failed to install. After hours of going through my code and fixing all possible errors, this issue is extremely frustrating. I have a free developer account, but I'm only testing one app. I tested with my phone on my iMac, and it didn't work. So, I took a friends phone and tested it on a DIFFERENT mac with the same version of Xcode and the problem was here too! I deleted derived data, restarted computer and phone multiple times, and cleaned and rebuilt project multiple times already. I deleted the app from my phone as well. I don't know whether this is a problem with Xcode or something that I'm doing.I get an error which states unrecognized status -67030 from codesigning library.At this point, I'm extremely frustrated and would greatly appreciate a solution.Thanks
0
0
1.1k
Apr ’18
Reply to Live Caller ID Extension - timeout connecting to PIRService
I changed the urls used from http://MacBook-Pro.local:8080 to the Mac's ip address:8080 and now get this error instead: configure failed Error Domain=com.apple.CipherML Code=1100 Unable to query status due to errors: failed to fetch token UserInfo={NSLocalizedDescription=Unable to query status due to errors: failed to fetch token, NSUnderlyingError=0x9fc845ef0 {Error Domain=CipherML.AuthenticationError Code=3 failed to fetch token UserInfo={NSLocalizedDescription=failed to fetch token}}} Presumably this has something to do with service-config.json contents: { issuerRequestUri: http://192.168.1.4:8080, users: [ { tier1: {} }, [ AAAA ], { tier2: {} }, [ BBBB, CCCC ] ], The instructions for this say For the userTierToken, please set it to one of the values that you added in the service configuration file in Running the service section. For example BBBB.
Topic: App & System Services SubTopic: General Tags:
Jul ’24
How to wait long time of http get requests?
I use this code to get requests- (void)viewDidLoad { NSString *str = [self getDataFrom:@http://61.218.228.98:8008/Verify.aspx?EleSignVerift=553495ED]; NSLog(@%@,str); [super viewDidLoad]; } - (NSString *) getDataFrom:(NSString *)url{ NSMutableURLRequest *request = [[NSMutableURLRequest alloc] init]; [request setHTTPMethod:@GET]; [request setURL:[NSURL URLWithString:url]]; NSError *error = [[NSError alloc] init]; NSHTTPURLResponse *responseCode = nil; NSData *oResponseData = [NSURLConnection sendSynchronousRequest:request returningResponse:&responseCode error:&error]; if([responseCode statusCode] != 200){ NSLog(@Error getting %@, HTTP status code %li, url, (long)[responseCode statusCode]); return nil; } return [[NSString alloc] initWithData:oResponseData encoding:NSUTF8StringEncoding]; }However, this request will be made to spend a very long timeThis makes the result is HTTP status code
4
0
2.6k
Jun ’15
Reply to https://buy.itunes.apple.com/verifyReceipt returns errors
We can confirm this here from Germany, have been seeing issues since about 1 AM UTC in increasing amount (although that may also be due to our traffic fluctuations). Besides the alert internal error we also have had connection aborts, no response after our 6 second time out and the occasional HTTP 503 Unavailable error. Some servers in the DNS rotation seem to be affected more than others though. Apple developer status unfortunately doesn't show anything either and the normal apple status only a resolved issue between 3:16 and 4:45 which doesn't match our logs at all.
Topic: App & System Services SubTopic: StoreKit Tags:
Sep ’20
Reply to MusicKit Dev Token Refresh
Hi, experiencing this issue when the bundle ID is created and configured. My app's identifier on the developer website matches the bundle ID in Xcode. When my code makes any request to the Apple Music catalog, it still throws this error: Media API Token Service responded with status code: Not Found (404). This suggests that was likely not registered as a valid client identifier. Failed retrieving tokens for MusicDataRequest.Context(url: https://api.music.apple.com/v1/storefronts/nz). Error = .developerTokenRequestFailed. Is there any way to resolve this?
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
Escalation Request – Extended “Waiting for Review” Status
Hello, I would like to request an escalation regarding my app review status. My app (Apple ID: 6758756966) was submitted for review on February 24 and has been in “Waiting for Review” status for an extended period, with no progress so far. I have contacted Apple Developer Support multiple times (Case IDs: 102840237455, 102840079647, 102846664998, 102841727941) starting from March 9, but unfortunately, I have not received any response to any of these requests. I have also submitted three expedited review requests, but none of them have been acknowledged. Could you please: • confirm whether the submission is still active in the queue • check if there are any issues preventing it from moving forward • and assist in escalating the review if possible If any additional information is required from my side, I am ready to provide it immediately. Thank you very much for your time and support.
Replies
8
Boosts
0
Views
390
Activity
Mar ’26
Sandbox IAP - SSErrorHTTPStatusCodeKey=503 : Cannot connect to iTunes Store
Hello StoreKit Engineers,I am unable to fetch SKProducts using StoreKit framework at this point in time. I am getting this particular error message in SKRequestDelegate:Error Domain=SSErrorDomain Code=109 Cannot connect to iTunes Store UserInfo={NSLocalizedDescription=Cannot connect to iTunes Store, SSErrorHTTPStatusCodeKey=503}in SKRequestDelegate:- (void)request:(SKRequest *)request didFailWithError:(NSError *)errorWe were able to purchase auto-renewable subscriptions via IAP last week, but no luck this morning! 😟Please let me know if the iTunes Sandbox environment is returning 503's errors. Looking forward to your reply at the earliest.Thank You,- Premal
Replies
1
Boosts
0
Views
791
Activity
Apr ’17
Receipt verification Verification failed with status VERIFICATION_FAILURE
Hello team, There is a Function,App create a order;When the app is all paid out,it sends me a credentials; I accept and verify; verify_and_decode_signed_transaction function have an error; requests.exceptions.ConnectionError: HTTPConnectionPool(host='ocsp.apple.com', port=80): Max retries exceeded with url: /ocsp03-applerootcag3 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused')) The above exception was the direct cause of the following exception: appstoreserverlibrary.signed_data_verifier.VerificationException: Verification failed with status VERIFICATION_FAILURE def verify_purchase(self, request, *args, **kwargs): try: receipt_data = request.data.get('receipt_data') transaction_id = receiptUtilInstance.extract_transaction_id_from_app_receipt(receipt_data) sendResponse: TransactionInfoResponse = appleClientInstance.client.get_transaction_info(transaction_id) signedPayLoad: str = sendResponse.signedTransactionInfo time.sle
Replies
1
Boosts
0
Views
855
Activity
Sep ’24
Failed to install the requested application
After upload and download my project into a new version of Xcode, I got this message Failed to install the requested application Does anyone knows how to fix this issue?
Replies
0
Boosts
0
Views
528
Activity
Feb ’22
Reply to Game Center authentication error though .authenticated property = true
hi all, any solution here?actually I am with the same problem with one user testing the app in my device (not simulator)... it is working fine with other users...I always get the following error:UserInfo={GKServerStatusCode=5000, NSLocalizedDescription=The requested operation could not be completed because local player has not been authenticated., NSUnderlyingError=0x170452ed0 {Error Domain=GKServerErrorDomain Code=5000 status = 5000, UNAUTHORIZED REQUEST (token validation failed) UserInfo={GKServerStatusCode=5000, NSLocalizedFailureReason=status = 5000, UNAUTHORIZED REQUEST (token validation failed)}}}By the way, that account user in the device is the same for iCloud, iTunes/App Store and Game Center.
Topic: Graphics & Games SubTopic: GameKit Tags:
Replies
Boosts
Views
Activity
Oct ’16
Reply to Error Fetching App Record on Validate
Got the same issue with error message App record request failed with error: Unexpected Status Code. I suspect that new agreements are available and they need to be accepted before to be able to push a new version of the app. (see below)
Replies
Boosts
Views
Activity
Nov ’21
Reply to Information required to submit your build for external testing
the description of 422 says:The 422 (Unprocessable Entity) status code means the server understands the content type of the request entity (hence a 415 (Unsupported Media Type) status code is inappropriate), and the syntax of the request entity is correct (thus a 400 (Bad Request) status code is inappropriate) but was unable to process the contained instructions.
Replies
Boosts
Views
Activity
Apr ’20
Reply to DCDevice.current.generateToken : return Error Missing or incorrectly formatted device token payload
I believe I am experiencing the same issue described here, so I would like to add more details. In my iOS app, I implemented DeviceCheck token generation and server-side validation. On recent devices everything works as expected: the server validates the token successfully and returns status 200 along with the two bit values. However, on iPhone 6S running iOS 15.8.4 only, the request fails with: Request failed with status code 400 This happens consistently in both environments: Development: https://api.development.devicecheck.apple.com/v1 Production: https://api.devicecheck.apple.com/v1 On iPhone 6S, device.supported returns true, and the generated token is sent to the server. The token length is over 2000 characters (base64), and visually it looks similar to tokens from newer devices that work fine. So I don't think the app is failing to generate a token. Server side is implemented in TypeScript using jsonwebtoken: ^9.0
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’25
Reply to Is NEDNSProxyProvider supported on macOS?
Thanks meaton. Unfortunately I have made little progress. After I call OSSystemExtensionManager.shared.submitRequest(activationRequest) I get System extension request failed: Invalid code signature or missing entitlements from: func request(_ request: OSSystemExtensionRequest, didFailWithError error: Error) { os_log(System extension request failed: %@, error.localizedDescription) status = .stopped } I am not sure why/if the code signature is invalid. I have looked through my Mac App's entitlements and can't see anything missing. FYI I have SIP disabled. I have used this sample code as a reference for my project which is currently barebones as it is in a proof of concept stage: https://developer.apple.com/documentation/networkextension/filtering_network_traffic Here is where I am trying to submit the activation request: @IBAction func startFilter(_ sender: Any) { status = .indeterminate guard !N
Replies
Boosts
Views
Activity
Mar ’21
App Installation Failed! Unrecognized Status
My app has no errors when built. I connected my phone to test the Swift app, which had previously been working consistently on my phone. But this time, it stated that the app failed to install. After hours of going through my code and fixing all possible errors, this issue is extremely frustrating. I have a free developer account, but I'm only testing one app. I tested with my phone on my iMac, and it didn't work. So, I took a friends phone and tested it on a DIFFERENT mac with the same version of Xcode and the problem was here too! I deleted derived data, restarted computer and phone multiple times, and cleaned and rebuilt project multiple times already. I deleted the app from my phone as well. I don't know whether this is a problem with Xcode or something that I'm doing.I get an error which states unrecognized status -67030 from codesigning library.At this point, I'm extremely frustrated and would greatly appreciate a solution.Thanks
Replies
0
Boosts
0
Views
1.1k
Activity
Apr ’18
Reply to Live Caller ID Extension - timeout connecting to PIRService
I changed the urls used from http://MacBook-Pro.local:8080 to the Mac's ip address:8080 and now get this error instead: configure failed Error Domain=com.apple.CipherML Code=1100 Unable to query status due to errors: failed to fetch token UserInfo={NSLocalizedDescription=Unable to query status due to errors: failed to fetch token, NSUnderlyingError=0x9fc845ef0 {Error Domain=CipherML.AuthenticationError Code=3 failed to fetch token UserInfo={NSLocalizedDescription=failed to fetch token}}} Presumably this has something to do with service-config.json contents: { issuerRequestUri: http://192.168.1.4:8080, users: [ { tier1: {} }, [ AAAA ], { tier2: {} }, [ BBBB, CCCC ] ], The instructions for this say For the userTierToken, please set it to one of the values that you added in the service configuration file in Running the service section. For example BBBB.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
My bug reports are being ignored, also my requests for status. What can I do?
I reported some macOS bugs which are being ignored since months. Also, when asking for a status, I am not getting any response.Who can I contact regarding this?
Replies
4
Boosts
0
Views
1.3k
Activity
Apr ’18
How to wait long time of http get requests?
I use this code to get requests- (void)viewDidLoad { NSString *str = [self getDataFrom:@http://61.218.228.98:8008/Verify.aspx?EleSignVerift=553495ED]; NSLog(@%@,str); [super viewDidLoad]; } - (NSString *) getDataFrom:(NSString *)url{ NSMutableURLRequest *request = [[NSMutableURLRequest alloc] init]; [request setHTTPMethod:@GET]; [request setURL:[NSURL URLWithString:url]]; NSError *error = [[NSError alloc] init]; NSHTTPURLResponse *responseCode = nil; NSData *oResponseData = [NSURLConnection sendSynchronousRequest:request returningResponse:&responseCode error:&error]; if([responseCode statusCode] != 200){ NSLog(@Error getting %@, HTTP status code %li, url, (long)[responseCode statusCode]); return nil; } return [[NSString alloc] initWithData:oResponseData encoding:NSUTF8StringEncoding]; }However, this request will be made to spend a very long timeThis makes the result is HTTP status code
Replies
4
Boosts
0
Views
2.6k
Activity
Jun ’15
Reply to https://buy.itunes.apple.com/verifyReceipt returns errors
We can confirm this here from Germany, have been seeing issues since about 1 AM UTC in increasing amount (although that may also be due to our traffic fluctuations). Besides the alert internal error we also have had connection aborts, no response after our 6 second time out and the occasional HTTP 503 Unavailable error. Some servers in the DNS rotation seem to be affected more than others though. Apple developer status unfortunately doesn't show anything either and the normal apple status only a resolved issue between 3:16 and 4:45 which doesn't match our logs at all.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Sep ’20