cafebazaar / Poolakey

Android In-App Billing SDK for Cafe Bazaar App Store
Apache License 2.0
71 stars 22 forks source link

<< Get all products for show price of those before buy it inside app itself >> #52

Closed mhrohani1385 closed 3 years ago

mhrohani1385 commented 3 years ago

Describe the bug This library can't provide get all products for show price of those before buy it inside app itself (Querying for Items Available for Purchase)

Expected behavior As you can get purchases product , get all products with details must be implemented Like Java Payment API : https://developers.cafebazaar.ir/en/guidelines/in-app-billing/implementation/java#iab_class ->
Querying for Items Available for Purchase

Versions

shayanpourvatan commented 3 years ago

As you can see in our sample project, we have two function for getting the product info:

payment.getInAppSkuDetails, payment.getSubscriptionSkuDetails.

For more info please see the MainActivity in the sample project.

mhrohani1385 commented 3 years ago

Thank You !