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

后端 未结 7 1379
感动是毒
感动是毒 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:18

    Good news! Apparently the latest version of the Amazon store finally sets PackageManager.getInstallerPackageName() to "com.amazon.venezia" to contrast with Google Play's "com.android.vending". This will be the easiest way to determine if your app is sideloaded, installed from Amazon, or installed from Google.

提交回复
热议问题