Search results for

“Request failed with http status code 503”

201,010 results found

Post

Replies

Boosts

Views

Activity

Reply to 403 Forbidden error
I’m seeing the same issue when calling the API to search certificates. The response looks like this: { status: 403, code: FORBIDDEN_ERROR, title: This request is forbidden for security reasons, detail: Unable to find a team with the given Content Provider ID 'xxxxxxxxx' to which you belong. Please contact Apple Developer Program Support. https://developer.apple.com/support } Has anyone resolved this ?
Sep ’25
Apple Developer Membership Renewal Stuck at 503 Error
Hi everyone, I'm a developer from China, and my Apple Developer Program membership is currently in the renewal period. When I click the renewal button from the banner at the top of the Apple Developer website, the page redirects but consistently shows a 503 Service Unavailable error. This has been happening for several days now. I've already tried: Switching to different devices or Changing network environments Unfortunately, the issue persists in all cases. Has anyone else encountered this same situation? Any help or suggestions would be greatly appreciated! Thanks in advance.
8
0
587
Feb ’26
Reply to why is my bug report marked duplicate?
Devs are only allowed to access/see their own reports.Unless they need more info and reach out to you directly, you're left to check the status from time to time for any status changes, etc., on your own, or, they say this about that here: https://developer.apple.com/bug-reporting/You can check the status of your bug reports in Apple Bug Reporter. If no resolution has been provided, you may update your report with a status request and we will provide any available information.
Nov ’17
The best way to organize the sequence of http requests
Hello!I have several http requests. Each request returns json stucture and then I have to parse json and add information to my core data model. But I can't add some information to core data, because this information refers to the data returned from another request. How can I better organize to some requests were made only after the others are already returned data? What is the best way in this case?Best regards,Aleksey.
1
0
201
Dec ’15
failed with exit code 255
After updating my MacBook to HighSierra and my iPhone to iOS 11.1.1 an app doesn't build anymore. It still builds in the simulator.I get the following error:Command /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool failed with exit code 255Does anyone have an idea how to solve this?Thanks!
0
0
1.9k
Nov ’17
Reply to Problem notarizing .dmg file with macOS app bundle: "The staple and validate action failed! Error 65"
Error 65 means that stapler was unable to find a ticket to staple to your item. That’s because your notarisation request failed, as indicated by the status: Invalid result. You should fetch the notary log and find out why it failed. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’23
Request assistance converting swift requestAuthorization for Speech request code snipped to python
Dear Developer Forum, I am an amateur python programmer and would like to use python in conjunction with the iOS Speech framework to do speech recognition. However, I’m getting stuck trying to figure out how to convert the following swift code snippet example from Apple documentation to request authorization from my device to python due to the example’s use of a terminal closure. I’d appreciate assistance from anyone in how I’d convert the code to python: “ // Make the authorization request SFSpeechRecognizer.requestAuthorization { authStatus in // The authorization status results in changes to the // app’s interface, so process the results on the app’s // main queue. OperationQueue.main.addOperation { switch authStatus { case .authorized: self.recordButton.isEnabled = true to speech recognition, for: .disabled) case .restricted: self.recordButton.isEnabled = false self.recordButton.setTitle(Speech recognition restricted on this device, for: .disabled) } } ” Thank
0
0
513
Mar ’21
NSMutableURLRequest return empty data with status code 200 on iOS 9 only
I have the following code that NSMutableURLRequest empty data for URL request only on iOS9. -(void)getDataFromURLServiceCall:(NSString*)customerId { self.receivedData = [[NSMutableData alloc] init]; NSDictionary* parameters = @{@customerId: customerId, @ticket: appDelegate.vcsession.ticket}; NSString *parameterString = [self buildParameterStringFromDictionary:parameters]; NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:[NSString stringWithFormat:@https://%@.MyURL/GetDataCall,self.configuration]]]; [request setHTTPMethod:@POST]; [request setValue:@application/x-www-form-urlencoded forHTTPHeaderField:@Content-Type]; [request setHTTPBody:[NSData dataWithBytes:[parameterString UTF8String] length:strlen([parameterString UTF8String])]]; [self sendRequest:request]; } -(void)connection:(NSURLConnection*)connection didReceiveResponse:(NSURLResponse *)response { NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse*)re
1
0
678
Oct ’15
unauthorized when access https://developer.apple.com/contact/request/unlisted-app/
Im try https://developer.apple.com/contact/request/unlisted-app/ to request unlisted app by account enroll Apple Developer Program, but get redirected to https://developer.apple.com/unauthorized/ The Apple ID you signed in with does not have permission to view this page. If you’re currently a member of the Apple Developer Program, you or your Account Holder may need to update your account by agreeing to the latest license agreement in order to access this page. To view your current membership status and benefits, visit your account. Im go to: https://developer.apple.com/account/?view=membership#/welcome for agree to the license and try again https://developer.apple.com/contact/request/unlisted-app/ but https://developer.apple.com/unauthorized/ continue display. Can anyone help me for resolve this problem? Many thanks!
1
0
1.5k
Jun ’22
Why can't I receive value from this https request?
Does anyone know what could be wrong with this? Each time I test in simulator the request I am just returned the value Please Enter a NameIt's like the https request is not occurring at all. Appreciate any help...!import UIKitclass AgeLookUpViewController: UIViewController { @IBOutlet weak var celebrityTextField: UITextField! @IBOutlet weak var resultLabel: UILabel! @IBAction func getAge(_ sender: Any) { if let url = URL(string: https://en.wikipedia.org/wiki/ + celebrityTextField.text!.replacingOccurrences(of: , with: _)) { let request = NSMutableURLRequest(url: url) let task = URLSession.shared.dataTask(with: request as URLRequest) { data, response, error in var message = if error != nil { print(error!) } else { if let unwrappedData = data { let dataString = NSString(data: unwrappedData, encoding: String.Encoding.utf8.rawValue) var stringSeparator = <span class=noprint ForceAgeToShow>(age&#160; if let contentArray = dataString?.components(sepa
2
0
839
Jan ’19
Xcode 14.3 - Failed to render and update auto layout status
Since updating to Xcode 14.3 every view controller in every storyboard is not updating its IBDesignable's with an error saying it can't find the right .app with the right architecture. This all worked fine in Xcode 14.2 I'm running on an M1 mac mini Error below: /Users/****/Documents/Projects/****/****/Modules/Onboarding/Base.lproj/Onboarding.storyboard Failed to render and update auto layout status for ****ViewController (3EC-3V-hGn): dlopen(****.app, 0x0001): tried: '/****' (no such file), '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot****.app' (no such file), '****.app' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')) I've tried following a stackoverflow post that suggested changing Build Active Architecture Only to No for debug builds. When I rebuilt I got a prompt from Xcode saying the build failed, and it asked me to turn on R
7
0
4.1k
Apr ’23
Reply to Java app camera access
I find myself in the same situation. I access the webcam with opencv but now opencv throws me the error:OpenCV: not authorized to capture video (status 0), requesting... OpenCV: can not spin main run loop from other thread, set OPENCV_AVFOUNDATION_SKIP_AUTH=1 to disable authorization request and perform it in your application. OpenCV: camera failed to properly initialize!I don't know how to request permissions from a .jarDid you find a solution?
Topic: App & System Services SubTopic: Core OS Tags:
Jan ’20
Reply to 403 Forbidden error
I’m seeing the same issue when calling the API to search certificates. The response looks like this: { status: 403, code: FORBIDDEN_ERROR, title: This request is forbidden for security reasons, detail: Unable to find a team with the given Content Provider ID 'xxxxxxxxx' to which you belong. Please contact Apple Developer Program Support. https://developer.apple.com/support } Has anyone resolved this ?
Replies
Boosts
Views
Activity
Sep ’25
Apple Developer Membership Renewal Stuck at 503 Error
Hi everyone, I'm a developer from China, and my Apple Developer Program membership is currently in the renewal period. When I click the renewal button from the banner at the top of the Apple Developer website, the page redirects but consistently shows a 503 Service Unavailable error. This has been happening for several days now. I've already tried: Switching to different devices or Changing network environments Unfortunately, the issue persists in all cases. Has anyone else encountered this same situation? Any help or suggestions would be greatly appreciated! Thanks in advance.
Replies
8
Boosts
0
Views
587
Activity
Feb ’26
Validating appRecieptStoreURL returning status code 21002 on the watchOS
I'm making app for both iPhone and watch. And when I validating receipt on iPhone, it is successfull and possible to get all the previous transitions. But on the watch when I validating the receipt it returns a status code 21002. I use the same code. What should I do to prevent this issue ?
Replies
1
Boosts
0
Views
658
Activity
Jun ’22
Reply to why is my bug report marked duplicate?
Devs are only allowed to access/see their own reports.Unless they need more info and reach out to you directly, you're left to check the status from time to time for any status changes, etc., on your own, or, they say this about that here: https://developer.apple.com/bug-reporting/You can check the status of your bug reports in Apple Bug Reporter. If no resolution has been provided, you may update your report with a status request and we will provide any available information.
Replies
Boosts
Views
Activity
Nov ’17
The best way to organize the sequence of http requests
Hello!I have several http requests. Each request returns json stucture and then I have to parse json and add information to my core data model. But I can't add some information to core data, because this information refers to the data returned from another request. How can I better organize to some requests were made only after the others are already returned data? What is the best way in this case?Best regards,Aleksey.
Replies
1
Boosts
0
Views
201
Activity
Dec ’15
failed with exit code 255
After updating my MacBook to HighSierra and my iPhone to iOS 11.1.1 an app doesn't build anymore. It still builds in the simulator.I get the following error:Command /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool failed with exit code 255Does anyone have an idea how to solve this?Thanks!
Replies
0
Boosts
0
Views
1.9k
Activity
Nov ’17
Reply to Problem notarizing .dmg file with macOS app bundle: "The staple and validate action failed! Error 65"
Error 65 means that stapler was unable to find a ticket to staple to your item. That’s because your notarisation request failed, as indicated by the status: Invalid result. You should fetch the notary log and find out why it failed. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’23
VerifyReceipt HTTP api fails randomly
Anyone else gets random failures the last few days when verifying receipts with the App Store (via HTTP Post)? We keep getting ‘An existing connection was forcibly closed by the remote host.‘ on some requests. Thanks
Replies
0
Boosts
0
Views
559
Activity
Apr ’21
Request assistance converting swift requestAuthorization for Speech request code snipped to python
Dear Developer Forum, I am an amateur python programmer and would like to use python in conjunction with the iOS Speech framework to do speech recognition. However, I’m getting stuck trying to figure out how to convert the following swift code snippet example from Apple documentation to request authorization from my device to python due to the example’s use of a terminal closure. I’d appreciate assistance from anyone in how I’d convert the code to python: “ // Make the authorization request SFSpeechRecognizer.requestAuthorization { authStatus in // The authorization status results in changes to the // app’s interface, so process the results on the app’s // main queue. OperationQueue.main.addOperation { switch authStatus { case .authorized: self.recordButton.isEnabled = true to speech recognition, for: .disabled) case .restricted: self.recordButton.isEnabled = false self.recordButton.setTitle(Speech recognition restricted on this device, for: .disabled) } } ” Thank
Replies
0
Boosts
0
Views
513
Activity
Mar ’21
NSMutableURLRequest return empty data with status code 200 on iOS 9 only
I have the following code that NSMutableURLRequest empty data for URL request only on iOS9. -(void)getDataFromURLServiceCall:(NSString*)customerId { self.receivedData = [[NSMutableData alloc] init]; NSDictionary* parameters = @{@customerId: customerId, @ticket: appDelegate.vcsession.ticket}; NSString *parameterString = [self buildParameterStringFromDictionary:parameters]; NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:[NSString stringWithFormat:@https://%@.MyURL/GetDataCall,self.configuration]]]; [request setHTTPMethod:@POST]; [request setValue:@application/x-www-form-urlencoded forHTTPHeaderField:@Content-Type]; [request setHTTPBody:[NSData dataWithBytes:[parameterString UTF8String] length:strlen([parameterString UTF8String])]]; [self sendRequest:request]; } -(void)connection:(NSURLConnection*)connection didReceiveResponse:(NSURLResponse *)response { NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse*)re
Replies
1
Boosts
0
Views
678
Activity
Oct ’15
unauthorized when access https://developer.apple.com/contact/request/unlisted-app/
Im try https://developer.apple.com/contact/request/unlisted-app/ to request unlisted app by account enroll Apple Developer Program, but get redirected to https://developer.apple.com/unauthorized/ The Apple ID you signed in with does not have permission to view this page. If you’re currently a member of the Apple Developer Program, you or your Account Holder may need to update your account by agreeing to the latest license agreement in order to access this page. To view your current membership status and benefits, visit your account. Im go to: https://developer.apple.com/account/?view=membership#/welcome for agree to the license and try again https://developer.apple.com/contact/request/unlisted-app/ but https://developer.apple.com/unauthorized/ continue display. Can anyone help me for resolve this problem? Many thanks!
Replies
1
Boosts
0
Views
1.5k
Activity
Jun ’22
Reply to Inheritance in SwiftData — Fatal error: Never access a full future backing data
This looks like a known issue related to SwiftData failing to materialize a relationship that has a super class. I’d suggest that you file a feedback report so you can use it to request the latest status of the issue. Best, —— Ziqiao Chen  Worldwide Developer Relations.
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Sep ’25
Why can't I receive value from this https request?
Does anyone know what could be wrong with this? Each time I test in simulator the request I am just returned the value Please Enter a NameIt's like the https request is not occurring at all. Appreciate any help...!import UIKitclass AgeLookUpViewController: UIViewController { @IBOutlet weak var celebrityTextField: UITextField! @IBOutlet weak var resultLabel: UILabel! @IBAction func getAge(_ sender: Any) { if let url = URL(string: https://en.wikipedia.org/wiki/ + celebrityTextField.text!.replacingOccurrences(of: , with: _)) { let request = NSMutableURLRequest(url: url) let task = URLSession.shared.dataTask(with: request as URLRequest) { data, response, error in var message = if error != nil { print(error!) } else { if let unwrappedData = data { let dataString = NSString(data: unwrappedData, encoding: String.Encoding.utf8.rawValue) var stringSeparator = <span class=noprint ForceAgeToShow>(age&#160; if let contentArray = dataString?.components(sepa
Replies
2
Boosts
0
Views
839
Activity
Jan ’19
Xcode 14.3 - Failed to render and update auto layout status
Since updating to Xcode 14.3 every view controller in every storyboard is not updating its IBDesignable's with an error saying it can't find the right .app with the right architecture. This all worked fine in Xcode 14.2 I'm running on an M1 mac mini Error below: /Users/****/Documents/Projects/****/****/Modules/Onboarding/Base.lproj/Onboarding.storyboard Failed to render and update auto layout status for ****ViewController (3EC-3V-hGn): dlopen(****.app, 0x0001): tried: '/****' (no such file), '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot****.app' (no such file), '****.app' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')) I've tried following a stackoverflow post that suggested changing Build Active Architecture Only to No for debug builds. When I rebuilt I got a prompt from Xcode saying the build failed, and it asked me to turn on R
Replies
7
Boosts
0
Views
4.1k
Activity
Apr ’23
Reply to Java app camera access
I find myself in the same situation. I access the webcam with opencv but now opencv throws me the error:OpenCV: not authorized to capture video (status 0), requesting... OpenCV: can not spin main run loop from other thread, set OPENCV_AVFOUNDATION_SKIP_AUTH=1 to disable authorization request and perform it in your application. OpenCV: camera failed to properly initialize!I don't know how to request permissions from a .jarDid you find a solution?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’20