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

Does restore send a webhook event? #98

Closed desaawa closed 2 years ago

desaawa commented 2 years ago

Does restore purchases send a webhook event or do we have to directly call our server from the mobile app to sync the restored products?

iaphub commented 2 years ago

Hi @awadesmoline, If a purchase hasn't been recorded by IAPHUB when calling the restore, IAPHUB will send a webhook.

desaawa commented 2 years ago

Okay, thank you!