Some thoughts on godot-iap #146
Replies: 2 comments 1 reply
-
|
Thanks for the detailed notes. The Windows editor/dummy library point is not something I want to treat as Windows IAP support, since godot-iap currently targets iOS and Android for native purchases. The iOS export points are valid though. I am treating this as a godot-iap UX improvement:
|
Beta Was this translation helpful? Give feedback.
-
|
Opened PR #148 for the iOS export fixes: #148 This updates the Godot export plugin to register I also verified the path locally with a Godot iOS export/archive/IPA and an |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After running into many issues while trying to implement godot-iap in Godot 4.6.2, I think it needs some love in the UX department. My main reason for using it was that it supports StoreKit2 - while the officially supported plugin uses v1, afaik.
Here's my experience trying to use godot-iap.
I'm not sure where to place the blame on these issues; Godot itself or the plugin implementation. Hopefully these issues can be ironed out over time either way.
Beta Was this translation helpful? Give feedback.
All reactions