Back to All

Apple In-App Purchase - no products fetched

Hello,

I am still trying to implement In-App Purchase for iOS. I analysed what is happening step by step, after building app in Xcode v14.3 (with in-app purchase added as capability).

It occurs that app does not fetch productsApple.json file - so based on that - there is no info about payments available.

In Xcode there is warning displayed (after build) in TPInAppReceipt scoped imports are not yet supported in module interfaces

How can it be fixed? What is the flow to fetch productsApple.json file and then use it? Can we somehow wait for fetching and then run gonative.iap.info()?