Does anyone uses RevenueCat with their capacitor app?
I am looking at the "best" option to integrate subscriptions into my Capacitor App, I was trying `cordova-plugin-purchase` but it has some open bugs on subscription cancelations for android for some years now and I could not test it fully due this. Also writing test for it was not that easy. Although the maintainer already merged some fixes for the subscription problem there is no release for it.
I wanted to try RevenueCat (I think u/RevenueCat was their user but is not active for 1 year or so). It has some abstraction above the Stores but their Paywalls seems to make it easy to separate the purchase logic from the app logic. I followed the installation steps and everything just to find out Paywalls are not supported on Capacitor, and this issue from Nov 9 2023 says to me that they do not have any intention to really do it.
To be able to test it I would need to change, again, all my UI and call everything manually, which is exactly what I do not want to do to realize it has problems.
Do any of you use it? Does testing it is too hard (unit/integration tests wise) or does it creates more problems that it resolves?
thanks!