I am currently using Ionic and Capacitor to convert my Angular web app into iOS and Android apps. Now, I want to integrate in-app subscriptions for both platforms.
While researching, I found several reference implementations, but many are either deprecated or come with their own set of issues. There are services like RevenueCat, which seem promising, but they involve additional costs, and I want to minimize expenses.
I’m looking for guidance on which plugin or library I should use to simplify the process of implementing in-app subscriptions. Ideally, I would like a solution that is reliable, up-to-date, and doesn’t involve significant upfront costs.
Any suggestions or insights would be greatly appreciated! Thank you in advance.