Search results for

Request failed with http status code 503

190,659 results found

Post

Replies

Boosts

Views

Activity

Reply to Notary server down - 500 internal server error
I'm having the same issue - using electron-builder to build electron app and signing it fails with this error Error: HTTP status code: 500. Internal server error. Error communicating with authentication service. Please try again at a later time. 40 failedTask=build stackTrace=Error: Failed to notarize via notarytool
Topic: Code Signing SubTopic: Notarization Tags:
May ’22
Verification failed with status INVALID_APP_IDENTIFIER
Hi, We are trying to verify transaction IDs using the App Store Server Library for Python. We have been able to successfully send a test notification, but then when trying to get transaction information for a specific transaction ID we are receiving the InvalidAppIdentifierError (error code: 4000002). We have verified that the bundle_id is correct and matches what we see in App Store Connect, and the bundle_id seems to be valid and work when we sent a test notification. We have also tried setting the bundle_id to be equal to our ., which is the format for the application-identifier in our TestFlight Build Metadata, but we still receive the same error when doing so. We would greatly appreciate any help or advice on how to resolve this, and please let me know if any more information is needed to help us. import os from appstoreserverlibrary.api_client import AppStoreServerAPIClient, APIException from appstoreserverlibrary.models.Environment import Environment from appstoreserverlibrary.signed_data_veri
3
0
2.5k
Jan ’24
Reply to Can't get a MapKitJS JWT token to work
My token is valid as far as I can tell... every time I check it, it looks fine. You can't have single quotes inside a token, besides jwt.io says its double.I tried your init code above with the XMLHttpRequest and I get the same result.I'm trying a token, with *no* origin and a 1 week expire date.This *should* work for anyone for the next week...eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkdBQUw3VlVWRzQifQ.eyJpYXQiOjE1NTMzMTE4MTcsImV4cCI6MTU1MzkxNjYxNywiaXNzIjoiOEJVMlk4QzVKNyJ9.vHmoj_MODPsQTsxinsQMRDI2icSl0E7a5g3uEIApuIT6RnVgIFGpKN1_eeOuIzRyNWWhusO1nYsFPpo3hRzUbQError from Safari:[Error] Failed to load resource: the server responded with a status of 401 (Unauthorized) (bootstrap, line 0) [Error] Failed to load resource: the server responded with a status of 401 (Unauthorized) (bootstrap, line 0) [Error] Failed to load resource: the server responded with a status of 401 (Unauthorized) (bootstrap, line 0) [Error] Bootstrap.init(): initialization failed
Mar ’19
Verification failed with status INVALID_APP_IDENTIFIER using Sandbox
I get this error: Verification failed with status INVALID_APP_IDENTIFIER we use this method: payload = signed_data_verifier.verify_and_decode_notification(notification_data) I use Production environment (this is automatically set in our server) and use my device (connected to Mac) to test the purchase. When trying to purchase I get the Sandbox environment in the Widget. This works when manually setting the environment to Sandbox before calling the function. The time it works because it does not check the apple app id (because of the environment). Now my question is: Which is the apple app id? Is it the App Id Apple-ID in the app store connect? Or is it the TeamId+BundleId? Could it be that my function doesnt work because the Payment was done in Sandbox and the environment is Production?
0
0
480
Jan ’25
Reply to If you restart Mac after allow LNP, the LNP of APP will not working
It’s better if you reply in as a reply rather than in the comments. See Quinn’s Top Ten DevForums Tips for more on that, and for lots of other hints and tips. My application is a GUI application, and my packaging adopts the Direct Distribution mode of Xcode. This is working for me. Here’s what I did: Using Xcode 16.1, I created a new project from the macOS > App template template. In Signing & Capabilities, I enabled App Sandbox > Outgoing Connections (client). I modified the content view to issue a request to a server on my local network. The exact code is below. I ran this on my main Mac and confirmed that it worked there. I chose Product > Archive. In the Xcode organiser, I clicked Distribute App and followed the Custom > Direct Distribution > Export workflow. I copied the app a ‘clean’ VM running macOS 15.1. On that VM, I launched the app from the Finder. I clicked Test. The system presented the Local Network alert. I clicked Allow. Back in the app, the status
Nov ’24
Persistent 503/500 errors with Apple Search Ads API
Hi Apple Developer Community, I'm experiencing persistent issues with the Apple Search Ads API since today morning (August 16, 2025). My application keeps getting Service Unavailable errors when trying to connect to the API endpoints. Error Details: Error Message: Service Unavailable HTTP Status: 503/500 API Endpoint: https://api.searchads.apple.com/api/v5/* Frequency: Consistent failures since August 16, 2025 What I've Tried: Verified API credentials and certificates are valid Tested multiple API endpoints Checked network connectivity The API was working fine until yesterday, and no changes were made to our implementation. Any insights or updates from the community would be greatly appreciated. Thanks in advance for your help!
5
0
926
Aug ’25
Reply to Safari 18+ network bug - randomly - The network connection was lost
According to https://datatracker.ietf.org/doc/html/rfc7231#section-6.5.7 6.5.7. 408 Request Timeout The 408 (Request Timeout) status code indicates that the server did not receive a complete request message within the time that it was prepared to wait. A server SHOULD send the close connection option (Section 6.1 of [RFC7230]) in the response, since 408 implies that the server has decided to close the connection rather than continue waiting. If the client has an outstanding request in transit, the client MAY repeat that request on a new connection. The client MAY repeat the request (I believe it does not have to be idempotent actually)! Because when safari tried to reuse a connection that determined to be closed during transit (in the server) but the client(safari) doesn't know yet (delay of microseconds) the transmission of data fails (socket is not open afterall the connection was closed), and so the request w
Topic: Safari & Web SubTopic: General Tags:
Sep ’25
VPP License Management 2.0.0+ New notification type subscription request for Event Status
Problem Description: We are associating 1000 devices to 25 apps using Associate Assets API - https://vpp.itunes.apple.com/mdm/v2/assets/associate We find the association completion state by two ways. Method 1: Using Event Status API - https://vpp.itunes.apple.com/mdm/v2/status We test the success state of event by continuously polling event status API - until it provides COMPLETE/FAILURE in eventStatus. For the above association, the time taken for event Status to give COMPLETE/FAILURE status for the above API is 30 seconds. Improvement Needed: A new type of notification type can be introduced so that on association event completion, the notification request could return the event status response to MDM server without the need to poll the Event Status API from MDM. Method 2: By Subscribing ASSET_MANAGEMENT notification On subscribing ASSET_MANAGEMENT notification in clientConfig API - https://vpp.itunes.apple.co
0
0
2.0k
Feb ’23
xcrun notarytool store-credentials -> HTTP status code: 401. Invalid credentials error
Hi, I am getting following error from following command, although I am 100% sure that I am entering the right credentials: Command: xcrun notarytool store-credentials MY_PROFILE --apple-id “xxx” --team-id yyy --password zzz Error: Error: HTTP status code: 401. Invalid credentials. Username or password is incorrect. Use the app-specific password generated at appleid.apple.com. Ensure that all authentication arguments are correct. xxx->https://appleid.apple.com/account/manage/email and phone number -> apple id email (email address used for developer account) yyy->https://developer.apple.com/account#MembershipDetailsCard/Team ID -> 10 digit nummer zzz->https://appleid.apple.com/account/manage/App-Specific Passwords created and used I just copy pasted every single item from the defined locations above. I would appreciate for an answer. Best Regards
3
0
1.3k
Jul ’24
CFHTTPMessageAddAuthentication fails to add authentication data to request
I'm trying extend SocketRocket library which is using CFNetwor freamwork with authentication feature.I need Digest authentication for web socket.I've wrote sucjh code which creates a request afrer response with authentication chellenge has been recived:- (CFHTTPMessageRef)createAuthenticationHandShakeRequest: (CFHTTPMessageRef)chalengeMessage { CFHTTPMessageRef request = [self createHandshakeRequest]; BOOL result = CFHTTPMessageAddAuthentication(request, chalengeMessage, (__bridge CFStringRef)self.credentials.user, (__bridge CFStringRef)self.credentials.password, NULL, / use strongest supplied authentication */ NO / for proxy */); if (!result) { NSString *chalengeDescription = [[NSString alloc] initWithData: CFBridgingRelease(CFHTTPMessageCopySerializedMessage(chalengeMessage)) encoding: NSUTF8StringEncoding]; NSString *requestDescription = [[NSString alloc] initWithData: CFBridgingRelease(CFHTTPMessageCopySerializedMessage(request)) encoding: NSUTF8StringEncoding]
1
0
355
Jun ’15
Got 503 while asking for a public key for game-center account verification
wget https://static.gc.apple.com/public-key/gc-prod-5.cer-2021-05-13 14:49:48-- 正在解析主机 static.gc.apple.com (static.gc.apple.com)... 111.206.179.235 正在连接 static.gc.apple.com (static.gc.apple.com)|111.206.179.235|:443... 已连接。 已发出 HTTP 请求,正在等待回应... 503 Service Unavailable 2021-05-13 14:49:48 错误 503:Service Unavailable。
2
0
752
May ’21