android - Amazon Fire TV Appstore not showing my App as compatible with my device -
i 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
Post a Comment