android - Amazon Fire TV Appstore not showing my App as compatible with my device -


enter image description herei have published application fire tv appstore after live testing. before publishing, working live testing after publishing, saying not compatible devices.

i bit surprised because same version works great in live testing.

with documentation, have added below things in manifest.xml

<uses-feature     android:name="android.hardware.touchscreen"     android:required="false" /> <uses-feature     android:name="android.software.leanback"     android:required="true" /> <uses-feature android:name="android.hardware.nfc" android:required="false"/> <uses-feature android:name="android.hardware.usb.accessory" android:required="true"/> <uses-feature android:name="android.hardware.usb.host" android:required="true"/> <uses-feature android:name="android.hardware.wifi" android:required="true"/> <uses-configuration android:reqnavigation="dpad" /> <uses-configuration android:reqtouchscreen="notouch"/> <uses-configuration android:reqkeyboardtype="nokeys"/> 

still when update release apk, not showing compatible device.

please let me know making mistakes.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -