2017-04-18 4 views
1

J'ai déjà vu des questions similaires et essayé avec ces solutions, mais mon problème n'est toujours pas résolu en posant cette question.App n'est pas répertorié dans Playstore dans google pixel

J'ai une application dans Playstore Je peux voir cette application répertoriée dans différents appareils, j'ai vérifié dans les appareils NEXUS 9, NEXUS 7, MOTO G4 etc.

Mais je ne peux pas voir mon application répertoriée dans Playstore of Google pixel. Mon manifeste a les entrées suivantes comme suggéré here et quelques autres discussions.

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

    <compatible-screens> 

     <!-- all small size screens --> 
     <screen 
      android:screenDensity="ldpi" 
      android:screenSize="small" /> 
     <screen 
      android:screenDensity="mdpi" 
      android:screenSize="small" /> 
     <screen 
      android:screenDensity="hdpi" 
      android:screenSize="small" /> 
     <screen 
      android:screenDensity="xhdpi" 
      android:screenSize="small" /> 

     <!-- all normal size screens --> 
     <screen 
      android:screenDensity="mdpi" 
      android:screenSize="normal" /> 
     <screen 
      android:screenDensity="hdpi" 
      android:screenSize="normal" /> 
     <screen 
      android:screenDensity="xhdpi" 
      android:screenSize="normal" /> 
     <!-- all large size screens --> 
     <screen 
      android:screenDensity="mdpi" 
      android:screenSize="large" /> 
     <screen 
      android:screenDensity="hdpi" 
      android:screenSize="large" /> 
     <screen 
      android:screenDensity="xhdpi" 
      android:screenSize="large" /> 
     <!-- all xlarge size screens --> 
     <screen 
      android:screenDensity="mdpi" 
      android:screenSize="xlarge" /> 
     <screen 
      android:screenDensity="hdpi" 
      android:screenSize="xlarge" /> 
     <screen 
      android:screenDensity="xhdpi" 
      android:screenSize="xlarge" /> 

     <!-- Special case for Nexus 7 --> 
     <screen 
      android:screenDensity="213" 
      android:screenSize="large" /> 

     <!-- For xxhdpi devices we can use 480 as an int value --> 
     <screen 
      android:screenDensity="480" 
      android:screenSize="normal" /> 
     <screen 
      android:screenDensity="480" 
      android:screenSize="large" /> 
     <screen 
      android:screenDensity="480" 
      android:screenSize="xlarge" /> 
     ` 

     <!-- XXXHdpi Screen --> 

     <screen 
      android:screenDensity="560" 
      android:screenSize="normal" /> 
     <screen 
      android:screenDensity="560" 
      android:screenSize="xlarge" /> 
     <screen 
      android:screenDensity="560" 
      android:screenSize="large" /> 
     <screen 
      android:screenDensity="640" 
      android:screenSize="xlarge" /> 
     <screen 
      android:screenDensity="640" 
      android:screenSize="large" /> 
     <screen 
      android:screenDensity="640" 
      android:screenSize="normal" /> 
    </compatible-screens> 

    <uses-feature android:name="android.hardware.camera" /> 

Est-ce que quelqu'un fait face à la question similaire et ont la solution s'il vous plaît me suggérer une solution

Cordialement

Répondre

0

Sur la base de cette support page, si une application ou un jeu ne figure pas dans vos résultats de recherche, il est possible l'article n'est pas disponible dans votre pays ou compatible avec votre appareil. Les développeurs peuvent limiter leurs applications ou leurs jeux à certains pays, appareils et fournisseurs de services. Vous pouvez également vérifier cela related thread.

0

Je suppose que vous devez ajouter des enregistrements séparés pour 420 densité pour couvrir Pixel.