If I use SubscriptionStoreView.init(groupID)
, it seems to be able to look up all the Product
s that have that subscription group ID. But I don't see any public method for doing that myself. Am I missing something, or is SubscriptionStoreView
using a private method to do this lookup?
I know that historically it has always been necessary to know the product IDs of all the products you want to sell; you have never been able to ask Store Kit to give you a list. SubscriptionStoreView doesn't seem to have this limitation, which is a bit surprising.