godotengine / godot-google-play-billing

Godot Android plugin for the Google Play Billing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

querySkuDetails with product type SUBS return no data (null)

ibenx opened this issue · comments

commented

Trying to call querySkuDetails with product type is "subs" and return :

[{
"description": "desc",
"id": "subs_id",
"subscription_offer_details": null,
"title": "Title",
"type": "subs"
}]

I don't see something like formated price etc..

Possible cause pointed out here:
#42 (comment)

Hello, I assume your are using the billing-v5 branch.
I found out what was causing this bug: #57
And I submitted a PR to fix it: #58