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

Why is working only IAP and NOT for Subscription ? #13

Closed
fcostantino opened this issue Dec 1, 2021 · 1 comment
Closed

Why is working only IAP and NOT for Subscription ? #13

fcostantino opened this issue Dec 1, 2021 · 1 comment

Comments

@fcostantino
Copy link

This is the Kotlin code for retrieve the products info:
SkuDetailsParams.newBuilder().setSkusList(skuList).setType(BillingClient.SkuType.SUBS).build()

As you can see you need to setType SUBS/INAPP .

How do you handle this in your plugin?

Your exampe is working only on INAPP and fails on SUBS because return an empty List, native code works fine.

Do you think that someone can fix this ?

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