Search results for

Request failed with http status code 503

190,818 results found

Post

Replies

Boosts

Views

Activity

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
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
329
Mar ’16
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.1k
Jan ’19
Authorization request failed with reason "invalid_grant"
When I attempt to get authorization token I get 400 error. I pass in the following info: client id team id key identifier client secret access code redirect url I'm testing this on a launched nodejs backend, and a testflight build of my react native/expo app. I know my code works because I'm using the exact same setup on a different project and it works perfectly. I'm assuming I'm doing something wrong setting up the keys in apples Certificates, Identifiers & Profiles site, but anything I try doesn't work. Is there clear instructions somewhere on how this should be set up?
0
0
783
Apr ’23
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.2k
Apr ’24
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
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
783
Aug ’22
Reply to When a refund of subscription is processed by App Store customer support, would the customer's subscription-to-refund canceled from Apple side?
When a customer requests a refund, their subscription is canceled immediately, so their auto renew status is set to false, so their subscription is active only until their expiration date. If the refund request is approved then the transaction will have a revocation date populated, indicating the subscription is no longer active effective to that timestamp. I suggest looking into server notifications v2 as they provide real time status updates and you can contribute to the refund decision via consumption info requests. https://developer.apple.com/documentation/storekit/in-app_purchase/original_api_for_in-app_purchase/handling_refund_notifications/
Topic: Community SubTopic: Apple Developers Tags:
Jun ’24
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
2fa authentication codes fail
I have enabled 2-FA on my apple developer account. The 2-FA calls the designated phone number and I get a code. This has worked in the past. However, for the past few weeks, when I enter the code I get the error, We are unable to process your request. Please try again later. So, I get the code, but it doesn't work. I have also tried to get codes via email, cell number and cell phone texts. Historically have signed in on my Dell PC, though I have tried on various devices (macbook pro, iphone, etc.). So, I am locked out of both the apple itunes connect and our developer account, since they use the same login information. Our apps have been suspended from the app store for weeks and customers are complaining. After much effort, I would like to resolve the 2-FA issue, or just remove it completely.
0
0
319
Jan ’21
Reply to It's possible to test web service in playground?
You need to set needsIndefiniteExecution so that the playground keep running long enough for the network request to complete. For example, this code: import Foundation import PlaygroundSupport let url = URL(string: https://example.com)! let request = URLRequest(url: url, cachePolicy: .reloadIgnoringLocalCacheData, timeoutInterval: 60.0) URLSession.shared.dataTask(with: request) { (data, response, error) in if let error = error as NSError? { print(task transport error (error.domain) / (error.code)) return } let response = response as! HTTPURLResponse let data = data! print(task finished with status (response.statusCode), bytes (data.count)) }.resume() PlaygroundPage.current.needsIndefiniteExecution = trueends up printing:task finished with status 200, bytes 1256Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Mar ’20
Failed to render and update auto layout status
Hi thereSince few days ago I'm getting this error and I'm completely stuck on my project.This is just a Builtime issue, I can run my project but can't touch interface builder at all.Here is my log fileProcess: IBDesignablesAgentCocoaTouch [10742]Path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Overlays/IBDesignablesAgentCocoaTouchIdentifier: IBDesignablesAgentCocoaTouchVersion: 8.1 (11524)Code Type: X86-64 (Native)Parent Process: launchd_sim [8117]Responsible: IBDesignablesAgentCocoaTouch [10742]User ID: 501Date/Time: 2016-11-11 18:10:08.256 -0200OS Version: Mac OS X 10.12.1 (16B2657)Report Version: 12Anonymous UUID: 544DA3C3-CD64-6444-0CE0-06F48A5B5FE9Time Awake Since Boot: 9000 secondsSystem Integrity Protection: enabledCrashed Thread: 0Exception Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYApplication Specific Information:*** Terminating app due to uncaught except
1
0
1.2k
Nov ’16