Hi everyone,
I’m new to RevenueCat and subscriptions in general, and I’m currently testing my app in the sandbox environment. I’ve connected my backend to RevenueCat via webhooks, and my webhook sets a label for each user based on their app_user_id.
Here’s what’s confusing me:
-
When there is no active subscription in App Store, and a user with
app_user_id: user_1subscribes, the webhook triggers as expected. -
However, if I log out and then log in as a different user (
user_2), and subscribe again, no webhook is triggered.
Does this mean that both users share the same subscription because it’s tied to my Apple sandbox account? How does this work exactly? I would like each app_user_id to be treated as a separate user in my backend, but I’m not sure if I’m misunderstanding how RevenueCat links subscriptions to users in this scenario.
Any clarification would be greatly appreciated. Thanks!
