iaphub / react-native-iaphub

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

Can we get products for sale without filtering out already bought products? Needed particularly in sandbox #96

Closed desaawa closed 2 years ago

desaawa commented 2 years ago

Alternative question: How do I make an already bought non-consumable product to show up for user to buy again in sandbox. Subscriptions expire within minutes, I'd like to something like that for non-consumable.

iaphub commented 2 years ago

Hi @awadesmoline, non-consumble are unfortunately pretty difficult to test unfortunately, in order to buy a non-consumable again you'll have to create a new itunes sandbox account. If you need to do a lot of testing to test webhooks etc.. I would recommend create a consumable for testing since you can purchase as any consumable as you want.

desaawa commented 2 years ago

Okay. Thanks!