Posts

Post not yet marked as solved
22 Replies
Exactly the same problem than ipiyushjbaranwal , any solution would be appreciated
Post not yet marked as solved
4 Replies
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.