-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
SOLVED: subscription_offer_details=null for subscriptions in billing-v5 #57
Comments
I solved it. In GooglePlayBillingUtils.java, |
I created a PR for this fix: #58 I'll leave this open in the mean time, so that anyone else dealing with this issue will know what to do, until the PR is merged with the main branch |
Try this |
I am trying to access the "formatted price string" of a subscription using its subscription_offer_details in plugin release 2.0.0-rc.1 and Godot 4.1.2. However, when I retrieve a subscription product using query_product_details(), it seems to be "null"
The text was updated successfully, but these errors were encountered: