bestCoderEver
bestCoderEver

Reputation: 7

When product is purchased in StoreKit I get: "Cannot connect to iTunes Store"

I have looked at many different possible solutions to this problem but none of them work. I have tried implementing in app purchases in a few different ways and I keep on getting the same error. Are there any solutions to this problem? As soon as I click a button that is supposed to charge me I get this error before it even asks me for my apple id.

Upvotes: 0

Views: 189

Answers (1)

Nishchal Pandey
Nishchal Pandey

Reputation: 11

Update to the latest iOS version, preferably >= 14.0, If that doesn't solve the issue checkout their latest storekit doc where they have explained a new way to setup store products right from XCode for local testings.

Upvotes: 1

Related Questions