chirag04 / react-native-in-app-utils

A react-native wrapper for handling in-app payments
MIT License
890 stars 185 forks source link

Load products returns error and empty products #145

Closed vitalikzyzych closed 6 years ago

vitalikzyzych commented 6 years ago

Calling InAppUtils.loadProducts(productsList, (error, products) => { returns error with next descriptions: code:"ESSERRORDOMAIN109" domain:"SSErrorDomain" message:"Cannot connect to iTunes Store"

Any thoughts what that means? Is it temporary error or something wrong on my side? ENV: iOS 11.0.3, iOS 11.2

vitalikzyzych commented 6 years ago

In my case I have just missed turn on App Purchases under Capabilities.