We are working through our integration with Revenue Cat for in-app subscriptions. We’re planning to use webhooks to keep our database up to date with users’ entitlements.
What happens if we add an entitlement to an existing subscription? Will the webhooks be called for existing users? If we update the user status with the rest API, will the new entitlements be reflected in that response?
Thanks!!