Search results for

Request failed with http status code 503

190,918 results found

Post

Replies

Boosts

Views

Activity

error: exportArchive: Code signing "FBAEMKit.framework" failed.
When I make ipa by commond tools,Some errors have occurred.Has anyone encountered it before? Ps:debug mode is ok,release mode is not ok. error: exportArchive: Code signing FBAEMKit.framework failed. Error Domain=IDEDistributionPipelineErrorDomain Code=0 Code signing FBAEMKit.framework failed. UserInfo={NSLocalizedDescription=Code signing FBAEMKit.framework failed., NSLocalizedRecoverySuggestion=View distribution logs for more information.}
Topic: Code Signing SubTopic: General
1
0
490
Sep ’24
Activate driver extension failed "OSSystemExtensionErrorDomain Code=8"
HiI have downloaded the sample code from https://github.com/knightsc/USBApp.I'm trying to activate driver extension, but activationRequest always fail with OSSystemExtensionErrorDomain Code=8 error.------ error message------sysex didFailWithError Error Domain=OSSystemExtensionErrorDomain Code=8Invalid code signature or missing entitlements UserInfo={NSLocalizedDescription=Invalid code signature or missing entitlements}--------------------------------A related entilement request has been sent, but no response has been received.So I edit com.apple.developer.driverkit value to NO on entitlement file for compile the code.I've modifies code about driver extension identifier and device information for my device.After compile the code, driver extension and USBApp codesign with Developer Application ID.(If codesign is not done, when launching USBApp crash occurred with Signing problem.)Also i did disable SIP.What am I missing?An
1
0
977
Mar ’20
Reply to Urgent: new build for TestFlight could not install
I encountered the same problem. Problem Description We are experiencing consistent TestFlight installation failures across multiple devices for our app com.lscsmartconnection.smart. The app has successfully passed App Store review and is available for download, but TestFlight beta testing is failing during the installation process. App Information Bundle ID: com.lscsmartconnection.smart App UUID: 60FD30FB-44AF-4CE9-B2C5-6B098329AB11 TestFlight Status: Installation fails during ServiceExtension phase App Store Status: Successfully approved and available Error Details Primary Error: ServiceExtension call 7A5A7F04-DD5B-421F-8D7E-23D8799D641C -> didReachTerminalPhaseWithBetaBundleID. bundleID:com.lscsmartconnection.smart, bundleURL: (null) phaseID:Failed Secondary Errors: AMSAbsinthe Authentication Failure: AMSAbsinthe: Failed to load Absinthe requests from bag. Will continue without adding any signing headers. error = Error Domain=AMSErrorDomain Code
12h
Reply to Can't update watchOS 2.0 (13S343) to 2.1
For completeness sake, this is what's printed to the console when trying to install the update:Dec 13 00:08:10 iPhone subridged[988] <Error>: __main_block_invoke92: Install error Error Domain=SUBError Code=12 Failed to apply update UserInfo={NSLocalizedDescription=Failed to apply update, NSUnderlyingError=0x157e1fa20 {Error Domain=MobileSoftwareUpdateErrorDomain Code=2 Could not personalize boot/firmware bundle. UserInfo={NSUnderlyingError=0x157e32370 {Error Domain=PersonalizationErrorDomain Code=3194 AMAuthInstallBundlePersonalize() failed: This device isn't eligible for the requested build. UserInfo={NSLocalizedDescription=AMAuthInstallBundlePersonalize() failed: This device isn't eligible for the requested build.}}, NSLocalizedDescription=Could not personalize boot/firmware bundle., target_update=13S344}}} with userInfo { NSLocalizedDescription = Failed to apply update; NSUnderlyingError = Error Domain=MobileSof
Dec ’15
Xcode 9.3 WatchOS "Failed to install the requested application" Simulator
This is straight from an Xcode generated project. I recreated that project with another name, still happens.I tried to delete devices and added devices (and tried to use a device I haven't used before) to no avail.Upon building the watchkit app, I try to run it in the similator (in this case 8Plus and 42mm 3rd generation). The devices boot up normally but the app will not start, instead///Failed to install the requested applicationAn application bundle was not found at the provided path.///Appears. If I select to run / debug the iOS counterpart, it will load fine, it will upload the app to the simulated paired watch and I can test the app, but I can't (easily) debug or see log messages.Again, this happens with a plain vanilla xcode generated project.Log from the coreSimiulationApr 20 15:48:50 13inch com.apple.dt.Xcode[596] <Error>: installApplication:withOptions:error:: Error Domain=NSPOSIXErrorDomain Code=2 No such file or directory UserInfo={NSLocalizedFailureReason=An appli
2
0
1.6k
Apr ’18
Reply to Got a serious NSURLSession background session bug
Hello, My App uses NSURLSession to send network requests. Recently, on the iOS 17.0 system version, I've noticed an increase in ENOENT errors. However, I'm unable to identify the cause from the logs. I would like to inquire if there have been any changes to NSURLSession in this version? Why would this error code occur? Error Domain=NSPOSIXErrorDomain Code=2 No such file or directory UserInfo={NSErrorFailingURLStringKey=https://example.com, NSErrorFailingURLKey=https://example.com, _NSURLErrorRelatedURLSessionTaskErrorKey=( LocalDownloadTask .<11> ), _NSURLErrorFailingURLSessionTaskErrorKey=LocalDownloadTask .<11>}, response: { URL: https://example.com } { Status Code: 200 // session NSURLSessionConfiguration *config = [NSURLSessionConfiguration defaultSessionConfiguration]; NSOperationQueue *operationQueue = [[NSOperationQueue alloc] init]; operationQueue.maxConcurrentOperationCount = 1; _session = [NSURLSession sessionWithCon
Sep ’23
Reply to After sending an https request, I can not connect to the Wi-Fi network programmatically
If I am interpreting your problem correctly you are sending an HTTPS request in the completion handler for NEHotspotConfigurationManager.apply and it is failing to associate to the network. If you do not send this request, the association works. What I would recommend here is to delay the send of the HTTPS request and move it out of the completion handler of apply. That way it gives your device and the access point time to negotiate an IP and establish connectivity. A good rule of thumb that I go by is that once you see the Wi-Fi icon on your device toggle off of the previous network, onto LTE or just plain off in the case of a device with no cellular plan, and then you see the Wi-Fi icon show up again in the status bar, it's time to communicate with the access point. You will notice though that the second Wi-Fi icon does not show up until well after the completion handler for apply has run though. Matt Eaton DTS Engineering, CoreOS meaton3@apple.
Dec ’21
Reply to 401 error when accessing API via node.js
I can't get this to work for me,using curl -v -H Authorization: Bearer TOKENHERE https://api.appstoreconnect.apple.com/v1/salesReportsand getting errors: [{ status: 401, code: NOT_AUTHORIZED, title: Authentication credentials are missing or invalid., detail: Provide a properly configured and signed bearer token, and make sure that it has not expired. Learn more about Generating Tokens for API Requests https://developer.apple.com/go/?id=api-generating-tokens }]Also, Apple's API documentation says expiresIn value cannot be greater than 20 minutes. I've tried countless variations of the above code in both JS and Python, and I keep getting a 401.
Topic: Media Technologies SubTopic: General Tags:
Aug ’19
Reply to Validating Mac App Store purchase with StoreKit
I should emphasize that all I really want to do is verify that the MAS-downloaded application is running as a valid purchase. I tried Quinn's example app from https://developer.apple.com/forums/thread/764537?page=2 (which, as it turns out, is pretty much exactly what I did). In that case, with the simple example app, I get an error response: Received error that does not have a corresponding StoreKit Error: Error Domain=AMSErrorDomain Code=301 Invalid Status Code The response has an invalid status code UserInfo={AMSFailureReason=The response has an invalid status code, AMSURL=https://mzstorekit-sb.itunes.apple.com/inApps/v1/receipts/createAppReceipt?REDACTED, AMSStatusCode=500, AMSServerPayload={ errorCode = 500318; }, AMSDescription=Invalid Status Code, NSDebugDescription=Invalid Status Code The response has an invalid status code} which I'm going to assume has to do with the
Topic: App & System Services SubTopic: StoreKit Tags:
Sep ’25
Code has restricted entitlements, but the validation of its code signature failed
I am converting an existing app to be distributed through the MacStore. The basic app will be free with 1 optional in-app purchase for the more advanced features. I have made all the changes to work under the App Sandbox while signed as a Developer ID Application and is running fine. I am using Xcode 13.4.1 on an Intel MacBook Pro 2019 running the latest Monterey 12.4. The app also has an embedded command-line tool. The entitlements defined for the app in Xcode are: com.apple.security.app-sadbox com.apple.security.automation.apple-events com.apple.security.cs.disable-library-validation com.apple.security.device.audio-input com.apple.security.device.camera com.apple.security.files.bookmarks.app-scope com.apple.security.files.bookmarks.document-scope com.apple.security.files.user-selected.read-write com.apple.security.temporary-exception.apple-events com.apple.mail com.microsoft.Outlook Now I am trying to implement the AppStore related functionality and the app crashes on launch with the error on t
1
0
905
Jul ’22
SwiftNIO local proxy, intercept HTTP request params
I'm using default example (from swiftNIO repository https://github.com/apple/swift-nio-examples/tree/main/connect-proxy) of SwiftNIO connect proxy. Working in PacketTunnelProvider extension. In proxy I have excess to headers and for HTTPS requests I can get HOST and PORT, without GET params. Is it possible to get excess to params? What way it should be? I also see applications like proxyman, which can show GET request with params, but only after installing root certificate for device and this way is not good for me.
4
0
2.3k
Oct ’21
Question: Swiftui http request without button
Hello guys, I´m new to the forum and have a question concerning a http request which should be established without a button clicked. Basically I would like to have everything inside the button´s action tag done automatically without a button clicked. Thanks in advance. Nikias Here is my code from the ts.view : import SwiftUI struct ContentView: View { @State var username: String = ... @State var password: String = ... var body: some View { ZStack { VStack { Button(action: { if 1==1 { let myUrl = URL(string: var request = URLRequest(url:myUrl!) request.httpMethod = POST// Compose a query string let postString = Name=($username)&Passwort=($password); request.httpBody = postString.data(using: String.Encoding.utf8); let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in if error != nil { print(error=(error)) return } // You can print out response object print(response = (response)) //Let's convert response se
19
0
4.1k
Jan ’21
Reply to XCode Cloud is literally broken for 2 months now
Yep, same thing here, started a few days ago, used to work consistently until then! I sent a support request to Apple, but no reply yet... + npm install npm ERR! code ECONNRESET npm ERR! syscall connect npm ERR! errno ECONNRESET npm ERR! network request to https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz failed, reason: connect ECONNRESET 104.16.2.35:443
Dec ’23