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

后端 未结 5 560
忘掉有多难
忘掉有多难 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:53

    Amazon supports their own deep links now: https://developer.amazon.com/appsandservices/apis/earn/in-app-purchasing/docs/deeplink

    E.g. you can start an intent with uri amzn://apps/android?p=my.package.name.

提交回复
热议问题