Supporting Amazon and Android market (Google Play) links inside application

后端 未结 7 1375
感动是毒
感动是毒 2020-12-01 03:40

So one of my applications was rejected from the Amazon app store today. The reason was because inside my app, I linked to the paid version of the app on the Android market.

相关标签:
7条回答
  • 2020-12-01 04:34

    You can do the following things:

    1. Check if the device based on its Manufacturer. For ex: https://developer.amazon.com/sdk/fire/specifications.html

    2. For writing reviews and opening the Amazon App Store use the following intent

      amzn://apps/android?p=package_name
      

      where p=Link to the detail page for a specific package name.

    Ref: Amazon developer link.

    https://developer.amazon.com/sdk/in-app-purchasing/sample-code/deeplink.html

    0 讨论(0)
提交回复
热议问题