My main point was that you were passing a set containing one giant string, instead of the set of many individual strings that you probably intended.I just included the following line because it had a stray comma in it, in your original post, which needed to be removed.But looking at the interface for SKProductsRequest, it will take a regular Swift Set, so you can do this:let productID: Set = [wnp3skips, wnp6skips, wnp##skips..., wnpinfinite, wnpfailsafe] let request = SKProductsRequest(productIdentifiers: productID)(Remember to replace wnp##skips... in my code with the rest of your IAP strings.)
Topic:
Programming Languages
SubTopic:
Swift
Tags: