google play - Application not found on Android TV -


i have app created android tv cannot discover on nexus player when try search in google play store. application has been approved distribution on android tv still not discoverable.

any ideas wrong manifest/distribution options causes app filtered out on nexus player devices?

make sure mention tv supports leanback:

<uses-feature     android:name="android.software.leanback"     android:required="true" /> 

and app not require touchscreen:

<uses-feature     android:name="android.hardware.touchscreen"     android:required="false" /> 

without manifest tags play store may not show app


Comments

  1. @admin
    any ideas wrong manifest/distribution options causes player devices?
    Regards,
    Deepika Verma

    ReplyDelete

Post a Comment

Popular posts from this blog

javascript - Hide toolbar of pdf file opened inside iframe using firefox -

Ansible - ERROR! the field 'hosts' is required but was not set -

Copy range with conditional formatting -