Here’s a question from me to anyone with successful IAP’s on the iOS app store. or that knows in general what’s going on here
I have a consumable purchase that is approved by the iOS app store. i am calling the purchase as shown in the image below but keep getting an error "Must query item from store before purchase"
I can successfully retrieve Product Info, but the subsequent call fails when using the product id. I’ve tried the following and keep getting the same error mentioned above.
hard coding the productID,
using the itemID list block as shown in the image above,
using the response from the ‘get product info’ call.
First thing to know that for AppStore you need to so the following steps:
Step 1 is to add a “blank” IAP component to your app and upload it to TestFlight/Play Store Beta. This update will then contain the IAP intent and will allow you to create your items and subscriptions
Step 2 Create the items and/or subscriptions you want your app to have, and then copy/paste them back into your Thunkable app.
Step 3 Rebuild your app and republish, the newest update will contain both the IAP intent and the IAP items available to purchase.