I’m trying to set up web purchase links in my application, which uses RevenueCat for billing. I want to make sure I abide by the App and Play Store requirements.
In the External Content Links documentation that RevenueCat links to in its App-to-web explainer, Google states that Developers participating in the program must:
Integrate with the external content links APIs, which surface an information screen, enable parental controls, and facilitate transaction reporting once required.
So it seems like the link that opens the web purchase flow must use a special API on Android. Does RevenueCat offer a ReactNative library to handle that requirement? For example, does the Web Purchase Button handle that for me?
Thanks
