Closed brainfuel closed 4 months ago
Currently you are indeed forced to use a local Products.plist. I'll implement an enhancement to allow StoreHelper to get products from a server.
Will not make these changes as I'm developing a more modern, lightweight StoreKit helper that is based around StoreKit Views. Details to follow.
IAP products are regularly updated in my app and I retrieve them from our server. Am I forced to use the local Product.plist configuration file?
I see requestProductsFromAppStore(productIds which returns me the correct Products but when I check storeHelper.products?.count It's always 0.