Post

Replies

Boosts

Views

Activity

Reply to InApp purchase and testing
Hello, I've made all the steps as the author did and I do not get any products. I'm using react-native with expo-in-app-purchases package. Product IDs from App Store Connect are "1000credits", "2200credits" and "6000credits". ... const { responseCode, results } = await InAppPurchases.getProductsAsync(['1000credits', '2200credits', '6000credits']) console.log("responseCode", responseCode); console.log("results", results); ... responseCode: 0 results: [ ] I tried to enter products using bundle identifier com.***.1000credits or com.***.***.1000credits as well and I have the same problem.
Jul ’20