This is a migrated thread and some comments may be shown as answers.

google play

2 Answers 30 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
emidio rana
Top achievements
Rank 1
emidio rana asked on 03 May 2013, 07:23 AM
I pubblished my app in google play but I finded out that there are a lot mobile models that not are visible in the store.
I searched my app with samsung  GT-S5300 with android version 2.3.6 and it is no visible instead is visible with e.g S2, S3 ecc
I think that the problem is in  AndroidManifest.xml. I saw that   <supports-screens />   is full enabled. Is it possible that the problem is in <compatible-screens />  ??
I think that can be needed some rows like these.
Let me know, please!
 <compatible-screens>
        <screen android:screenSize="small" android:screenDensity="ldpi" />
        <screen android:screenSize="small" android:screenDensity="mdpi" />
        <screen android:screenSize="small" android:screenDensity="hdpi" />
        <screen android:screenSize="small" android:screenDensity="xhdpi" />
        <screen android:screenSize="normal" android:screenDensity="ldpi" />
        <screen android:screenSize="normal" android:screenDensity="mdpi" />
        <screen android:screenSize="normal" android:screenDensity="hdpi" />
        <screen android:screenSize="normal" android:screenDensity="xhdpi" />
        <screen android:screenSize="large" android:screenDensity="ldpi" />
        <screen android:screenSize="large" android:screenDensity="mdpi" />
        <screen android:screenSize="large" android:screenDensity="hdpi" />
        <screen android:screenSize="large" android:screenDensity="xhdpi" />
        <screen android:screenSize="xlarge" android:screenDensity="ldpi" />
        <screen android:screenSize="xlarge" android:screenDensity="mdpi" />
        <screen android:screenSize="xlarge" android:screenDensity="hdpi" />
        <screen android:screenSize="xlarge" android:screenDensity="xhdpi" />
    </compatible-screens>

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 07 May 2013, 04:30 PM
Hello Emidio,

As noted in the <compatible-screens> docs, normally you should not have to use this manifest element, as it is used by external services only (such as Google Play) and that is the reason we do not add it by default. As AndroidManifest.xml is not exposed for direct editing, you would have to manually edit it with the suggested settings and then re-sign your app, see here for more info.

Regards,
Steve
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Kendo UI Dojo.
0
Steve
Telerik team
answered on 05 Jul 2013, 11:24 AM
Hi Emidio,

You no longer need to disassemble and re-sign manually your apps in order to make a configuration change. In Icenium 1.6 we've added the ability to make configuration changes to your app by modifying the respective Info.plist and config.xml for iOS and AndroidManifest.xml and config.xml for Android directly in the Icenium code editor. For more information, see Edit Configuration Files.

Regards,
Steve
Telerik

Looking for tips & tricks directly from the Icenium team? Check out our blog!
Missed our first webinar, watch it here.
Share feedback and vote for features on our Feedback Portal.
Tags
Report a bug
Asked by
emidio rana
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or