Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to get google play to mark unity game as designed for tablets?

i'm trying to publish my unity game on google play and i cant find an answer to this error anywhere. when i upload a 10" screenshot google play says "You uploaded screenshots for 10-inch tablets, but your APK does not seem to be designed for 10-inch tablets." when i click learn more it says "Your APK should include custom drawables assets for common tablet screen densities."

there may be a lot of answers to similar questions but i haven't been able to find an answer for the error "Your APK should include custom drawables assets for common tablet screen densities." i could be wrong but i was under the impression Unity took care of this aspect.

What do i need to do differently to fix this issue so my games is listed as "designed for tablets"? my game works and can be download on tablets... but says its not designed for them?

like image 427
Galatia420 Avatar asked Oct 17 '22 00:10

Galatia420


1 Answers

I solved this problem with just simple trick. You can just check on "Include android banner" option in player setting for android build and select any image for android banner. Then unity will automatically generate res/drawable-xhdpi folder with that banner image included.

You have to just check this option on and select any image you want here is example image

like image 190
Rahul Subedi Avatar answered Oct 20 '22 16:10

Rahul Subedi