Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get Information on GooglePlayStore if there are more than 20 Offers #144

Closed
lozan opened this issue Apr 14, 2017 · 1 comment
Closed

Comments

@lozan
Copy link

lozan commented Apr 14, 2017

The current implementation of fetchSkuDetails() in V3GoogleInAppBillingService does not handle a scenario in which there are more than 20 products and it throws an exception in executeGetSkuDetails().

The reason for that is the limit in getSkuDetails(), which allows max 20 SKUs to be passed in.

In order for the implementation to handle more, the list of products passed in fetchSkuDetails should be split in chunks of max 20 items and executeGetSkuDetails should be called on each chunk separately.

keesvandieren added a commit that referenced this issue Apr 19, 2017
Not sure about ios-moe settings, just took them as we have them in our own project
keesvandieren added a commit that referenced this issue Apr 19, 2017
@keesvandieren
Copy link
Member

Just released 0.11.0. Should be available in Maven Central shortly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants