godotengine / godot-google-play-billing

Godot Android plugin for the Google Play Billing library
MIT License
138 stars 39 forks source link

querySkuDetails with product type SUBS return no data (null) #41

Open ibenx opened 1 year ago

ibenx commented 1 year ago

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..

NianoTT commented 1 year ago

Possible cause pointed out here: https://github.com/godotengine/godot-google-play-billing/issues/42#issuecomment-1374672253

PickleJesus123 commented 8 months ago

Hello, I assume your are using the billing-v5 branch. I found out what was causing this bug: https://github.com/godotengine/godot-google-play-billing/issues/57 And I submitted a PR to fix it: https://github.com/godotengine/godot-google-play-billing/pull/58

kyadalu1 commented 6 months ago

Try this