How can I do an Amazon App Store search using an Intent and filter it by developer name?

后端 未结 5 599
忘掉有多难
忘掉有多难 2021-01-03 08:12

Is there a way to start an Intent on the Kindle Fire that will cause the AppStore app to open and display all the apps for a certain developer? For instance, on a phone/tab

5条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-03 08:52

    From https://developer.amazon.com/help/faq.html#Marketing:

    To point to your app for marketing purposes use the URL http://www.amazon.com/gp/mas/dl/android?p=packagename (where packagename is your app package name).

    If you want to link to the list of all your applications on the Amazon Appstore use the URL http://www.amazon.com/gp/mas/dl/android?p=packagename&showAll=1.

    e.g. http://www.amazon.com/gp/mas/dl/android?p=com.rovio.angrybirds&showAll=1

    All this can be seen here: https://developer.amazon.com/sdk/in-app-purchasing/sample-code/deeplink.html

    Update(deep linking):

    amzn://apps/android?p=
    

提交回复
热议问题