-
-
Notifications
You must be signed in to change notification settings - Fork 658
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
Fix empty subscriptions list by removing filter #2187
Conversation
Hi, Not sure if this is working. |
@andresesfm Since updating to Now getProducts returns before in Just to mention. I only have one in-app product Changing
back to
fixes it. |
@Dallas62 That's strange, is it all you are getting back? or do you get an additional item with that value? |
@venux92 can you please post how you are calling the method? maybe you are passing an empty element in the array? |
@andresesfm It's the first item of a list of three. when I request 2 subscriptions by SKU (same group). |
I will take a look |
This reverts commit 12d0663.
released the fix on |
@andresesfm It's not yet fixed. getSubscriptions is returning an empty array in ios. |
Please open a ticket with the details. |
@andresesfm I updated to the latest version To reply to your question
I had only one product so I was passing Thanks |
Hi. I am getting empty array using both getProducts and getSubscriptions. Can you please help or share the code? I am stuck on it from 2 days. |
Filtering makes it impossible to get non-renewable subscriptions: #2176