Hello all, i am new to the app space. I used a no code app software and I completed my app. The last part is the subscription part. The subscription is for use of the entire app. So here’s where I need help oe guidance:
Flow:
-User downloads my app in Appstore or Google PlayStore.
-They set up an account.
-Payment wall opens and they pay.
Heres the help that I need to understand: How do I update user info to show they paid so they can have access, and when they cancel, they wont have access?
Do i use a webhook to accomplish this?
Can anyone explain a webhook and how to use it.
I think my understanding of webhooks is my missing link.
So right now, i can manually update a user profile and enter “true” for their entitlement. Then I can get a notification showing cancellation, then manually enter a “false.”
This is no problem if i have 20-40 subscribers. If I have 1000, then this is a huge problem.
Can anyone share any advice or knowledge, thanks.