Link from one app to another in Google Play description

前端 未结 6 1318
盖世英雄少女心
盖世英雄少女心 2021-01-12 07:05

I have two apps in the google play store. Is it possible to create an http link from one to another in the description of the first?

6条回答
  •  天命终不由人
    2021-01-12 07:54

    Google has documentated how to properly link within google play to other resources like a store listing, developer page, a search result etc..

    Linking to a store listing

    Use the format below to deep-link directly to an app's Store listing page, where users can see the app description, screenshots, reviews and more, and then install it.

    To create the link, you need to know the app's fully qualified package name, which is declared in the app's manifest file. The package name is also visible in the Google Play Console.

    http://play.google.com/store/apps/details?id=
    

    Here's an example:

    http://play.google.com/store/apps/details?id=com.google.android.apps.maps
    

提交回复
热议问题