IOS IAP Error Domain = SKErrorDomain Code = 2 in production

I see quite a few unsuccessful in-app purchases with error descriptions Error Domain=SKErrorDomain Code=2 "Cannot connect to iTunes Store" UserInfo=<some hex value> {NSLocalizedDescription=Cannot connect to iTunes Store}

.

What is causing this? Every answer I have found on SO is several years old and says this error is due to sandboxing issues or trying to buy IAP in a simulator.

+3


source to share


1 answer


Same problem. The Apple dev forum discusses the issue here . An Apple employee was working on tracking down the issue at one point or another. This seems to be a bug introduced in iOS 8.4. I was hoping for a fix in iOS 8.4.1, but the problem seems to persist.



0


source







All Articles