How do you handle In App Purchases with an PWA / Google Store ?
I have integrated RevenueCat with my Android app, which is built using Angular and Capacitor. The same codebase is used for both the Android app and the web app. However, In-App Subscriptions do not work on the web version.
From my understanding of Google Play Console policies, it’s not allowed to mention or link to external websites (like RevenueCat) where users can also purchase subscriptions, as this could potentially result in the app being banned from the store.
How do others typically resolve this issue, especially when using RevenueCat for subscriptions in an app that also has a web version?