Search results for

“Request failed with http status code 503”

200,989 results found

Post

Replies

Boosts

Views

Activity

App Review Status and Expedite Request for 'Kavra'
Hello Apple App Review Team, I am writing to urgently request your assistance regarding our application 'Kavra'. We are facing a critical situation that is heavily impacting our entire launch roadmap and user base. To give you the timeline: we initially submitted the app for review on April 30th. After waiting for two full weeks without any updates or status changes, we assumed there might be a technical stall in the review pipeline. Consequently, we canceled the submission and resubmitted the app on May 14th. Today is May 27th, and the application has been stuck in the Waiting for Review status for another 13 days. In total, we have been locked in the review queue for nearly a month. This prolonged delay has completely frozen our development cycle and disrupted our time-sensitive marketing plans. We have thoroughly audited our app against all App Store Review Guidelines and confirm 100% compliance. There should be no blockers from our end. If you require any additional information,
3
0
90
2w
Reply to How to Modify User Account by Appstoreconnect API
Thanks, this is exactly the library I'm using in my project, but I get this error: so I was trying to understand how to shape the visibleApp value. Request failed with status code 409 and response { errors : [ { id : 96762428-38c5-45c5-a700-fadd798fe012, status : 409, code : ENTITY_ERROR.RELATIONSHIP.INVALID, title : The provided entity includes a relationship with an invalid value, detail : The relationship 'visibleApps' expects data as an array but an object was given., source : { pointer : /data/relationships/visibleApps } } ]}).
May ’20
iAd interstitials fail to request after first fail.
Firstly, Im not the coder of my app so flying somewhat blind here sorry. My developers have hit a wall and are unable to find the source of the problem below.My app is a music visualizer and is set up to play full screen interstitial iAds before the first song is shown and then at the start of every third song, so generally there should be at least 5-6 minutes between ad displays if it were working correctly.My problem is that in the instance of an iAd failing to load this seems to trigger the app to no longer send any further ad requests until next restart of the app. I have seen the app load 1-2 ads in a row successfully at the start, but then no more are received. I have also seen on one occasion the app NOT display an ad before the first song but then show an ad at the start of the third song (so this may mean that an ad has to show at least once before the bug raises its head, if that is a clue?).I have looked at my iad stats after playing long sessions of the app when I would have expe
2
0
672
Jan ’16
Reply to Status Code 21007 being returned by App Store Sandbox verify receipt endpoint
Ah ha! Here's what's going on: there's the HTTP status code, and then the responseObject status code, and that's not at all clear in the documentation. The HTTP status code will come back 200, from the production URL when you are supposed to retry with sandbox URL, because that's not the status to check: the 21007 code is the status inside the response object with the status code 200.
Oct ’22
Fail to request an expedited review
Our team release a new version 1.1.1 on AppStore for Black Friday at 27th November. But we meet a critical bug, when user try to create a new delivery address, the App will crash. New users can not buy anything on our App.Also, we have prepared a large number of activity fund and contacted some promotion channels for Black Friday.Finally, we fix the bug and reupload a new version 1.1.2. Request an expedited app review.But, 4 days has past and our App status is still waiting for review. We are very Anxious!Can anyone help us or is there any Apple Review Team emali address?Thanks a lot.Bellow is our App info:App Name:剁手帮-海淘免税店扫货神器Apple ID of App:950199368
0
0
173
Nov ’15
Reply to Xcode Cloud builds failing with random 502 errors when resolving packages
Also seeing this. Our builds are giving: Command exited with non-zero exit-code: 128 fatal: unable to access 'https://github.com/my-project-repo.git/': The requested URL returned error: 502 Your SCM service 'github.com' failed to respond, please check that it's available and while resolving package dependencies they all: error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
May ’24
Reply to Error Fetching App Record on Validate
Same here (Xcode Version 13.4.1 (13F100): Fetching app record -> Error Fetching App Record (App record request failed with error: Unexpected Status Code) I've tried restarting Xcode, restarting computer, removing / re-adding my credentials, but no luck. I've seen it failing for all sorts of reasons this morning... Maybe Apple are having server issues?
Jul ’22
Extraneous http request being made by AVFoundation
We're using AVPlayer on iOS 8.4 to play HLS, AES-encrypted video.Our .m3u8 files include the url of the license server, e.g.:#EXT-X-KEY:METHOD=AES-128,URI=https://....In our iOS application, we're using AVAssetResourceLoaderDelegate methodresourceLoader:shouldWaitForLoadingOfRequestedResource:to intercept the request that gets sent by the AVPlayer (or some object within AVFoundation) to the license server. Within that method, we add a token (required by the license server) to the request's queryString.The license server receives the request with the token, returns the encryption key, and playback begins. In other words, everything works as expected.However, we're noticing (using the Charles http monitor) that following the creation of the AVPlayerItem and prior to the invocation of the resourceLoader: method, AVFoundation sends an initial request to the license server url; a request that's not routed through method resourceLoader:. This request
4
0
1.4k
Jul ’15
Reply to How to wait for a function call inside a loop
When you make a request, you will always get s response, which you should be checking. If the HTTP status code is valid (say 200, 201, or 204) then you can kick off the next request in the completion handler. You can setup a little structure to describe the expected interaction and use that to give your program a more iterative architecture.
Topic: Programming Languages SubTopic: Swift Tags:
Apr ’19
WeatherKit request fail
Hello, I have an app on the App Store built around WeatherKit and it was working fine, up until this morning when I started seeing errors when using the app. When debugging using Xcode I see the familiar error Failed to generate jwt token for: com.apple.weatherkit.authservice with error: Error Domain=WeatherDaemon.WDSJWTAuthenticatorServiceListener.Errors Code=2 (null) which, according to what I've read on the forums looks like an authentication error. Attaching a network debugger to the Simulator, I saw this error: This I have tried: Verify that WeatherKit is enabled on both Capabilities and App Services tabs on the Dev Portal. Toggle on/off this value and regenerate Provisioning Profiles Uninstall/reinstall Checking that I have API available calls. Nothing. If I create a new Bundle ID and sign with that, it works correctly. But this is not an option since that will force all my customers to download everything from scratch. I am getting emails from customers demanding money back and I can'
7
0
926
Jan ’25
iAd Code in WWDC Session 503 does not work
Recommendation is as follows for AppDelegate.swift: func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { UIViewController.prepareInterstitialAds() return trueException is:2015-08-16 10:51:54.555 troubleiAd[46052:7032519] +[UIViewController prepareInterstitialAds]: unrecognized selector sent to class 0x10e4788702015-08-16 10:51:54.558 troubleiAd[46052:7032519] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[UIViewController prepareInterstitialAds]: unrecognized selector sent to class 0x10e478870'*** First throw call stack:( 0 CoreFoundation 0x000000010cc239b5 __exceptionPreprocess + 165 1 libobjc.A.dylib 0x000000010ec16deb objc_exception_throw + 48 2 CoreFoundation 0x000000010cc2bedd +[NSObject(NSObject) doesNotRecognizeSelector:] + 205 3 CoreFoundation 0x000000010cb799fa ___forwarding___ + 970 4 CoreFoundation 0x000000010cb795a8 _CF_forwarding_prep_0 + 120 5 troubleiAd 0x000000010ca3cf04 _TFC10trou
0
0
228
Aug ’15
App Review Status and Expedite Request for 'Kavra'
Hello Apple App Review Team, I am writing to urgently request your assistance regarding our application 'Kavra'. We are facing a critical situation that is heavily impacting our entire launch roadmap and user base. To give you the timeline: we initially submitted the app for review on April 30th. After waiting for two full weeks without any updates or status changes, we assumed there might be a technical stall in the review pipeline. Consequently, we canceled the submission and resubmitted the app on May 14th. Today is May 27th, and the application has been stuck in the Waiting for Review status for another 13 days. In total, we have been locked in the review queue for nearly a month. This prolonged delay has completely frozen our development cycle and disrupted our time-sensitive marketing plans. We have thoroughly audited our app against all App Store Review Guidelines and confirm 100% compliance. There should be no blockers from our end. If you require any additional information,
Replies
3
Boosts
0
Views
90
Activity
2w
Accept language in a http request
Has anything changed with the new Xcode 13 SDK with regards to accept-language header in a HTTP request. In the previous version, accept language was given both language and region code, but with the recent update, only the language code is being sent. This is happening with Japanese language.
Replies
0
Boosts
0
Views
1.1k
Activity
Dec ’21
Reply to How to Modify User Account by Appstoreconnect API
Thanks, this is exactly the library I'm using in my project, but I get this error: so I was trying to understand how to shape the visibleApp value. Request failed with status code 409 and response { errors : [ { id : 96762428-38c5-45c5-a700-fadd798fe012, status : 409, code : ENTITY_ERROR.RELATIONSHIP.INVALID, title : The provided entity includes a relationship with an invalid value, detail : The relationship 'visibleApps' expects data as an array but an object was given., source : { pointer : /data/relationships/visibleApps } } ]}).
Replies
Boosts
Views
Activity
May ’20
http request is timeout over IPv6
Request which is used NSURLConnection to send http is failed over IPv6, but https requrest is success;error is timeout.My iphone system is iOS 9.2.1I found safair had same question.
Replies
1
Boosts
0
Views
1.5k
Activity
Jun ’16
iAd interstitials fail to request after first fail.
Firstly, Im not the coder of my app so flying somewhat blind here sorry. My developers have hit a wall and are unable to find the source of the problem below.My app is a music visualizer and is set up to play full screen interstitial iAds before the first song is shown and then at the start of every third song, so generally there should be at least 5-6 minutes between ad displays if it were working correctly.My problem is that in the instance of an iAd failing to load this seems to trigger the app to no longer send any further ad requests until next restart of the app. I have seen the app load 1-2 ads in a row successfully at the start, but then no more are received. I have also seen on one occasion the app NOT display an ad before the first song but then show an ad at the start of the third song (so this may mean that an ad has to show at least once before the bug raises its head, if that is a clue?).I have looked at my iad stats after playing long sessions of the app when I would have expe
Replies
2
Boosts
0
Views
672
Activity
Jan ’16
Reply to Status Code 21007 being returned by App Store Sandbox verify receipt endpoint
Ah ha! Here's what's going on: there's the HTTP status code, and then the responseObject status code, and that's not at all clear in the documentation. The HTTP status code will come back 200, from the production URL when you are supposed to retry with sandbox URL, because that's not the status to check: the 21007 code is the status inside the response object with the status code 200.
Replies
Boosts
Views
Activity
Oct ’22
Reply to Error 21002 when validating receipt
Also worth checking the system status (https://developer.apple.com/system-status/). Currently the service is returning 21002 even for correctly formatted requests.
Replies
Boosts
Views
Activity
Feb ’23
Fail to request an expedited review
Our team release a new version 1.1.1 on AppStore for Black Friday at 27th November. But we meet a critical bug, when user try to create a new delivery address, the App will crash. New users can not buy anything on our App.Also, we have prepared a large number of activity fund and contacted some promotion channels for Black Friday.Finally, we fix the bug and reupload a new version 1.1.2. Request an expedited app review.But, 4 days has past and our App status is still waiting for review. We are very Anxious!Can anyone help us or is there any Apple Review Team emali address?Thanks a lot.Bellow is our App info:App Name:剁手帮-海淘免税店扫货神器Apple ID of App:950199368
Replies
0
Boosts
0
Views
173
Activity
Nov ’15
Reply to Xcode Cloud builds failing with random 502 errors when resolving packages
Also seeing this. Our builds are giving: Command exited with non-zero exit-code: 128 fatal: unable to access 'https://github.com/my-project-repo.git/': The requested URL returned error: 502 Your SCM service 'github.com' failed to respond, please check that it's available and while resolving package dependencies they all: error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
Replies
Boosts
Views
Activity
May ’24
Reply to Error Fetching App Record on Validate
Same here (Xcode Version 13.4.1 (13F100): Fetching app record -> Error Fetching App Record (App record request failed with error: Unexpected Status Code) I've tried restarting Xcode, restarting computer, removing / re-adding my credentials, but no luck. I've seen it failing for all sorts of reasons this morning... Maybe Apple are having server issues?
Replies
Boosts
Views
Activity
Jul ’22
Extraneous http request being made by AVFoundation
We're using AVPlayer on iOS 8.4 to play HLS, AES-encrypted video.Our .m3u8 files include the url of the license server, e.g.:#EXT-X-KEY:METHOD=AES-128,URI=https://....In our iOS application, we're using AVAssetResourceLoaderDelegate methodresourceLoader:shouldWaitForLoadingOfRequestedResource:to intercept the request that gets sent by the AVPlayer (or some object within AVFoundation) to the license server. Within that method, we add a token (required by the license server) to the request's queryString.The license server receives the request with the token, returns the encryption key, and playback begins. In other words, everything works as expected.However, we're noticing (using the Charles http monitor) that following the creation of the AVPlayerItem and prior to the invocation of the resourceLoader: method, AVFoundation sends an initial request to the license server url; a request that's not routed through method resourceLoader:. This request
Replies
4
Boosts
0
Views
1.4k
Activity
Jul ’15
Reply to How to wait for a function call inside a loop
When you make a request, you will always get s response, which you should be checking. If the HTTP status code is valid (say 200, 201, or 204) then you can kick off the next request in the completion handler. You can setup a little structure to describe the expected interaction and use that to give your program a more iterative architecture.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’19
Reply to App Store Connect, Subscription prices
Same issue here. @Apple, not sure if this will help, checking the dev console, the API call that fails is: GET: https://appstoreconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/1449819058/pricing/intervals Status code: 403 (Forbidden)
Replies
Boosts
Views
Activity
Sep ’20
WeatherKit request fail
Hello, I have an app on the App Store built around WeatherKit and it was working fine, up until this morning when I started seeing errors when using the app. When debugging using Xcode I see the familiar error Failed to generate jwt token for: com.apple.weatherkit.authservice with error: Error Domain=WeatherDaemon.WDSJWTAuthenticatorServiceListener.Errors Code=2 (null) which, according to what I've read on the forums looks like an authentication error. Attaching a network debugger to the Simulator, I saw this error: This I have tried: Verify that WeatherKit is enabled on both Capabilities and App Services tabs on the Dev Portal. Toggle on/off this value and regenerate Provisioning Profiles Uninstall/reinstall Checking that I have API available calls. Nothing. If I create a new Bundle ID and sign with that, it works correctly. But this is not an option since that will force all my customers to download everything from scratch. I am getting emails from customers demanding money back and I can'
Replies
7
Boosts
0
Views
926
Activity
Jan ’25
iAd Code in WWDC Session 503 does not work
Recommendation is as follows for AppDelegate.swift: func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { UIViewController.prepareInterstitialAds() return trueException is:2015-08-16 10:51:54.555 troubleiAd[46052:7032519] +[UIViewController prepareInterstitialAds]: unrecognized selector sent to class 0x10e4788702015-08-16 10:51:54.558 troubleiAd[46052:7032519] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[UIViewController prepareInterstitialAds]: unrecognized selector sent to class 0x10e478870'*** First throw call stack:( 0 CoreFoundation 0x000000010cc239b5 __exceptionPreprocess + 165 1 libobjc.A.dylib 0x000000010ec16deb objc_exception_throw + 48 2 CoreFoundation 0x000000010cc2bedd +[NSObject(NSObject) doesNotRecognizeSelector:] + 205 3 CoreFoundation 0x000000010cb799fa ___forwarding___ + 970 4 CoreFoundation 0x000000010cb795a8 _CF_forwarding_prep_0 + 120 5 troubleiAd 0x000000010ca3cf04 _TFC10trou
Replies
0
Boosts
0
Views
228
Activity
Aug ’15