Search results for

“Request failed with http status code 503”

201,017 results found

Post

Replies

Boosts

Views

Activity

Reply to Deffie Hellman exchange for ECDH
[quote='769353021, collinsMuthomi, /thread/769353, /profile/collinsMuthomi'] I am getting a failed request with status 0 [/quote] From which API? Or is this from your back end? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Privacy & Security SubTopic: General Tags:
Nov ’24
Reply to ATT bug, don't wait for user
If anyone would like an example requesting app tracking authorization using the workaround from @davidfromgainesville, but in the form of Objective-C, here is the code I used that is working for me: void requestTrackingAuthorization() { [ATTrackingManager requestTrackingAuthorizationWithCompletionHandler:^(ATTrackingManagerAuthorizationStatus status) { if (status == ATTrackingManagerAuthorizationStatusDenied && [ATTrackingManager trackingAuthorizationStatus] == ATTrackingManagerAuthorizationStatusNotDetermined) { [[NSNotificationCenter defaultCenter] addObserverForName:UIApplicationDidBecomeActiveNotification object:nil queue:nil usingBlock:^(NSNotification * _Nonnull note) { requestTrackingAuthorization(); }]; } else { // Do something with status } }]; }
May ’24
Can't find Jupyter Notebook for WWDC 2018 Session 503
In the WWDC 2018 Session 503 Creating Photo and Video Effects Using Depth, it mentions that the Jupyter Notebook used for the demos would be available, but I can't find it anywhere.In the session, it is stated:You can go to the webpage anddownload the Jupiter [sic] NotebookTrueDepth Streamer and Backdropand we hope it inspires you as astarting point to many new coolvideo effects to create in yourapplications.Can anyone inform me where the notebook may be downloaded from? It looks like an ideal way to develop CI filters...
1
0
1.1k
Sep ’18
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
1k
Mar ’20
Status Code 21007 being returned by App Store Sandbox verify receipt endpoint
Similar to what appears to have happened last year, the Sandbox verifyReceipt endpoint is returning the 21007 status code that should only be returned by the production URL and indicates that the receipt in question should instead be sent ... to the sandbox URL. Here's the documentation: Verify your receipt first with the production URL; proceed to verify with the sandbox URL if you receive a 21007 status code. Following this approach ensures that you do not have to switch between URLs while your application is tested, reviewed by App Review, or live in the App Store. We are sending a valid sandbox receipt (validated locally on device already), along with the shared secret / password parameter, and not getting any receipt info back, just this bogus status that should only be returned by the production URL. We could mitigate this by returning something like a failure status to our own client's request, but how are we supposed to test our code
1
0
1.5k
Oct ’22
Reply to Upstream Service Error when using MusicDataRequest
I'm getting a similar issue when I trying to add a track to one of my playlists. Failed to perform MusicDataRequest.Context( url: https://api.music.apple.com/v1/me/library/playlists/p.8Wx63rZTVm1RAxY/tracks, currentRetryCounts: [.other: 1] ) with MusicDataRequest.Error( status: 500, code: 50001, title: Upstream Service Error, detailText: Unable to update tracks, id: LE36LDFW4BHXYHU3GGQPSF563Y, originalResponse: MusicDataResponse( data: 146 bytes, urlResponse: ) ).
Topic: Media Technologies SubTopic: General Tags:
Jan ’24
Use proxy for http request from iOS device
I'm simply trying to use a proxy to route a http request in Swift to measure the average round trip time of a list of proxies. I've went through multiple Stack Overflow threads on this topic but they are all super old / outdated. format:host:port:username:password I also added the info.plist entry: NSAllowsArbitraryLoads -> NSExceptionDomains When I call the function below I am prompted with a menu that says Proxy authentication required. Enter the password for HTTP proxy ... in settings I closed this menu inside my app and tried the function below again and it worked without giving me the menu a second time. However even though the function works without throwing any errors, it does NOT use the proxies to route the request. Why does the request work (throws no errors) but does not use the proxies? I'm assuming it's because the password isn't entered in the settings as the alert said. My users will want to test proxy speeds for many different Hosts/Ports, it doe
2
0
592
Feb ’25
Failed to create Apple Pay session: 400 Bad Request
We are using apple pay on the Web. But we are getting this error as below while creating the session from our API - {error: Failed to create Apple Pay session: 400 Bad Request: [{ statusMessage: Payment Services Exception merchantId=2BA8AF828D93E74EC76655D09C9132B7445BA789D674E970873CCCD85E5A8A5E not registered for domain=https://applepay-dev.ippay.com, statusCode: 400 }]} ==================================================== Please use the following Curl request to generate the error. curl --location 'https://applepay-dev.ippay.com/api/v2/payment/alternatepay/session/create' --header 'Content-Type: application/json' --header 'Accept: /' --header 'Sec-Fetch-Site: same-origin' --header 'Accept-Language: en-US,en;q=0.9' --header 'Accept-Encoding: gzip, deflate, br' --header 'Sec-Fetch-Mode: cors' --header 'Host: applepay-dev.ippay.com' --header 'Origin: https://applepay-dev.ippay.com' --header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Apple
0
0
253
Jul ’25
Apple Device MDM enrolment fails if client certificate is requested during SSL Handshake
FB9895426 (Apple Device MDM enrolment fails if client certificate is requested during SSL Handshake) Device enrolment fails in an MDM Server configured with client certificate authentication. Upon investigating the issue, we noticed that the device drops the SSL handshake if a client certificate is requested during the handshake. Wireshark Screenshot: From the console logs, we noticed the below error: cannot accept the authentication method NSURLAuthenticationMethodClientCertificate The TLS protocol states that If no suitable certificate is available, the client SHOULD send a certificate message containing no certificates.. Thus, we expect the MDM client to respond with a no certificate response during the SSL handshake. Someone has already raised the same question but there's no reply yet: https://developer.apple.com/forums/thread/680328 https://developer.apple.com/forums/thread/676579 Any help would be appreciated. Thanks in advance.
0
0
869
Feb ’22
How to specify server IP for a HTTP request instead of DNS
***What I want***:Specify server IP for NSMutableURLRequest to avoid localDNS query.***Common method***:Replace host field in URL and specify the HOST Header field for the HTTP request. request = [[NSMutableURLRequest alloc] initWithURL:[NSURL URLWithString:@https://1.1.1.1/path]]; [request setValue:@www.a.com forHTTPHeaderField:@host];***Problem***:If my server serves several domains, then the server will return a default certificate for my request. SNI only works when it finds host in url.So any suggestion if I wanna achieve ***What I want*** in ***Problem*** scene.
Topic: UI Frameworks SubTopic: AppKit Tags:
1
0
444
Apr ’16
Reply to Supporting IPv6-only Networks - Queries
Anyone can give an exact statement?This guideline will be enforced by App Review, who are the only folks qualified to comment on edge cases like this.I am also searching for a detailed guideline since I have to use hard coded ipv4 address for http request by NSURLSession. Which can be synthesized to a IPV6 address with IOS 9.2 but fails with lower versions.Indeed.Why are you hard-coding IP addresses?Are you using HTTP or HTTPS?Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
May ’16
Reply to ios 9 in house app unable to install
Yes, our company has escalated it to AppleCare as high priority and it has been received and responded to by Apple. They confirmed ppq is not responding to verification requests and they are working to resolve. System status (https://developer.apple.com/system-status/) is still showing green though for Certificates, Identifiers and Profiles which is causing me to lose a bit of faith in that site.
Dec ’15
Reply to Deffie Hellman exchange for ECDH
[quote='769353021, collinsMuthomi, /thread/769353, /profile/collinsMuthomi'] I am getting a failed request with status 0 [/quote] From which API? Or is this from your back end? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to ATT bug, don't wait for user
If anyone would like an example requesting app tracking authorization using the workaround from @davidfromgainesville, but in the form of Objective-C, here is the code I used that is working for me: void requestTrackingAuthorization() { [ATTrackingManager requestTrackingAuthorizationWithCompletionHandler:^(ATTrackingManagerAuthorizationStatus status) { if (status == ATTrackingManagerAuthorizationStatusDenied && [ATTrackingManager trackingAuthorizationStatus] == ATTrackingManagerAuthorizationStatusNotDetermined) { [[NSNotificationCenter defaultCenter] addObserverForName:UIApplicationDidBecomeActiveNotification object:nil queue:nil usingBlock:^(NSNotification * _Nonnull note) { requestTrackingAuthorization(); }]; } else { // Do something with status } }]; }
Replies
Boosts
Views
Activity
May ’24
CloudKit 503 Error All Users
I am receiving: This seems to be an issue with all users. What is happening? Seems like CloudKit is down.
Replies
1
Boosts
0
Views
448
Activity
Aug ’24
How to handle customer requests for failed in-app purchase receipt validation?
What's the correct approach to handling customer requests who said they purchased a non-renewable but we failed to receive the receipt (network or other error)? Is there a way to see the full list of transactions from iTunes connect or other sources to confirm user purchases?Thanks.
Replies
5
Boosts
0
Views
644
Activity
Jan ’16
Can't find Jupyter Notebook for WWDC 2018 Session 503
In the WWDC 2018 Session 503 Creating Photo and Video Effects Using Depth, it mentions that the Jupyter Notebook used for the demos would be available, but I can't find it anywhere.In the session, it is stated:You can go to the webpage anddownload the Jupiter [sic] NotebookTrueDepth Streamer and Backdropand we hope it inspires you as astarting point to many new coolvideo effects to create in yourapplications.Can anyone inform me where the notebook may be downloaded from? It looks like an ideal way to develop CI filters...
Replies
1
Boosts
0
Views
1.1k
Activity
Sep ’18
Reply to Unexpected HTTP status code: 411 (-1)
Do you know already how can we fix this trouble?it says to me : Unexpected HTTP status code: 403 (-1)
Replies
Boosts
Views
Activity
May ’16
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
Replies
1
Boosts
0
Views
1k
Activity
Mar ’20
Status Code 21007 being returned by App Store Sandbox verify receipt endpoint
Similar to what appears to have happened last year, the Sandbox verifyReceipt endpoint is returning the 21007 status code that should only be returned by the production URL and indicates that the receipt in question should instead be sent ... to the sandbox URL. Here's the documentation: Verify your receipt first with the production URL; proceed to verify with the sandbox URL if you receive a 21007 status code. Following this approach ensures that you do not have to switch between URLs while your application is tested, reviewed by App Review, or live in the App Store. We are sending a valid sandbox receipt (validated locally on device already), along with the shared secret / password parameter, and not getting any receipt info back, just this bogus status that should only be returned by the production URL. We could mitigate this by returning something like a failure status to our own client's request, but how are we supposed to test our code
Replies
1
Boosts
0
Views
1.5k
Activity
Oct ’22
Reply to Upstream Service Error when using MusicDataRequest
I'm getting a similar issue when I trying to add a track to one of my playlists. Failed to perform MusicDataRequest.Context( url: https://api.music.apple.com/v1/me/library/playlists/p.8Wx63rZTVm1RAxY/tracks, currentRetryCounts: [.other: 1] ) with MusicDataRequest.Error( status: 500, code: 50001, title: Upstream Service Error, detailText: Unable to update tracks, id: LE36LDFW4BHXYHU3GGQPSF563Y, originalResponse: MusicDataResponse( data: 146 bytes, urlResponse: ) ).
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’24
Use proxy for http request from iOS device
I'm simply trying to use a proxy to route a http request in Swift to measure the average round trip time of a list of proxies. I've went through multiple Stack Overflow threads on this topic but they are all super old / outdated. format:host:port:username:password I also added the info.plist entry: NSAllowsArbitraryLoads -> NSExceptionDomains When I call the function below I am prompted with a menu that says Proxy authentication required. Enter the password for HTTP proxy ... in settings I closed this menu inside my app and tried the function below again and it worked without giving me the menu a second time. However even though the function works without throwing any errors, it does NOT use the proxies to route the request. Why does the request work (throws no errors) but does not use the proxies? I'm assuming it's because the password isn't entered in the settings as the alert said. My users will want to test proxy speeds for many different Hosts/Ports, it doe
Replies
2
Boosts
0
Views
592
Activity
Feb ’25
Failed to create Apple Pay session: 400 Bad Request
We are using apple pay on the Web. But we are getting this error as below while creating the session from our API - {error: Failed to create Apple Pay session: 400 Bad Request: [{ statusMessage: Payment Services Exception merchantId=2BA8AF828D93E74EC76655D09C9132B7445BA789D674E970873CCCD85E5A8A5E not registered for domain=https://applepay-dev.ippay.com, statusCode: 400 }]} ==================================================== Please use the following Curl request to generate the error. curl --location 'https://applepay-dev.ippay.com/api/v2/payment/alternatepay/session/create' --header 'Content-Type: application/json' --header 'Accept: /' --header 'Sec-Fetch-Site: same-origin' --header 'Accept-Language: en-US,en;q=0.9' --header 'Accept-Encoding: gzip, deflate, br' --header 'Sec-Fetch-Mode: cors' --header 'Host: applepay-dev.ippay.com' --header 'Origin: https://applepay-dev.ippay.com' --header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Apple
Replies
0
Boosts
0
Views
253
Activity
Jul ’25
Apple Device MDM enrolment fails if client certificate is requested during SSL Handshake
FB9895426 (Apple Device MDM enrolment fails if client certificate is requested during SSL Handshake) Device enrolment fails in an MDM Server configured with client certificate authentication. Upon investigating the issue, we noticed that the device drops the SSL handshake if a client certificate is requested during the handshake. Wireshark Screenshot: From the console logs, we noticed the below error: cannot accept the authentication method NSURLAuthenticationMethodClientCertificate The TLS protocol states that If no suitable certificate is available, the client SHOULD send a certificate message containing no certificates.. Thus, we expect the MDM client to respond with a no certificate response during the SSL handshake. Someone has already raised the same question but there's no reply yet: https://developer.apple.com/forums/thread/680328 https://developer.apple.com/forums/thread/676579 Any help would be appreciated. Thanks in advance.
Replies
0
Boosts
0
Views
869
Activity
Feb ’22
How to specify server IP for a HTTP request instead of DNS
***What I want***:Specify server IP for NSMutableURLRequest to avoid localDNS query.***Common method***:Replace host field in URL and specify the HOST Header field for the HTTP request. request = [[NSMutableURLRequest alloc] initWithURL:[NSURL URLWithString:@https://1.1.1.1/path]]; [request setValue:@www.a.com forHTTPHeaderField:@host];***Problem***:If my server serves several domains, then the server will return a default certificate for my request. SNI only works when it finds host in url.So any suggestion if I wanna achieve ***What I want*** in ***Problem*** scene.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
1
Boosts
0
Views
444
Activity
Apr ’16
Reply to Supporting IPv6-only Networks - Queries
Anyone can give an exact statement?This guideline will be enforced by App Review, who are the only folks qualified to comment on edge cases like this.I am also searching for a detailed guideline since I have to use hard coded ipv4 address for http request by NSURLSession. Which can be synthesized to a IPV6 address with IOS 9.2 but fails with lower versions.Indeed.Why are you hard-coding IP addresses?Are you using HTTP or HTTPS?Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Replies
Boosts
Views
Activity
May ’16
Reply to ios 9 in house app unable to install
Yes, our company has escalated it to AppleCare as high priority and it has been received and responded to by Apple. They confirmed ppq is not responding to verification requests and they are working to resolve. System status (https://developer.apple.com/system-status/) is still showing green though for Certificates, Identifiers and Profiles which is causing me to lose a bit of faith in that site.
Replies
Boosts
Views
Activity
Dec ’15