I'm developing an application with react native that will work with in app purchase payments for subscriptions. I tried to find how to manage the subscriptions in both platforms, and I found that Apple notify status changes to your server. My problem appears with Android, I only found an API to make requests. There is some service from Android like the Apple's one?In case that only API is available, when you recommend to check the subscription, each 24h, when the user log in?
Thank you!