Solved

Restore Purchase - RevenueCat webHook

  • 28 June 2022
  • 3 replies
  • 119 views

Badge +1

So we get rid of all AppStore/PlayStore integration for processing payment and rely fully on RevenueCat webHook.

the main issue that we encounter so far is that when we have a restoreSubscription the RevenueCat webHook does't react also if user has a purchase already and he receive "You are currently subscribed to this" and press OK again the RevenueCat webHook does't react.

How can we manage this 2 scenarios ?

icon

Best answer by ryan 28 June 2022, 19:59

View original

3 replies

Userlevel 5
Badge +9

Hey @Constantin

There’s no RevenueCat webhook for a “restore”. If the customer is seeing the message "You are currently subscribed to this" then that means you should have already received a purchase webhook. If you need to know when the Restore button was tapped you could send yourself and event from the device? 

Badge +1

yah that is what we did, if we somehow fail to process de hook, or id revenueCat fails to deliver, we added a server request to sync with revenueCat.

thanks

Badge +1

yah that is what we did, if we somehow fail to process de hook, or id revenueCat fails to deliver, we added a server request to sync with revenueCat.

Reply