SimpleInAppPurchaseV3 icon indicating copy to clipboard operation
SimpleInAppPurchaseV3 copied to clipboard

Multiple products

Open ravi-rupareliya opened this issue 10 years ago • 3 comments

I have used your library in my project and it is working like charm. Now problem arise when i am having more than one product for in app purchase, how to deal with that?

ravi-rupareliya avatar Jun 04 '15 12:06 ravi-rupareliya

Make sure you've got the right SKU in use https://github.com/blundell/SimpleInAppPurchaseV3/blob/master/src/com/blundell/tutorial/simpleinappbillingv3/ui/PurchasePassportActivity.java#L39

blundell avatar Jun 04 '15 12:06 blundell

yes i got that but how can we deal with this dynamically when i am having multiple products?

ravi-rupareliya avatar Jun 04 '15 12:06 ravi-rupareliya

I'm not sure without a deep investigation, you need to lookin at using a collection of sku's

blundell avatar Jun 04 '15 13:06 blundell