Android应用程序的平板电脑仍然呈现"专为手机" [英] Android App for Tablets still showing "Designed for Phones"

查看:193
本文介绍了Android应用程序的平板电脑仍然呈现"专为手机"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我就发表了应用程序( http://bit.ly/1GfKsNG ),其目的是要成为平板电脑只有

I published an app (http://bit.ly/1GfKsNG) which is meant to be for tablets only.

在AndroidManifest.xml中被调整的方式:

The AndroidManifest.xml is adjusted in the way:

<uses-sdk
    android:minSdkVersion="16"
    android:targetSdkVersion="21"/>

<supports-screens
    android:xlargeScreens="true"
    android:largeScreens="true"
    android:normalScreens="false"
    android:smallScreens="false"/>

和在谷歌玩,我也只加了平板电脑的截图(7和10),并没有智能手机的屏幕截图的应用程序。尽管如此,应用程序显示在Play商店专为手机。

and in Google Play, I also only added tablets screenshots (7" and 10") and no smartphone screenshots for the app. Still, the app shows "Designed for Phones" in the Play store.

我的 RES / 文件夹结构是这样的:

My res/ folder structure looks like this:

/drawable-hdpi
/drawable-ldpi
/drawable-mdpi
/drawable-xhdpi
/drawable-xxhdpi
/layout
/menu
/values

我已经选中相关的问题:

I already checked related questions:

  • <一个href="http://stackoverflow.com/questions/20654668/apk-update-for-tablet-still-says-designed-for-phones?s=5|0.4216">apk对于平板电脑的更新,还是说&QUOT;专为手机&QUOT; - >检查!我有AndroidManifest.xml中这样既

  • apk update for tablet, still says "Designed for phones" -> checked! I have the AndroidManifest.xml like this already

<一个href="http://stackoverflow.com/questions/16821518/my-app-disappeared-from-tablet-google-play-but-still-available-for-phone">My应用程序消失,从&QUOT;片剂&QUOT;谷歌玩,但仍可用于手机 - >检查!我得到大家的支持,屏幕标记已经

My app disappeared from "tablet" google play but still available for phone -> checked! I have the support-screens tag already

所以,问题是,什么是被我忽略的,以使应用程序专为平板电脑的剩余部分。

So the question is, what's the remaining part that I have overlooked to make the app "Designed for Tablets".

什么是同样奇怪的是,谷歌Play商店中展示了平板电脑优化没有未处理的优化建议,但告诉我,平板电脑的优化已经完成(通过促进从阿尔法测试状态到生产应用程序)。

What is also strange is that the Google Play store shows no pending optimization tips for tablet optimisation but tells me that tablet optimisation is already finished (by promoting the app from Alpha test status to production).

推荐答案

您可以根据的这篇文章。具体而言,它规定:

You can request a manual review according to this article. Specifically, it states:

如果优化建议页列出做,你觉得并不适用于您的应用程序或影响其在平板电脑上的质量问题,请通过的专为平板电脑联系表格。我们将审核您的应用程序和更新的优化建议页适当。

If the Optimization Tips page lists "To Do" issues that you feel don't apply to your app or affect its quality on tablets, please notify us using the Designed for Tablets Contact Form. We will review your app and update your Optimization Tips page as appropriate.

我也有同样的问题在几个月前,所以我用了联络表格,要求进行人工审查。他们迅速做出了反应pretty的,告诉我,我的应用程序,其实是专为平板电脑。

I also had the same problem a few months ago, so I used the contact form to request a manual review. They responded pretty quickly and told me that my app was in fact "designed for tablets".

这篇关于Android应用程序的平板电脑仍然呈现&QUOT;专为手机&QUOT;的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆