Why does Initialize fail with NoProductsAvailable when I should be able to use FetchAdditionalProducts to get my products later.
In order to fit it with my existing IAP code I want to do init and fetch as separate operations. This seems simple.
(1) First call Initialize without adding any products to the builder.
(2) Later call FetchAdditionalProducts to get all my products.
But no, Initialize fails with NoProductsAvailable. Why don’t you want to allow this flow?