iaphub / react-native-iaphub

The easiest way to implement IAP (In-app purchase) in your React Native app.
https://www.iaphub.com/
MIT License
328 stars 23 forks source link

Is sandbox environnement mandatory to call getProductsForSale() ? #47

Closed ingerable closed 3 years ago

ingerable commented 3 years ago

I'm currently having an error product sku not found. Is it possible to call IAPhub api without being on an internal test apk with the sandbox environnement ? We are not in testing phase but in developpement phase.

iaphub commented 3 years ago

This error is related to GooglePlay not IAPHUB, it means GooglePlay isn't returning your products because something isn't configured correctly. Uploading an APK to a closed track is only required to enable the In-app-purchases with GooglePlay, you should be able after that to load your in-app products in development.