I am working on a project where we sell variety of virtual goods. I want to show these virtual goods and let him buy multiple items at once. But the Google's in-app billing takes only one item at a time, accoring to what I understand.
Bundle request = makeRequestBundle("REQUEST_PURCHASE");
request.putString(Consts.BILLING_REQUEST_ITEM_ID, mProductId);
How do I call the in-app billing api and pass multiple item ids at once? Is that allowed?
Update: In the new Google Play store, go to Settings -> the User Controls submenu and tap on the checkbox next to the field: "Password, Use password to restrict purchases." 4. With the password entered twice, go down to the Allowed Content option, and put the In-App Purchases slider in the Off position.
That's not possible at the moment, only separate purchases per item, check out this answer for a workaround:
Android in-app multiple purchases
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With