亚马逊市场的Andr​​oid应用程序上没有显示的Kindle Fire [英] Android app in Amazon Market not showing on Kindle Fire

查看:243
本文介绍了亚马逊市场的Andr​​oid应用程序上没有显示的Kindle Fire的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么窍门能让一个应用程序在亚马逊市场上显示的Kindle Fire的?

我已经提交了我的Andr​​oid应用到亚马逊的市场,它是几个月前批准。当我寻找我的摩托罗拉Xoom,还是我妻子的Nexus One的应用程序(通过亚马逊的市场),我能够找到它。在Kindle上搜索,它无处可寻。

我在 https://developer.amazon.com/help/faq.html阅读亚马逊的建议有关的Kindle Fire,并没有给出任何的暗示,为什么它不会显示出来。我在我的清单如下相关条目:

 <支持屏
    机器人:smallScreens =真
    机器人:normalScreens =真
    机器人:largeScreens =真
    机器人:调整大小=真
    机器人:anyDensity =真
    />
<使用许可权的android:NAME =android.permission.GET_ACCOUNTS>< /使用许可权>
<使用许可权的android:NAME =android.permission.INTERNET对>< /使用许可权>
<使用许可权的android:NAME =android.permission.ACCESS_NETWORK_STATE/>
<使用许可权的android:NAME =android.permission.GET_TASKS/>
<使用许可权的android:NAME =android.permission.WRITE_EXTERNAL_STORAG​​E/>
<采用-SDK安卓的minSdkVersion =8/>


解决方案

亚马逊分别批准为应用程序Kindle Fire的。什么是应用程序的性质是什么?亚马逊从Kindle Fire的,看似在那里与他们的服务竞争,如电子书阅读器应用程序阻止某些应用程序。

What is the trick to getting an app to show in the Amazon Market on the Kindle Fire?

I have submitted my android app to Amazon Marketplace and it was approved months ago. When I search for that app (through Amazon Marketplace) on my Motorola Xoom, or my wife's Nexus One, I am able to find it. Search on the Kindle, its nowhere to be found.

I read Amazon's suggestions at https://developer.amazon.com/help/faq.html regarding the Kindle Fire and it doesn't give any hints why it wouldn't show up. I have the following relevant entries in my Manifest:

<supports-screens
    android:smallScreens="true"
    android:normalScreens="true"
    android:largeScreens="true"
    android:resizeable="true"
    android:anyDensity="true"
    />
<uses-permission android:name="android.permission.GET_ACCOUNTS"></uses-permission>
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-sdk android:minSdkVersion="8" />

解决方案

Amazon approve apps separately for the Kindle Fire. What is the nature of your application? Amazon are blocking certain apps from the Kindle Fire, seemingly where it competes with their services, like eReader apps.

这篇关于亚马逊市场的Andr​​oid应用程序上没有显示的Kindle Fire的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆