is this correct … I was trying to add 2 subscription ids
builder.AddProduct(kProductIDSubscription, ProductType.Subscription, new IDs(){{ kProductNameAppleSubscription, AppleAppStore.Name },{ kProductNameGooglePlaySubscription, GooglePlay.Name },});
builder.AddProduct(kProductIDSubscription2, ProductType.Subscription, new IDs(){{ kProductNameAppleSubscription2, AppleAppStore.Name },{ kProductNameGooglePlaySubscription2, GooglePlay.Name },});