This question is not clarifying about the terms of the Google Play Program Policies (as per Are developer-centric questions about application stores on topic?).
I have an open-source application, for Android that I have developed recently. This application is also published on other app stores (e.g. Samsung Galaxy Store). The app contains a button linking to the open-source repository. In the repository README, links to 3rd party app stores are listed.
I am aware that Google Play disallows links to other app distribution channels in your app.
However, since my application links to the open-source repo, which presents the README to the user, and the README contains multiple non-compliant links to other app stores, this would be a policy violation.
What is the best solution to present different READMEs for different variants for the app? I can create a mirror, but the non-compliant README will be copied over as well. I do not think a separate branch is appropriate for just a README, which would complicate matters.
Please leave a comment if you feel my question is too vague.
Thank you.