"cannot connect to itunes store" in sandbox since this morning

The product can be fetched but the transaction can not be made.

Error code: 0

It's still not working. Please help.


Error Domain=SSErrorDomain Code=109 "Cannot connect to iTunes Store" UserInfo={NSLocalizedDescription=Cannot connect to iTunes Store, SSErrorHTTPStatusCodeKey=404}

Same here.

I fixed it. We must to create at least 1 localization for subscriptions.

I am also experiencing this problem.

Same here, more importantly.. does this prevents me from submitting the app?

I have also just started having this problem.

Us too. Just started happening.

Same problem here

Make sure you are not using the simulator as that can also give this error:

"The "Cannot connect to iTunes Store" issue may be due to one or more of the following reasons:

(from: Cannot connect to iTunes Store)

i am getting this error since i upgrade my ios 11 and xcode 9


SKError(_nsError: Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store" UserInfo={NSLocalizedDescription=Cannot connect to iTunes Store})

The same issue to me after i upgrade iOS 11 % XCode 9.


SKError(_nsError: Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store" UserInfo={NSLocalizedDescription=Cannot connect to iTunes Store})

I am having this issue. Are there any updates on this? Also, since this seems to be not working, how is everyone developing/testing with sandboxing down?

I am also facing same issue till now. Is there any solution or this is apple server side issue.

The same problem happened to me yesterday and today it just contines to be the same. The interesting thing is that before it worked just as expected. And after that it stopped and is not working any more. With absolutely no change in code or the way how the sandbox users are created.

ErrorCode: 0

ErrorDomain: "SKErrorDomain"

LocalizedDescription: "Сбой подключения к iTunes Store" (Cannot connect to iTunes Store)

How to fix that?

Seems like issue on Apple side as 2 days ago it worked as expected. At least in my case.

Have u got any solution?

Experiencing the same issue as of a few days ago. My current purchase attempts result in:



error.localizedDescription = Cannot connect to itunes store (SKErrorDomain error 0.)

error.code = 0

error.domain = SKErrorDomain



Whereas, before this, I was receiving proper JSON objects from Apple at the Subscription Status URL I provided.

Hello Sergey

Have you resolved the issue? I am facing the same issue.

Hi guys,


I've been having this issue since last week and somewhat resolved it in my case, hopefully this helps someone else out.


After realising that the devices I was testing my IAP on were all running iOS 11 I tested some older devices.

It turned out, in my case, that iOS 11.0.3 was broken. I could make purchases on various versions of iOS 10 and today I updated my iOS 11.0.3 devices to 11.1 and all was working fine.


I'm sure I was testing on iOS 11 earlier last week or perhaps the week before but I honestly can't remember if that was using a beta version or something prior to 11.0.3.


I have reported a bug with Apple (35306392) just in case that helps.

The same problem on both iOS 10 an iOS 11, xcode 9.11

Same problem here!


Yesterday I had some intermittent problems on fetching IAP product list and doing sandbox purchases.
Today I can't even fetch product list, I always get an "SSErrorDomain" domain error with the HTTP 404 error code!


I'm running it with tvOS 11, on Xcode 9.2 and on a real Apple TV (no simulator).

My code base for fetching product list and doing IAP purchases has not changed and have been working for weeks!

Did you fix this? Having the same issue :/

joelbrewer01, unfortunately no!
I am now (withouth having changed my code) able to get the product list again but IAP purchases are still failing!


Strangely, everything is green/OK on Apple services status pages:

Same issue, I can't receive product Info from 18 hours ago.

Same problem here. The exact same code worked last night and start failing intermittently earlier today before total failure this evening. Same error message each time.


Error Domain=SSErrorDomain Code=109 "Cannot connect to iTunes Store" UserInfo={NSLocalizedDescription=Cannot connect to iTunes Store, SSErrorHTTPStatusCodeKey=404}

"cannot connect to itunes store" in sandbox since this morning
 
 
Q