Search results for

“Request failed with http status code 503”

201,016 results found

Post

Replies

Boosts

Views

Activity

Extension Review Status: How to Check, and what about Minified code?
We just submitted an ext to the Safari Ext store/directory; and we are awaiting a review it seems.However, I am unsure how we can check the status of that review. Is there a process to get Queue depth, etc? Second - we submitted unminified code, but what happens when we submit minified code for regular release? Will the review team flat out reject, or will they contact us about obtaining source?
1
0
350
Mar ’16
Error: HTTP status code: 401. Unable to authenticate. The application is not allowed for primary authentication. Ensure that all authentication arguments are correct.
Previously, we did Notarization with the help of altool, but it has now been decommissioned by Apple. We need to use the Notary tool for Notarization.
My application is not on App-store.So I tried storing credentials in the keychain, but encountered an error after providing all the details, including appleid, app-specific password, and teamid. it is showing this below error. Error: HTTP status code: 401. Unable to authenticate. The application is not allowed for primary authentication. Ensure that all authentication arguments are correct.
 We created app- specific password using the same Apple ID account which also has the certificates with which we are trying to Notarize our application. Initially, we were not able to access this Apple ID account because the employee that created this account has now left the organisation and we do not had enough information for access. We contacted apple and we got Alisas to original Apple ID account after that we were able to create app-specific
1
0
1.3k
Apr ’24
iOS9 : Responding with a 404/503 error to a playlist on NSURLProtocol aborts playback
We use an NSURLProtocol subclass to handle the requests made by the iOS media player for HLS playlists (m3u8 files). The actual m3u8 files lie on a remote server, so are fetched by our custom protocol handler and then fed back to the player. However handling HTTP error codes such as 404 has always been tricky, since the player typically won't take well anything other than 200 OK for a response. For instance upon getting a 404 error, the player would be expected to skip the missing playlist and just continue playing with the other variants, which is exactly what it does when NOT using a custom protocol but simply plain HTTP. However when the player receives the same error responses via NSURLProtocol, typically playback will fail soon after, in one way or another.We already had this issue 2 years ago and posted on this thread :https://devforums.apple.com/thread/183160From iOS 6.0 to iOS 8.x we managed to find some workarounds to get this to work as expected.
3
0
1.8k
Aug ’15
Http Post request after got HSTS header.
Hi Guys~Test environment : Simulator IPhone X 11.2If the browser get HSTS header, All 'http' requests change to 'https' request from the browser side.When I send ajax request...'GET' requests work well. however 'POST' request with some payload data don't work well. if I send POST request with some payload data, payload data disappear.1. from Browser that have HSTS header ---> 2. send http POST ajax request (with body) ---> 3. browser change to https POST ajax request (without body) ---> 4. Server can't get body data!!!Who can check this issue?Is it normal or not?
1
0
1.2k
Jan ’19
Reply to Sandbox accounts in production being used for Fraud
our server side validation followed the guidance to always allow sandbox receipts What do you mean by always allow sandbox receipts? I hope you don't mean that when you receipt a sandbox receipt, you always just accept the request? The page you linked to says: call the production URL https://buy.itunes.apple.com/verifyReceipt first and proceed to verify with the sandbox URL if you receive a 21007 status code. What exactly are you doing?
Topic: App & System Services SubTopic: StoreKit Tags:
Dec ’24
Code has restricted entitlements, but the validation of its code signature failed.
I’m developing a DriverKit sample test company’s USB Controller. My example will appear in the system log: Code has restricted entitlements, but the validation of its code signature failed. Hello World is not printed. What happened? command-line systemextensionsctl list in Terminal,.dext is installed in /Library/SystemExtensions folder.
4
0
2.6k
May ’21
Reply to CoreBluetooth write request receives .prepareQueueFull
According to the documentation of the characteristic write options, the write with response SHOULD chop up the message and perform a long write. Core spec 4.0 Part G 4.9.4. https://developer.apple.com/documentation/corebluetooth/cbcharacteristicwritetype I created a feedback for this as I am also encountering the prepareQueueFull unexpectedly. FB13596337 Here are some console logs: Central (iPadOS 17.2) (client) error bluetoothd 21:53:42.361949-0600 com.apple.bluetooth Stack.GATT Received error response 9 for write long value - canceling execution (status=65535) error bluetoothd 21:53:42.421534-0600 com.apple.bluetooth Server.GATT Failed to write long characteristic value at handle 0x001b on device 58B87653-65EE-23CB-2E99-0D70A24D0CE2 - result was 9 error bluetoothd 21:53:42.421727-0600 com.apple.bluetooth Server.GATT Command failed to execute with status 9 error bluetoothd 21:53:42.422360-0600 com.apple.bluetooth Server.GATT Command failed to execute with
Feb ’24
altool sometimes fails with exit code 239
We are seeing some failures every now and then in our notarization TeamCity job where the altool --notarization-info command is failing with exit code 239. I didn't find anything about this by googling, except that the Mozilla guys are seeing the same issue (https://bugzilla.mozilla.org/show_bug.cgi?id=1562412).What does exit code 239 mean and can we prevent it somehow?
13
0
4.3k
Sep ’19
Build Failed Task failed with exit code 65
I am working on a project that uses Carthage, it’s been a couple of months since the last time the project was opened. Now I am trying to move dependencies to .xcframeworks because with the .framework, it wasn’t working. I encountered various errors and fixed them but there’s one dependency that I can’t fix, SwinjectStoryboard
. I tried using this workaround and setting command line tools I have also tried creating an empty project with only Swinject and SwinjectStoryboard dependency but still, my build is failing with the following message Build Failed Task failed with exit code 65: /usr/bin/xcrun xcodebuild -project /Users/abu/Developer/xcframework_2/Carthage/Checkouts/SwinjectStoryboard/SwinjectStoryboard.xcodeproj -scheme SwinjectStoryboard-iOS -configuration Release -derivedDataPath /Users/abu/Library/Caches/org.carthage.CarthageKit/DerivedData/12.5_12E262/SwinjectStoryboard/2.2.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=Y
1
0
2.6k
May ’21
http/2 :status 200 response, but notification not received
I'm implementing a custom http/2 client in C# to add http/2 provider API support to PushSharp.I seem to have it mostly working, however I'm at the point now where I can receive a Header frame with a :status 200 header value so it looks like the notification succeeded, yet it never shows up on my device.I've tried the sandbox and production servers, same thing on both (with the appropriate device tokens generated with the correct provisioning profile when using each server of course). I can even get a BadDeviceToken error when I use the wrong device token on the wrong server, so I'm quite confident my client code is working fine.The payload I'm using is:{ aps : { alert : Hello PushSharp!, badge : 5, sound : blank.aiff } }The app does have permission to receive all types of notifications as well.Any ideas what could be going wrong?
1
0
1.4k
Jan ’16
Code signature validation failed fatally
seeing this error when I am trying to install my network extension: _macvnodechecksignature: /Applications/abc.app/Contents/MacOS/abc: code signature validation failed fatally: When validating /Applications/abc.app/Contents/MacOS/abc: Code has restricted entitlements, but the validation of its code signature failed. Unsatisfied Entitlements:__ I have set the right entitlements as far as I know . is this error about entitlements or signature that is not obvious from the message . this is sseen on Catalina 10.15.6 the macOS Network extension is Developer ID signed . still facing this error . any idea what will fix this error ??
11
0
8.4k
Aug ’20
Custom App(B2B) not installing in a macOS device - Invalid Status Code Error
Issue description: A custom app is purchased from ABM portal for a location token. The license for the custom app is assigned to device and the InstallApplication command is sent to device. But the device gives Invalid Status Code in its response. Sample InstallApplication Request: CommandUUID InstallApplication;Collection=1111 Command RequestType InstallApplication iTunesStoreID 1639088235 InstallAsManaged ManagementFlags 5 Options PurchaseMethod 1 ChangeManagementState Managed Sample InstallApplication Response: CommandUUID InstallApplication;Collection=1111 ErrorChain ErrorCode 301 ErrorDomain AMSErrorDomain LocalizedDescription Invalid Status Code RejectionReason Other State Failed Status Error UDID 0000-0000-XXXX-XXXX-000000XXXX The App store region of the device and the custom app are same. But the app is installing the device. Kindly help us with this issue
1
0
812
Aug ’22
Extension Review Status: How to Check, and what about Minified code?
We just submitted an ext to the Safari Ext store/directory; and we are awaiting a review it seems.However, I am unsure how we can check the status of that review. Is there a process to get Queue depth, etc? Second - we submitted unminified code, but what happens when we submit minified code for regular release? Will the review team flat out reject, or will they contact us about obtaining source?
Replies
1
Boosts
0
Views
350
Activity
Mar ’16
Error: HTTP status code: 401. Unable to authenticate. The application is not allowed for primary authentication. Ensure that all authentication arguments are correct.
Previously, we did Notarization with the help of altool, but it has now been decommissioned by Apple. We need to use the Notary tool for Notarization.
My application is not on App-store.So I tried storing credentials in the keychain, but encountered an error after providing all the details, including appleid, app-specific password, and teamid. it is showing this below error. Error: HTTP status code: 401. Unable to authenticate. The application is not allowed for primary authentication. Ensure that all authentication arguments are correct.
 We created app- specific password using the same Apple ID account which also has the certificates with which we are trying to Notarize our application. Initially, we were not able to access this Apple ID account because the employee that created this account has now left the organisation and we do not had enough information for access. We contacted apple and we got Alisas to original Apple ID account after that we were able to create app-specific
Replies
1
Boosts
0
Views
1.3k
Activity
Apr ’24
iOS9 : Responding with a 404/503 error to a playlist on NSURLProtocol aborts playback
We use an NSURLProtocol subclass to handle the requests made by the iOS media player for HLS playlists (m3u8 files). The actual m3u8 files lie on a remote server, so are fetched by our custom protocol handler and then fed back to the player. However handling HTTP error codes such as 404 has always been tricky, since the player typically won't take well anything other than 200 OK for a response. For instance upon getting a 404 error, the player would be expected to skip the missing playlist and just continue playing with the other variants, which is exactly what it does when NOT using a custom protocol but simply plain HTTP. However when the player receives the same error responses via NSURLProtocol, typically playback will fail soon after, in one way or another.We already had this issue 2 years ago and posted on this thread :https://devforums.apple.com/thread/183160From iOS 6.0 to iOS 8.x we managed to find some workarounds to get this to work as expected.
Replies
3
Boosts
0
Views
1.8k
Activity
Aug ’15
Http Post request after got HSTS header.
Hi Guys~Test environment : Simulator IPhone X 11.2If the browser get HSTS header, All 'http' requests change to 'https' request from the browser side.When I send ajax request...'GET' requests work well. however 'POST' request with some payload data don't work well. if I send POST request with some payload data, payload data disappear.1. from Browser that have HSTS header ---> 2. send http POST ajax request (with body) ---> 3. browser change to https POST ajax request (without body) ---> 4. Server can't get body data!!!Who can check this issue?Is it normal or not?
Replies
1
Boosts
0
Views
1.2k
Activity
Jan ’19
Reply to CloudKit 503 Error All Users
FB14940068 (CloudKit 503 Service Unavailable for all users)
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Sandbox accounts in production being used for Fraud
our server side validation followed the guidance to always allow sandbox receipts What do you mean by always allow sandbox receipts? I hope you don't mean that when you receipt a sandbox receipt, you always just accept the request? The page you linked to says: call the production URL https://buy.itunes.apple.com/verifyReceipt first and proceed to verify with the sandbox URL if you receive a 21007 status code. What exactly are you doing?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to How to fix "There was a problem with your request." in Cloudkit console?
Same issue. { message: Known response error: The request has failed due to an error., statusCode: 500, description: The request has failed due to an error., result: { code: 500, message: internal-error, reason: There was a problem with your request., requestUuid: b4651f50-6435-44f3-a4e2-1e7f65f8186b } }
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Jul ’22
Code has restricted entitlements, but the validation of its code signature failed.
I’m developing a DriverKit sample test company’s USB Controller. My example will appear in the system log: Code has restricted entitlements, but the validation of its code signature failed. Hello World is not printed. What happened? command-line systemextensionsctl list in Terminal,.dext is installed in /Library/SystemExtensions folder.
Replies
4
Boosts
0
Views
2.6k
Activity
May ’21
Reply to CoreBluetooth write request receives .prepareQueueFull
According to the documentation of the characteristic write options, the write with response SHOULD chop up the message and perform a long write. Core spec 4.0 Part G 4.9.4. https://developer.apple.com/documentation/corebluetooth/cbcharacteristicwritetype I created a feedback for this as I am also encountering the prepareQueueFull unexpectedly. FB13596337 Here are some console logs: Central (iPadOS 17.2) (client) error bluetoothd 21:53:42.361949-0600 com.apple.bluetooth Stack.GATT Received error response 9 for write long value - canceling execution (status=65535) error bluetoothd 21:53:42.421534-0600 com.apple.bluetooth Server.GATT Failed to write long characteristic value at handle 0x001b on device 58B87653-65EE-23CB-2E99-0D70A24D0CE2 - result was 9 error bluetoothd 21:53:42.421727-0600 com.apple.bluetooth Server.GATT Command failed to execute with status 9 error bluetoothd 21:53:42.422360-0600 com.apple.bluetooth Server.GATT Command failed to execute with
Replies
Boosts
Views
Activity
Feb ’24
altool sometimes fails with exit code 239
We are seeing some failures every now and then in our notarization TeamCity job where the altool --notarization-info command is failing with exit code 239. I didn't find anything about this by googling, except that the Mozilla guys are seeing the same issue (https://bugzilla.mozilla.org/show_bug.cgi?id=1562412).What does exit code 239 mean and can we prevent it somehow?
Replies
13
Boosts
0
Views
4.3k
Activity
Sep ’19
Build Failed Task failed with exit code 65
I am working on a project that uses Carthage, it’s been a couple of months since the last time the project was opened. Now I am trying to move dependencies to .xcframeworks because with the .framework, it wasn’t working. I encountered various errors and fixed them but there’s one dependency that I can’t fix, SwinjectStoryboard
. I tried using this workaround and setting command line tools I have also tried creating an empty project with only Swinject and SwinjectStoryboard dependency but still, my build is failing with the following message Build Failed Task failed with exit code 65: /usr/bin/xcrun xcodebuild -project /Users/abu/Developer/xcframework_2/Carthage/Checkouts/SwinjectStoryboard/SwinjectStoryboard.xcodeproj -scheme SwinjectStoryboard-iOS -configuration Release -derivedDataPath /Users/abu/Library/Caches/org.carthage.CarthageKit/DerivedData/12.5_12E262/SwinjectStoryboard/2.2.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=Y
Replies
1
Boosts
0
Views
2.6k
Activity
May ’21
http/2 :status 200 response, but notification not received
I'm implementing a custom http/2 client in C# to add http/2 provider API support to PushSharp.I seem to have it mostly working, however I'm at the point now where I can receive a Header frame with a :status 200 header value so it looks like the notification succeeded, yet it never shows up on my device.I've tried the sandbox and production servers, same thing on both (with the appropriate device tokens generated with the correct provisioning profile when using each server of course). I can even get a BadDeviceToken error when I use the wrong device token on the wrong server, so I'm quite confident my client code is working fine.The payload I'm using is:{ aps : { alert : Hello PushSharp!, badge : 5, sound : blank.aiff } }The app does have permission to receive all types of notifications as well.Any ideas what could be going wrong?
Replies
1
Boosts
0
Views
1.4k
Activity
Jan ’16
Code signature validation failed fatally
seeing this error when I am trying to install my network extension: _macvnodechecksignature: /Applications/abc.app/Contents/MacOS/abc: code signature validation failed fatally: When validating /Applications/abc.app/Contents/MacOS/abc: Code has restricted entitlements, but the validation of its code signature failed. Unsatisfied Entitlements:__ I have set the right entitlements as far as I know . is this error about entitlements or signature that is not obvious from the message . this is sseen on Catalina 10.15.6 the macOS Network extension is Developer ID signed . still facing this error . any idea what will fix this error ??
Replies
11
Boosts
0
Views
8.4k
Activity
Aug ’20
Custom App(B2B) not installing in a macOS device - Invalid Status Code Error
Issue description: A custom app is purchased from ABM portal for a location token. The license for the custom app is assigned to device and the InstallApplication command is sent to device. But the device gives Invalid Status Code in its response. Sample InstallApplication Request: CommandUUID InstallApplication;Collection=1111 Command RequestType InstallApplication iTunesStoreID 1639088235 InstallAsManaged ManagementFlags 5 Options PurchaseMethod 1 ChangeManagementState Managed Sample InstallApplication Response: CommandUUID InstallApplication;Collection=1111 ErrorChain ErrorCode 301 ErrorDomain AMSErrorDomain LocalizedDescription Invalid Status Code RejectionReason Other State Failed Status Error UDID 0000-0000-XXXX-XXXX-000000XXXX The App store region of the device and the custom app are same. But the app is installing the device. Kindly help us with this issue
Replies
1
Boosts
0
Views
812
Activity
Aug ’22
Destination video sample code fails to download
I have tried to download the Destination video a few times and it keeps failing. I'm interested in running the sample code as it support the What's New in StoreKit and In-app Purchase session from WWDC24. Here is the download link, thanks: https://developer.apple.com/documentation/visionos/destination-video
Replies
2
Boosts
0
Views
592
Activity
Jun ’24