I have set up codeless IAP in my game. But my buy buttons on apple are not working, they work on android and I’m able to purchase items from Google playstore.
I added as much logging as I could so when I press buy I get these errors
Purchase failed because Purchasing was not initialized correctly
Stacktrace is not supported on this platform.
onPurchaseFailed: product is null
Stacktrace is not supported on this platform.
onPurchaseFailed: reason is PurchasingUnavailable
Stacktrace is not supported on this platform.
I have the correct SKU and team id in my iap catalog. I’m not getting any other failures from the console log, I dont see why Purchasing was not initialized, any ideas?