Android Market link generation and sharing

Source: Internet
Author: User

 

Use the Java package name to directly locate your app

Http://market.android.com/details? Id = <Java package name>
Or
Market: // details? Id = <Java package name>

Example: Market: // details? Id = com. skyd. luckywheel

This will display your app details page in the market.

 

Search for apps by Java package name

Http://market.android.com/search? Q = pname: <Java package name>
Or
Market: // search? Q = pname: <Java package name>

Example: Market: // search? Q = pname: COM. skyd. luckywheel

This displays the list of searched apps.

Search for apps by developer name

Http://market.android.com/search? Q = Pub: <developer Name>
Or
Market: // search? Q = Pub: <developer Name>

Example: Market: // search? Q = Pub: skyd

This displays the list of all apps released by developers.

Search for an app by keyword

Http://market.android.com/search? Q = <keyword>
Or
Market: // search? Q = <keyword>

Example: Market: // search? Q = luckywheel

This will display the searched title (and content ?) List of all apps that contain this keyword. Note that this is language-related. If the app has a language that corresponds to your machine, you must search for this language to find it easily, the software cannot be found when searching for Versions in other languages. Therefore, this method is not recommended.

Combined Query

The search-related content can be simply combined for more precise filtering, but is rarely used.

Example: Market: // search? Q = Lucky Wheel Pub: skyd

 

Share

Finally, let's talk about it. First of all, the above connections are invalid on PCs or other devices, so only Android devices can identify these connections and start the market (not necessarily the official market, if a third-party market is installed, it can also be searched by a third-party market ).

The best way to share with Android devices is to generate a QR code in addition to directly displaying hyperlinks, for example:

We recommend the quick mark app for generating and recognizing QR codes:

The recognition speed and accuracy are high, and the functions are rich. The identified QR code link can be directly transferred to the market by clicking.

On the PC end, you can use some websites to provide the QR code generation service to generate, such as this site: http://www.mayacode.com/

 

Reference

Http://android.kgmoney.net/2010/10/30/link-to-android-app-using-android-market-links/

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.