I have switched from trying to use Stripe to using RevenueCat's in-app purchases, but I am still having similar struggles! Once a subscription is made the user's information will update and they will become a premium user for the month, but what happens if their subscription does not go through the next month (i.e. Insufficient funds, canceled payment, changed cards). How would my app be able to check for that?
Check Subcription Function for RevenueCat
Integrations
When I first made the app's subscriptions I used Stripe. I used webhooks on my computer locally, which kept failing. Then I used buildShip to try and navigate the events to determine if the app needs to update the users information (premium level or active subscription). BuildShip had deactivated its stripe checking webhook for the time. In response, I switch to trying to make cloud funtions in flutterflow and which ended up not working either. Now, with RevenueCat, I was just wondering if there is for the app to know so it does not allow users who do not active subscriptions, premium functions.
No
1
3 replies