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