I've downloaded Fruta and set up the project to use a local StoreKit definition as it is presented in Introducing StoreKit Testing in Xcode). But when the app tries to fetch the product I get an error:
What does it mean and what needs to be changed?
Code Block Error Domain=AMSErrorDomain Code=204 "Bag Value Missing" UserInfo={NSLocalizedDescription=Bag Value Missing, NSLocalizedFailureReason=The bag does not contain a value for p2-product-offers-batch-limit nor did anyone register a default value for it.}
What does it mean and what needs to be changed?