getSubscriptions doesn't return price attribute in Subscription object on Android #2033
Unanswered
karel-suchomel-ed
asked this question in
Q&A
Replies: 2 comments 1 reply
-
After upgrading my version, I now have the same problem.. Did you manage to fix it? Now we have to cast it and check which platform we have.. It used to be too easy I guess? 😅 |
Beta Was this translation helpful? Give feedback.
1 reply
-
I get the price for a subscription like this : item.subscriptionOfferDetails[0].pricingPhases.pricingPhaseList[0].formattedPrice |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After I updated the package to the latest version, the android subscriptions, that I receive from getSubscriptions(), doesn't include price and currency attribute. Am I supposed to dig it up from subscriptionOfferDetails attribute, or is this only development issue?
I tried running the app in release mode, and the issue was still there.
Beta Was this translation helpful? Give feedback.
All reactions