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
@admin
ReplyDeleteany ideas wrong manifest/distribution options causes player devices?
Regards,
Deepika Verma