IAP iOS -Master Mobile Game Development with Godot 4: From Concept to App Stores

I got most of this to work expect the IAP for iOS

In appsstoreconnect
Distribution → MONETIZATION → In-App Purchases
I have:
[New Player Skin]
new_player_skin
Non-Consumable

But when I call:
var new_skin_sku = “new_player_skin”
apple_payment.request_product_info({“product_ids” : [new_skin_sku]})

I get invalid_ids: [“new_player_skin”]

Any ideas how to fix

Thanks
Nick

Looks like I just had to wait.
Now working all good&

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms