Search code examples
androidgoogle-playpolicy

Link to another apps from my android app


The idea is to make a sponsored area on my app every link on this area will point to the app link on google playstore.

My question:

is this method is forbidden by Google Guidelines or will not cause my app suspension ?

Thanks


Solution

  • Opening other apps on playstore is perfectly fine since there is a tutorial to it in the official documentation https://developer.android.com/distribute/marketing-tools/linking-to-google-play#java

    Therefore it is not forbidden and permited by google to do this.