Purchasing in an iOS simulator is a well known "no, it's not possible". However, retrieving SKProduct
information by providing product identifiers to a SKProductsRequest
used to work before iOS 11.
In the SKProductsRequestDelegate
I'm getting the following error: Error Domain=SSErrorDomain Code=0 "Cannot connect to iTunes Store"
From what I found out, this can happen either when the product identifiers are wrong, or the Apple Sandbox servers are down. However this is not the case since products are loaded fine on iOS 10..
My implementation of product fetching is pretty much the same as in the Apple guides
Is anyone else experiencing this or found a solution?
The products are loading fine when the app is running on a physical device. I'm using Xcode 9.0.