Search results for

“Request failed with http status code 503”

201,064 results found

Post

Replies

Boosts

Views

Activity

In-App Purchase fails and every time I get “Cannot connect to iTunes Store” with transaction status returns failed
We have been using IAP auto-renewable subscriptions. We have properly followed integration guideline and able to successfully test IAP subscriptions through Sandbox testers for some devices and get failure for some devices. It’s kind of 50/50 scenario for IAP success/failure. Its not like Sandbox test users fail for IAP, in production build also IAP fails for many times. We have debugged the code and found out that when SKPaymentQueue.default().add(payment) is called, transaction.transactionState is returned as SKPaymentTransactionStatePurchasing and in some time it turns to SKPaymentTransactionStateFailed. We are getting error -> “Cannot connect to iTunes Store”. Below are some log statements. 2020-10-19 18:06:40.663777+0530 Strong Consumer[37652:7035479] [Purchases] - DEBUG:tremovedTransaction: monthly_5.99 AB64AECB-94AD-45CA-B836-65D0D6EC6D0C ((null) Error Domain=SKErrorDomain Code=0 Cannot connect to iTunes Store UserInfo={NSLocalizedDescription=Cannot connect to iTu
0
0
691
Oct ’20
iOS 9.1 - HTTP Request timing out on device, fine on simulator
Hi All,Having a strange issue here having just updated to iOS 9.1...I'm running Xcode 7.1 on El Capitan 10.11.1 and am running my app in the simulator (iOS 9.1) which makes requests over HTTP to a server on my local network. I have my plist updated to Allow Arbitrary Loads and all is working well. However when I run the app on my iPhone 6 (iOS 9.1) the requests keep timing out:Error Domain=NSURLErrorDomain Code=-1001 The request timed out. UserInfo={NSUnderlyingError=0x1004c09b0 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 The request timed out. UserInfo={NSErrorFailingURLStringKey=http://192.168.1.100:8080/jsonrpc, NSErrorFailingURLKey=http://192.168.1.100:8080/jsonrpc, _kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4, NSLocalizedDescription=The request timed out.}}, NSErrorFailingURLStringKey=http://192.168.1.100:8080/jsonrpc, NSErrorFailingURLKey=http://192.168.1.100:8080/jsonrpc, _kCFStr
1
0
3.1k
Oct ’15
Disable Managed Lost Mode fails with Error code "12069"
MDM is able to enable lost mode in applicable devices , however while disabling lost mode we are getting an error code 12069 . We are unable to revive the device from lost mode remotely and only option left is to erase the device loosing all data. Apple has mentioned this error code but not documented in detail A device responds with error code 12067 if it isn’t in Lost Mode, or error code 12069 if the request to disable Lost Mode failed. While in Lost Mode, a device responds to invalid commands with error code 12078. - disable_lost_mode - https://developer.apple.com/documentation/devicemanagement/disable_lost_mode Since reviving from lost mode is equally important to enabling lost mode, it would be better if apple documents When does Disable Lost mode fails with error code 12069 ? Does it occur to only specific OS version or device models? Is it possible to find if disable lost mode will fail beforehand , so th
0
0
1.5k
Nov ’20
Is it possible to use NETunnelProvider or NEAppProxyProvider to modify the http request?
Hi, I'm trying to modify HTTP request on iOS device.I have already been able to accomplish that via a MITM VPN Server + NETunnelProvider, but then there will be some privacy and evil third party concern.Is it possible to modify HTTP request on users' device via NETunnelProvider or NEAppProxyProvider?Another question, what's NEAppProxyProvider for? The official document doesn't talk much about when to use NEAppProxyProvider, while the video seems like talking about BVOD situation and managed app, does that mean the proxy containing app should explicitly list out every app that may be intercepted?Just checked with https://forums.developer.apple.com/message/287122#287122 and found the solution to the second part.
0
0
614
Apr ’18
Reply to APNs Pushes Failing, Device is "offline" when it's not
I would like to first point out the discrepancy in your question where you say after changing no code and then later only thing i changed was adding the target of the user notifications extension This sounds like a change to your project and now more code is being executed due to the existence of the NSE. That should be the first change you should look at, and see if things go back to normal when you revert these changes. If notifications are not reaching the device or your app, there are a multitude of reasons this could be, and is difficult to guess or diagnose remotely. Delivery issues with push notifications can usually be determined by examining the responses from APNs. The best would be to start with the Push Notifications Console at https://developer.apple.com/notifications/push-notifications-console/ which will give you a lot of diagnostic information which you may not be getting from the other tools. APNs will return useful information both in the HTTP/2 header res
Jan ’24
Reply to calling soap service with transport base security( HTTPS) service in IOS
For windows & android i used following code to ignore Certification:Right, but that’s not the issue you’re facing. iOS is ignoring the certificate of the server; you know that because you successfully passed a request to the server and got back a response. The HTTP status in that response, 400 Bad Request, indicates that there’s something that the server doesn’t like about your request.There’s no way to figure out what the server is complaining about by looking at just your iOS code. You will either have to debug this on the server or compare the iOS and non-iOS requests to see what’s different about the two.Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Feb ’16
Reply to Convert view to PDF
Button code reformatted: Button(action: { if included && !saving { if signatureImage != nil { exportPDF(name: ToR-(patient.name)-(patient.id)) { self } completion: { status, url in if let url = url, status { self.PDFUrl = url self.showActionSheet.toggle() print(URL => (url) - Status (status)) } else { print(Failed) } } } else { self.scrollToBottom = true } } }) { if saving { ProgressView() .tint(Color(MainColor)) .scaleEffect(1.5) } else { Text(NSLocalizedString(Save, comment: )) } }
Topic: Community SubTopic: Apple Developers Tags:
Aug ’24
In-App Purchase fails and every time I get “Cannot connect to iTunes Store” with transaction status returns failed
We have been using IAP auto-renewable subscriptions. We have properly followed integration guideline and able to successfully test IAP subscriptions through Sandbox testers for some devices and get failure for some devices. It’s kind of 50/50 scenario for IAP success/failure. Its not like Sandbox test users fail for IAP, in production build also IAP fails for many times. We have debugged the code and found out that when SKPaymentQueue.default().add(payment) is called, transaction.transactionState is returned as SKPaymentTransactionStatePurchasing and in some time it turns to SKPaymentTransactionStateFailed. We are getting error -> “Cannot connect to iTunes Store”. Below are some log statements. 2020-10-19 18:06:40.663777+0530 Strong Consumer[37652:7035479] [Purchases] - DEBUG:tremovedTransaction: monthly_5.99 AB64AECB-94AD-45CA-B836-65D0D6EC6D0C ((null) Error Domain=SKErrorDomain Code=0 Cannot connect to iTunes Store UserInfo={NSLocalizedDescription=Cannot connect to iTu
Replies
0
Boosts
0
Views
691
Activity
Oct ’20
iOS 9.1 - HTTP Request timing out on device, fine on simulator
Hi All,Having a strange issue here having just updated to iOS 9.1...I'm running Xcode 7.1 on El Capitan 10.11.1 and am running my app in the simulator (iOS 9.1) which makes requests over HTTP to a server on my local network. I have my plist updated to Allow Arbitrary Loads and all is working well. However when I run the app on my iPhone 6 (iOS 9.1) the requests keep timing out:Error Domain=NSURLErrorDomain Code=-1001 The request timed out. UserInfo={NSUnderlyingError=0x1004c09b0 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 The request timed out. UserInfo={NSErrorFailingURLStringKey=http://192.168.1.100:8080/jsonrpc, NSErrorFailingURLKey=http://192.168.1.100:8080/jsonrpc, _kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4, NSLocalizedDescription=The request timed out.}}, NSErrorFailingURLStringKey=http://192.168.1.100:8080/jsonrpc, NSErrorFailingURLKey=http://192.168.1.100:8080/jsonrpc, _kCFStr
Replies
1
Boosts
0
Views
3.1k
Activity
Oct ’15
Code-level support request
Anyone know how to include sample code or screenshots because the very basic form to submit one most definitely does not have the option to do so.
Replies
2
Boosts
0
Views
1k
Activity
Dec ’23
Reply to Weatherkit Rest API 500 errors this morning
We are seeing most calls returning a 502 or 503. The calls that do return have very slow response times.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Disable Managed Lost Mode fails with Error code "12069"
MDM is able to enable lost mode in applicable devices , however while disabling lost mode we are getting an error code 12069 . We are unable to revive the device from lost mode remotely and only option left is to erase the device loosing all data. Apple has mentioned this error code but not documented in detail A device responds with error code 12067 if it isn’t in Lost Mode, or error code 12069 if the request to disable Lost Mode failed. While in Lost Mode, a device responds to invalid commands with error code 12078. - disable_lost_mode - https://developer.apple.com/documentation/devicemanagement/disable_lost_mode Since reviving from lost mode is equally important to enabling lost mode, it would be better if apple documents When does Disable Lost mode fails with error code 12069 ? Does it occur to only specific OS version or device models? Is it possible to find if disable lost mode will fail beforehand , so th
Replies
0
Boosts
0
Views
1.5k
Activity
Nov ’20
Reply to WeatherKit stopped working
I'm experiencing the same issue. No code changes, requests started failing with invalidAuthorization errors.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Is it possible to use NETunnelProvider or NEAppProxyProvider to modify the http request?
Hi, I'm trying to modify HTTP request on iOS device.I have already been able to accomplish that via a MITM VPN Server + NETunnelProvider, but then there will be some privacy and evil third party concern.Is it possible to modify HTTP request on users' device via NETunnelProvider or NEAppProxyProvider?Another question, what's NEAppProxyProvider for? The official document doesn't talk much about when to use NEAppProxyProvider, while the video seems like talking about BVOD situation and managed app, does that mean the proxy containing app should explicitly list out every app that may be intercepted?Just checked with https://forums.developer.apple.com/message/287122#287122 and found the solution to the second part.
Replies
0
Boosts
0
Views
614
Activity
Apr ’18
Reply to APNs Pushes Failing, Device is "offline" when it's not
I would like to first point out the discrepancy in your question where you say after changing no code and then later only thing i changed was adding the target of the user notifications extension This sounds like a change to your project and now more code is being executed due to the existence of the NSE. That should be the first change you should look at, and see if things go back to normal when you revert these changes. If notifications are not reaching the device or your app, there are a multitude of reasons this could be, and is difficult to guess or diagnose remotely. Delivery issues with push notifications can usually be determined by examining the responses from APNs. The best would be to start with the Push Notifications Console at https://developer.apple.com/notifications/push-notifications-console/ which will give you a lot of diagnostic information which you may not be getting from the other tools. APNs will return useful information both in the HTTP/2 header res
Replies
Boosts
Views
Activity
Jan ’24
Reply to bundle id is missing when creating an app
Also getting the same error: App Record Creation failed due to an invalid attribute. Request failed with error code ENTITY_ERROR.ATTRIBUTE.INVALID, and reason An attribute value is invalid. ITC.apps.validation.bundle_not_available
Replies
Boosts
Views
Activity
Mar ’24
failed to update auto layout status failed to load designables from path (null)
My Xcode Version 7.3.1 (7D1014)i use IB_DESIGNABLE and IBInspectable in Categroy and make it as a static lib or framework , when i use it in storyboard , it not work for me , and IB_DESIGNABLE property can not render in time.
Replies
1
Boosts
0
Views
1.8k
Activity
Oct ’16
the request to open .com.apple.messagesms failed in xcode.
The title says it all, i don't know why but every time i launch any simulator it gives me this. if you know anything i would really appreciate it.
Replies
0
Boosts
0
Views
998
Activity
Jan ’21
Xcode Instruments: "Request to launch ... Failed"
Xcode 12.4 produces this error on iOS device 14.4.1 when I'm trying to run time profiling. I have never encountered this error before. However, I can run the app from Xcode on the device with no issues. Tried Reconnecting device Restarting both Mac and iOS device. What else can I do?
Replies
1
Boosts
0
Views
1.3k
Activity
Mar ’21
Reply to calling soap service with transport base security( HTTPS) service in IOS
For windows & android i used following code to ignore Certification:Right, but that’s not the issue you’re facing. iOS is ignoring the certificate of the server; you know that because you successfully passed a request to the server and got back a response. The HTTP status in that response, 400 Bad Request, indicates that there’s something that the server doesn’t like about your request.There’s no way to figure out what the server is complaining about by looking at just your iOS code. You will either have to debug this on the server or compare the iOS and non-iOS requests to see what’s different about the two.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
Feb ’16
Reply to Convert view to PDF
Button code reformatted: Button(action: { if included && !saving { if signatureImage != nil { exportPDF(name: ToR-(patient.name)-(patient.id)) { self } completion: { status, url in if let url = url, status { self.PDFUrl = url self.showActionSheet.toggle() print(URL => (url) - Status (status)) } else { print(Failed) } } } else { self.scrollToBottom = true } } }) { if saving { ProgressView() .tint(Color(MainColor)) .scaleEffect(1.5) } else { Text(NSLocalizedString(Save, comment: )) } }
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Aug ’24
Enrollment status
We have submitted an enrollment request and cannot see the status. I cannot submit a support ticket as it is throwing a javascript exception. Unable to contact support or view status. Enrollment ID is F5T6HL5534
Replies
0
Boosts
0
Views
50
Activity
May ’26