Google Play rejected my app for Android TV

An update of an application that was previously live on google play was rejected.

So what should I do about it? My application supports Android 4.0 minimum. Should I upgrade the version?

Kodular apps do not officially support Android TV. As stated in the rejection, it doesn’t affect availability for phones and tablets.

In Android developers website, Google officially said that one app optimised for Android tv ; must be on or above api level 21 (Android 5.0 or higher)

See this. You have to change the SDK level and also i think some internal codes will also change ( they wrote about an intent filter also , which you have to change the manifest values) ; you have to do so in apktool m …
So, that’s it, hope I Helped you today!

1 Like