NianoTT
NianoTT
@bouncymarble queryPurchases is async now, you need to do connect "query_purchases_response" and then call it like that: payment.queryPurchases("inapp") the function you connected to query_purchases_response will be emitted when it's done....
@bouncymarble original_json is just the actual return from Google while the rest of the dictionary is constructed from it by the Billing Plugin, at least thats how I understand it...
@timoschwarzer Thank you! :) Is any documentation on the API changes available? I would test it then.
> Note this thread is for the 2.x of this library. `querySkuDetails` does not exist in 2.x. https://github.com/godotengine/godot-google-play-billing/blob/billing-v5/godot-google-play-billing/src/main/java/org/godotengine/godot/plugin/googleplaybilling/GodotGooglePlayBilling.java#L136 I also used it. Was it supposed to be named "queryProductDetailsAsync"? I...
@mmicoe > I am using the same code as version 1.0.1 You can not use the same code for 2.0 - queryPurchases is now async, some function names and especially...
Update: same happens with Gnome Web version 43.0, which also uses the WebKit rendering engine.
> Please [report this to WebKit upstream](https://webkit.org/reporting-bugs/), as this is a regression on their end. Also, open the developer tools then reload the page to get a full error log....
> Could affected users provide some more information on what issue you're experiencing exactly? > > * macOS or iOS version, architecture, GPU mac OS 12.6.1, Intel, Macbook Pro early...
> @akien-mga @NanitesNanites When the page crashes in Safari 16.1, is there an associated crash in console.app > Crash Reports > com.apple.WebKit.WebContent? @djg Yes, I attached it. [com.apple.WebKit.WebContent-2022-12-12-010455.000.ips.txt](https://github.com/godotengine/godot/files/10203648/com.apple.WebKit.WebContent-2022-12-12-010455.000.ips.txt)
https://bugs.webkit.org/show_bug.cgi?id=247860#c15 Looks like it's fixed on Webkit 👍 Will test when the next Safari Version/Patch is out.