Hi,
I need to know if when I use
Purchases.syncPurchases();
and there is some to sync, a webhook is triggered?
e.g. I have some users that used old App, that didn’t use RevenueCat or my own API, but the user update the App and now he can’t access the app because I’m using RevenueCat and controlling the status by server side, but Google or Apple knows that the user is a subscriber.
in this case, if I use the sync method and when Revenue update a trigger will fired? Or I need to use the Rest API to know?
obs. I’m using Flutter for the Apps.